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
Ara Adkins
Glasgow Haskell Compiler
Commits
3b233793
Commit
3b233793
authored
Sep 02, 2015
by
Thomas Miedema
Browse files
Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)
Please revert when #10712 is fixed.
parent
e0b3ff0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/base/tests/all.T
View file @
3b233793
...
...
@@ -81,7 +81,7 @@ test('enum01', when(fast(), skip), compile_and_run, [''])
test
('
enum02
',
when
(
fast
(),
skip
),
compile_and_run
,
[''])
test
('
enum03
',
when
(
fast
(),
skip
),
compile_and_run
,
[''])
test
('
enum04
',
normal
,
compile_and_run
,
[''])
test
('
exceptionsrun001
',
normal
,
compile_and_run
,
[''])
test
('
exceptionsrun001
',
expect_broken_for
(
10712
,
opt_ways
)
,
compile_and_run
,
[''])
test
('
exceptionsrun002
',
normal
,
compile_and_run
,
[''])
test
('
foldableArray
',
normal
,
compile_and_run
,
[''])
test
('
list001
'
,
when
(
fast
(),
skip
),
compile_and_run
,
[''])
...
...
testsuite/tests/concurrent/should_run/all.T
View file @
3b233793
...
...
@@ -32,7 +32,7 @@ test('T367_letnoescape',
test
('
T1980
',
normal
,
compile_and_run
,
[''])
test
('
T2910
',
normal
,
compile_and_run
,
[''])
test
('
T2910a
',
normal
,
compile_and_run
,
[''])
test
('
T3279
',
normal
,
compile_and_run
,
[''])
test
('
T3279
',
expect_broken_for
(
10712
,
opt_ways
)
,
compile_and_run
,
[''])
# This test takes a long time with the default context switch interval
test
('
T3429
',
extra_run_opts
('
+RTS -C0.001 -RTS
'),
compile_and_run
,
[''])
...
...
@@ -129,11 +129,12 @@ test('conc009', exit_code(1), compile_and_run, [''])
test
('
conc010
',
normal
,
compile_and_run
,
[''])
# conc012(ghci) needs a smaller stack, or it takes forever
test
('
conc012
',
extra_run_opts
('
+RTS -K8m -RTS
'),
compile_and_run
,
[''])
test
('
conc012
',
[
extra_run_opts
('
+RTS -K8m -RTS
'),
expect_broken_for
(
10712
,
opt_ways
)],
compile_and_run
,
[''])
test
('
conc013
',
normal
,
compile_and_run
,
[''])
test
('
conc014
',
normal
,
compile_and_run
,
[''])
test
('
conc014
',
expect_broken_for
(
10712
,
opt_ways
),
compile_and_run
,
[''])
test
('
conc015
',
normal
,
compile_and_run
,
[''])
test
('
conc015a
',
normal
,
compile_and_run
,
[''])
test
('
conc016
',
omit_ways
(['
threaded2
']),
# see comment in conc016.hs
...
...
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