[commit: testsuite] master: concurrent/conc012: Pass RTS options to executable, not ghc (e599c02)
git at git.haskell.org
git
Wed Oct 9 12:36:49 UTC 2013
Repository : ssh://git at git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e599c0269b74ca8f23e2a038ad26ade6a9e71a3e/testsuite
>---------------------------------------------------------------
commit e599c0269b74ca8f23e2a038ad26ade6a9e71a3e
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Fri Sep 20 10:45:07 2013 -0400
concurrent/conc012: Pass RTS options to executable, not ghc
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
e599c0269b74ca8f23e2a038ad26ade6a9e71a3e
tests/concurrent/should_run/all.T | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/concurrent/should_run/all.T b/tests/concurrent/should_run/all.T
index e495c09..d4e76c6 100644
--- a/tests/concurrent/should_run/all.T
+++ b/tests/concurrent/should_run/all.T
@@ -105,7 +105,9 @@ test('conc009', [only_compiler_types(['ghc']), exit_code(1)],
test('conc010', only_compiler_types(['ghc']), compile_and_run, [''])
# conc012(ghci) needs a smaller stack, or it takes forever
-test('conc012', normal, compile_and_run, ['+RTS -K8m -RTS'])
+test('conc012', [only_compiler_types(['ghc']),
+ extra_run_opts('+RTS -K8m -RTS')],
+ compile_and_run, [''])
test('conc013', only_compiler_types(['ghc']), compile_and_run, [''])
More information about the ghc-commits
mailing list