summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-06-29 15:49:27 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-06-29 15:49:27 +0200
commit40ba3daa8ce68eea92f7a42b0c1f6c716636b494 (patch)
treee3516422f72bcef50e3b6d3b82ce91da8e4b2bc2 /testsuite/tests/simplCore
parentdab0fa06fa33eeb45cef16c06c41d6c45b102451 (diff)
downloadhaskell-40ba3daa8ce68eea92f7a42b0c1f6c716636b494.tar.gz
Expect test failure for T8832 on 32bit (re #8832)
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'testsuite/tests/simplCore')
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 616b6cc359..1ebc742f0f 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'])