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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
11455684
Commit
11455684
authored
Aug 28, 2014
by
Sergei Trofimovich
Browse files
testsuite: disable T367_letnoescape on 'optllvm'
Known Issue #7297 Signed-off-by:
Sergei Trofimovich
<
slyfox@gentoo.org
>
parent
a1a400ed
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/tests/concurrent/should_run/all.T
View file @
11455684
...
@@ -23,7 +23,7 @@ test('conc073', normal, compile_and_run, [''])
...
@@ -23,7 +23,7 @@ test('conc073', normal, compile_and_run, [''])
# vector code must get inlined to become non-allocating
# vector code must get inlined to become non-allocating
test
('
T367
',
[
reqlib
('
vector
'),
omit_ways
(['
ghci
']),
timeout_multiplier
(
0.001
)],
compile_and_run
,
['
-O2 -fno-omit-yields
'])
test
('
T367
',
[
reqlib
('
vector
'),
omit_ways
(['
ghci
']),
timeout_multiplier
(
0.001
)],
compile_and_run
,
['
-O2 -fno-omit-yields
'])
test
('
T367_letnoescape
',
[
timeout_multiplier
(
0.02
)],
compile_and_run
,
['
-fno-omit-yields
'])
test
('
T367_letnoescape
',
[
timeout_multiplier
(
0.02
)
,
expect_broken_for
(
7297
,['
optllvm
'])
],
compile_and_run
,
['
-fno-omit-yields
'])
test
('
T1980
',
normal
,
compile_and_run
,
[''])
test
('
T1980
',
normal
,
compile_and_run
,
[''])
test
('
T2910
',
normal
,
compile_and_run
,
[''])
test
('
T2910
',
normal
,
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