[commit: testsuite] master: 3429: We should be using +RTS -C0.001 not +RTS -i0.001 (96a84f7)
Simon Marlow
marlowsd at gmail.com
Tue Jan 17 13:38:01 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/96a84f7109a91bf742a1e1f664bea645fd66e756
>---------------------------------------------------------------
commit 96a84f7109a91bf742a1e1f664bea645fd66e756
Author: Simon Marlow <marlowsd at gmail.com>
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 3e42065..609a66c 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
More information about the Cvs-ghc
mailing list