summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/tests/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-heap/tests/all.T')
-rw-r--r--libraries/ghc-heap/tests/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/ghc-heap/tests/all.T b/libraries/ghc-heap/tests/all.T
index bce11d6278..78cb925021 100644
--- a/libraries/ghc-heap/tests/all.T
+++ b/libraries/ghc-heap/tests/all.T
@@ -5,7 +5,8 @@ test('heap_all',
# These ways produce slightly different heap representations.
# Currently we don't test them.
omit_ways(['ghci', 'hpc',
- 'nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc']),
+ 'nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc',
+ 'nonmoving_thr_sanity']),
# The debug RTS initializes some fields with 0xaa and so
# this test spuriously fails.
when(compiler_debugged(), skip)