Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d7234798
Commit
d7234798
authored
Dec 14, 2006
by
Simon Marlow
Browse files
testblockalloc: run the threaded way with -I0, so it doesn't try to GC
parent
63deda10
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rts/all.T
View file @
d7234798
test
('
testblockalloc
',
compose
(
c_src
,
only_ways
(['
normal
','
threaded1
'])),
test
('
testblockalloc
',
compose
(
c_src
,
only_ways
(['
normal
'])),
compile_and_run
,
[''])
test
('
testblockalloc
',
compose
(
c_src
,
compose
(
only_ways
(['
threaded1
']),
extra_run_opts
('
+RTS -I0
'))),
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