[commit: testsuite] master: Only run T7575 on 32bit arch. (4e6e839)
David Terei
davidterei at gmail.com
Wed Jan 23 08:49:13 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4e6e839290421a446af3749adadac62ecfe7c934
>---------------------------------------------------------------
commit 4e6e839290421a446af3749adadac62ecfe7c934
Author: David Terei <davidterei at gmail.com>
Date: Tue Jan 22 23:48:15 2013 -0800
Only run T7575 on 32bit arch.
>---------------------------------------------------------------
tests/llvm/should_compile/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/llvm/should_compile/all.T b/tests/llvm/should_compile/all.T
index b2d09ce..4116737 100644
--- a/tests/llvm/should_compile/all.T
+++ b/tests/llvm/should_compile/all.T
@@ -11,4 +11,4 @@ test('5486', normal, compile, [''])
test('5681', normal, compile, [''])
test('6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive'])
test('T7571', cmm_src, compile, [''])
-test('T7575', normal, compile, [''])
+test('T7575', unless_wordsize(32, skip), compile, [''])
More information about the ghc-commits
mailing list