summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-07-08 13:56:33 (GMT)
committerBen Gamari <ben@well-typed.com>2019-07-19 00:55:11 (GMT)
commiteb8c40e3c9e1df6f1f35d8f711cf58e13c629295 (patch)
tree739c2880f959be52abc72c2fb8094dd03c4c1061
parentd238d3062a9858fef667c6fbf80605b8209a937f (diff)
downloadghc-eb8c40e3c9e1df6f1f35d8f711cf58e13c629295.zip
ghc-eb8c40e3c9e1df6f1f35d8f711cf58e13c629295.tar.gz
ghc-eb8c40e3c9e1df6f1f35d8f711cf58e13c629295.tar.bz2
testsuite: Mark hWaitForInput-accurate-stdin as broken in all threaded ways
Previously it was not marked as broken in profthreaded
-rw-r--r--libraries/base/tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 3345f76..03462c7 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -217,7 +217,7 @@ test('T8089',
compile_and_run, [''])
test('hWaitForInput-accurate-socket', reqlib('unix'), compile_and_run, [''])
test('T8684', expect_broken(8684), compile_and_run, [''])
-test('hWaitForInput-accurate-stdin', [expect_broken_for(16535, ['threaded1', 'threaded2']), omit_ways(['ghci'])], compile_and_run, [''])
+test('hWaitForInput-accurate-stdin', [expect_broken_for(16535, threaded_ways), omit_ways(['ghci'])], compile_and_run, [''])
test('hWaitForInput-accurate-pipe', reqlib('unix'), compile_and_run, [''])
test('T9826',normal, compile_and_run,[''])
test('T9848',