Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1175d359
Commit
1175d359
authored
Sep 26, 2012
by
Edward Z. Yang
Browse files
Tweak
#367
tests to use -fno-omit-yields and expect passes.
Signed-off-by:
Edward Z. Yang
<
ezyang@mit.edu
>
parent
a0038979
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/concurrent/should_run/all.T
View file @
1175d359
...
...
@@ -22,8 +22,8 @@ test('conc072', only_ways(['threaded2']), compile_and_run, [''])
test
('
conc073
',
normal
,
compile_and_run
,
[''])
# vector code must get inlined to become non-allocating
test
('
367
',
composes
([
skip_if_fast
,
reqlib
('
vector
'),
expect_broken
(
367
),
timeout_multiplier
(
0.001
)]),
compile_and_run
,
['
-O2
'])
test
('
367_letnoescape
',
composes
([
skip_if_fast
,
expect_broken
(
367
),
timeout_multiplier
(
0.001
)]),
compile_and_run
,
[''])
test
('
367
',
composes
([
reqlib
('
vector
'),
timeout_multiplier
(
0.001
)]),
compile_and_run
,
['
-O2
-fno-omit-yields
'])
test
('
367_letnoescape
',
composes
([
timeout_multiplier
(
0.001
)]),
compile_and_run
,
['
-fno-omit-yields
'])
test
('
1980
',
normal
,
compile_and_run
,
[''])
test
('
2910
',
normal
,
compile_and_run
,
[''])
...
...
Write
Preview
Markdown
is supported
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