summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-10-02 22:37:31 -0400
committerBen Gamari <ben@smart-cactus.org>2019-10-22 12:18:44 -0400
commit8cab149bba91b18e4e92cdc13c616fe6465ac84a (patch)
tree7c21c6ddcc3b130b2bfbf2a760e9661baaf83d97
parent25ae8f7d3a2c8943c3995ab2c766f52a8adf8d1c (diff)
downloadhaskell-wip/gc/test.tar.gz
testsuite: Mark length001 as failing under nonmoving wayswip/gc/test
This is consistent with the other unoptimized ways.
-rw-r--r--libraries/base/tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 0b45c9aff2..0242ece32e 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -74,7 +74,7 @@ test('length001',
# excessive amounts of stack space. So we specifically set a low
# stack limit and mark it as failing under a few conditions.
[extra_run_opts('+RTS -K8m -RTS'),
- expect_fail_for(['normal', 'threaded1', 'llvm'])],
+ expect_fail_for(['normal', 'threaded1', 'llvm', 'nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc'])],
compile_and_run, [''])
test('ratio001', normal, compile_and_run, [''])