summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-05 01:57:05 (GMT)
committerBen Gamari <ben@smart-cactus.org>2019-06-12 12:19:59 (GMT)
commit90e7c450ce9b9b1ec36ea12ef8041d8e7f192c36 (patch)
treef259f6ad3f12c70bb75c77649e1d5f91a06d7705
parent2ce320b07ca9171d132b748ecbc3d7fdee4840b8 (diff)
downloadghc-90e7c450ce9b9b1ec36ea12ef8041d8e7f192c36.zip
ghc-90e7c450ce9b9b1ec36ea12ef8041d8e7f192c36.tar.gz
ghc-90e7c450ce9b9b1ec36ea12ef8041d8e7f192c36.tar.bz2
testsuite: Mark hWaitForInput-accurate-stdin as broken in threaded ways
As noted in #16535.
-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 e64ca40..0365934 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -203,7 +203,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', normal, compile_and_run, [''])
+test('hWaitForInput-accurate-stdin', [expect_broken_for(16535, ['threaded1', 'threaded2']), omit_ways(['ghci'])], compile_and_run, [''])
test('hWaitForInput-accurate-pipe', reqlib('unix'), compile_and_run, [''])
test('T9826',normal, compile_and_run,[''])
test('T9848',