Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0213c879
Commit
0213c879
authored
Jul 04, 2007
by
Simon Marlow
Browse files
fix testblockalloc for THREADS=2
parent
a1128bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rts/all.T
View file @
0213c879
test
('
testblockalloc
',
compose
(
c_src
,
only_ways
(['
normal
'])),
compile_and_run
,
[''])
test
('
testblockalloc
',
compose
(
c_src
,
compose
(
only_ways
(['
threaded1
']),
compose
(
only_ways
(['
normal
','
threaded1
']),
extra_run_opts
('
+RTS -I0
'))),
compile_and_run
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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