[commit: ghc] master: Expect test failure for T8832 on 32bit (re #8832) (40ba3da)
git at git.haskell.org
git at git.haskell.org
Sun Jun 29 14:03:26 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/40ba3daa8ce68eea92f7a42b0c1f6c716636b494/ghc
>---------------------------------------------------------------
commit 40ba3daa8ce68eea92f7a42b0c1f6c716636b494
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Jun 29 15:49:27 2014 +0200
Expect test failure for T8832 on 32bit (re #8832)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
40ba3daa8ce68eea92f7a42b0c1f6c716636b494
testsuite/tests/simplCore/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 616b6cc..1ebc742 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -198,7 +198,7 @@ test('T5996',
['$MAKE -s --no-print-directory T5996'])
test('T8537', normal, compile, [''])
test('T8832',
- extra_clean(['T8832.hi', 'T8832a.o']),
+ [when(wordsize(32), expect_fail), extra_clean(['T8832.hi', 'T8832a.o'])],
run_command,
['$MAKE -s --no-print-directory T8832'])
test('T8848', only_ways(['optasm']), compile, ['-ddump-rule-firings'])
More information about the ghc-commits
mailing list