diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-02 20:50:56 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-10-22 12:18:44 -0400 |
commit | 6abefce77dbe37ea222e6224cc3500a435717957 (patch) | |
tree | 5a50f0a5a1239da45bd08d2920c5070745c93a72 | |
parent | 5ce853c8e4c104867e02234edddb48ab4d03c1b3 (diff) | |
download | haskell-6abefce77dbe37ea222e6224cc3500a435717957.tar.gz |
Skip ghc_heap_all test in nonmoving ways
-rw-r--r-- | libraries/ghc-heap/tests/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/ghc-heap/tests/all.T b/libraries/ghc-heap/tests/all.T index e1458f49a4..89e6f47ecb 100644 --- a/libraries/ghc-heap/tests/all.T +++ b/libraries/ghc-heap/tests/all.T @@ -2,7 +2,8 @@ test('heap_all', [when(have_profiling(), extra_ways(['prof'])), # These ways produce slightly different heap representations. # Currently we don't test them. - omit_ways(['ghci', 'hpc']), + omit_ways(['ghci', 'hpc', + 'nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc']), # The debug RTS initializes some fields with 0xaa and so # this test spuriously fails. when(compiler_debugged(), skip) |