diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-09 13:56:53 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-09 13:59:16 +0200 |
commit | 23a301ac36bb7e62bcf91bbcf0eb9e0e37498664 (patch) | |
tree | b99e5c1cfd646d702c0682b5abef7f26f717d262 /testsuite/tests/concurrent | |
parent | 4356dacb4a2ae29dfbd7126b25b72d89bb9db1b0 (diff) | |
download | haskell-23a301ac36bb7e62bcf91bbcf0eb9e0e37498664.tar.gz |
Testsuite: comment out `setnumcapabilities001` (#10860)
Don't mark it expect_broken, because it fails only sometimes.
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 58c3bd13e2..1ef566dcae 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -249,12 +249,14 @@ if (ghc_with_smp == 0): else: skip_if_not_smp = normal -test('setnumcapabilities001', - [ only_ways(['threaded1','threaded2']), - extra_run_opts('4 12 2000'), - reqlib('parallel'), - skip_if_not_smp ], - compile_and_run, ['']) +# Commented out, instead of marked expect_broken, because it fails only +# sometimes. See #10860. +#test('setnumcapabilities001', +# [ only_ways(['threaded1','threaded2']), +# extra_run_opts('4 12 2000'), +# reqlib('parallel'), +# skip_if_not_smp ], +# compile_and_run, ['']) # omit ghci, which can't handle unboxed tuples: test('compareAndSwap', [omit_ways(['ghci','hpc']), reqlib('primitive')], compile_and_run, ['']) |