[commit: ghc] wip/nonmoving-gc: testsuite: Nonmoving collector doesn't support -G1 (3d60f81)

git at git.haskell.org git at git.haskell.org
Wed Feb 6 14:10:32 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nonmoving-gc
Link       : http://ghc.haskell.org/trac/ghc/changeset/3d60f81819c083234345270cce30b2bfaca7f720/ghc

>---------------------------------------------------------------

commit 3d60f81819c083234345270cce30b2bfaca7f720
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Feb 5 17:15:57 2019 -0500

    testsuite: Nonmoving collector doesn't support -G1


>---------------------------------------------------------------

3d60f81819c083234345270cce30b2bfaca7f720
 testsuite/tests/codeGen/should_run/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 5e8a3a3..01bf622 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -1,5 +1,6 @@
 # Test +RTS -G1 here (it isn't tested anywhere else)
-setTestOpts(unless(fast(), extra_ways(['g1'])))
+##XXX Nonmoving collector doesn't support -G1
+#setTestOpts(unless(fast(), extra_ways(['g1'])))
 
 test('cgrun001', normal, compile_and_run, [''])
 test('cgrun002', normal, compile_and_run, [''])



More information about the ghc-commits mailing list