Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/5eb0279da09db40b2f511a1c7dc1c63871f32ce2 >--------------------------------------------------------------- commit 5eb0279da09db40b2f511a1c7dc1c63871f32ce2 Author: Simon Marlow <[email protected]> Date: Mon Jan 16 15:36:15 2012 +0000 3429: We should be using +RTS -C0.001 not +RTS -i0.001 This apparently made no difference before, but it looks like I fixed it in my time overhaul, which made this test suddenly run a lot slower. >--------------------------------------------------------------- tests/concurrent/should_run/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/concurrent/should_run/all.T b/tests/concurrent/should_run/all.T index 1daa7f2..37d5bcd 100644 --- a/tests/concurrent/should_run/all.T +++ b/tests/concurrent/should_run/all.T @@ -27,7 +27,7 @@ test('2910a', normal, compile_and_run, ['']) test('3279', normal, compile_and_run, ['']) # This test takes a long time with the default context switch interval -test('3429', extra_run_opts('+RTS -i0.001 -RTS'), compile_and_run, ['']) +test('3429', extra_run_opts('+RTS -C0.001 -RTS'), compile_and_run, ['']) # without -O, goes into an infinite loop # GHCi cannot deterct the infinite loop, because the thread is always reachable _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
