summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-12-17 18:18:30 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-12-17 18:21:26 +0100
commita2f04a26fe6bf989fb3575d73cb2a07464ab81a5 (patch)
treee98f7cdc91a23de3ebebfed43ab62bbba2bcc125 /testsuite/tests/concurrent
parentece8aff3470cac4cce497004bf8b7ea52612f095 (diff)
downloadhaskell-a2f04a26fe6bf989fb3575d73cb2a07464ab81a5.tar.gz
Testsuite: #10712 is fixed
Verified by running: make TEST='exceptionsrun001 T3279 conc012 conc014' slowtest
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/should_run/all.T6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 760ac186da..1dd1e1ab29 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -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', expect_broken_for(10712, opt_ways), compile_and_run, [''])
+test('T3279', normal, 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, [''])
@@ -126,11 +126,11 @@ test('conc010', normal, compile_and_run, [''])
# conc012(ghci) needs a smaller stack, or it takes forever
test('conc012',
- [extra_run_opts('+RTS -K8m -RTS'), expect_broken_for(10712, opt_ways)],
+ extra_run_opts('+RTS -K8m -RTS'),
compile_and_run, [''])
test('conc013', normal, compile_and_run, [''])
-test('conc014', expect_broken_for(10712, opt_ways), compile_and_run, [''])
+test('conc014', normal, 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