Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
26cc4441
Commit
26cc4441
authored
Sep 20, 2013
by
Ben Gamari
Committed by
Austin Seipp
Oct 09, 2013
Browse files
concurrent/conc012: Pass RTS options to executable, not ghc
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
7912f8b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/concurrent/should_run/all.T
View file @
26cc4441
...
...
@@ -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
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment