Skip to content
Snippets Groups Projects
Commit eb8c40e3 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark hWaitForInput-accurate-stdin as broken in all threaded ways

Previously it was not marked as broken in profthreaded
parent d238d306
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment