summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/should_run
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2010-06-25 12:22:22 +0000
committerDavid Terei <davidterei@gmail.com>2010-06-25 12:22:22 +0000
commit085798ca0d98a05e27235052ac5962b6c008b126 (patch)
treea19951b0e057f29880ffe849831e27a70b43d27b /testsuite/tests/ghc-regress/lib/should_run
parentc2541cd78789eb15b00d0321329a58fadbf60a28 (diff)
downloadhaskell-085798ca0d98a05e27235052ac5962b6c008b126.tar.gz
Expect length001 to fail for llvm way.
Diffstat (limited to 'testsuite/tests/ghc-regress/lib/should_run')
-rw-r--r--testsuite/tests/ghc-regress/lib/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/lib/should_run/all.T b/testsuite/tests/ghc-regress/lib/should_run/all.T
index 90052c8481..a5e2dcd655 100644
--- a/testsuite/tests/ghc-regress/lib/should_run/all.T
+++ b/testsuite/tests/ghc-regress/lib/should_run/all.T
@@ -3,7 +3,7 @@ test('char002', normal, compile_and_run, [''])
test('length001',
# This fails without -O, as it relies on a RULE being applied
- [expect_fail_for(['normal', 'ghci', 'threaded1']),
+ [expect_fail_for(['normal', 'ghci', 'threaded1', 'llvm']),
if_compiler_lt('ghc', '6.11', expect_fail)],
compile_and_run,
[''])