Skip to content
Snippets Groups Projects
Commit f9235ef7 authored by Luite Stegeman's avatar Luite Stegeman
Browse files

remove js_broken from testsuite tests that now pass

parent aa98ba72
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
# in spurious error output changes.
normalise_exec = normalise_fun(lambda s: s.replace('posix_spawnp', 'exec'))
test('process001', [js_broken(22349), req_process], compile_and_run, [''])
test('process002', [fragile_for(16547, concurrent_ways), js_broken(22349), req_process], compile_and_run, [''])
test('process003', [fragile_for(17245, concurrent_ways), js_broken(22349), req_process], compile_and_run, [''])
test('process004', [normalise_exec, normalise_exe, js_broken(22349), req_process], compile_and_run, [''])
test('T1780', [js_broken(22349), req_process], compile_and_run, [''])
test('process005', [omit_ghci, js_broken(22349), req_process], compile_and_run, [''])
test('process006', [js_broken(22349), req_process], compile_and_run, [''])
test('process001', [req_process], compile_and_run, [''])
test('process002', [fragile_for(16547, concurrent_ways), req_process], compile_and_run, [''])
test('process003', [fragile_for(17245, concurrent_ways), req_process], compile_and_run, [''])
test('process004', [normalise_exec, normalise_exe, req_process], compile_and_run, [''])
test('T1780', [req_process], compile_and_run, [''])
test('process005', [omit_ghci, req_process], compile_and_run, [''])
test('process006', [req_process], compile_and_run, [''])
test('process007',
[when(opsys('mingw32'), skip),
......@@ -16,7 +16,7 @@ test('process007',
js_broken(22349),
req_process],
compile_and_run, [''])
test('process008', [js_broken(22349), req_process], compile_and_run, [''])
test('process008', [req_process], compile_and_run, [''])
# not the normal way: this test runs processes from multiple threads, and
# will get stuck without the threaded RTS.
......@@ -37,18 +37,17 @@ test('T3994', [only_ways(['threaded1','threaded2']),
pre_cmd('$MAKE -s --no-print-directory T3994app'),
req_process],
compile_and_run, [''])
test('T4889',[js_broken(22349), req_process], compile_and_run, [''])
test('T4889',[req_process], compile_and_run, [''])
test('process009', [when(opsys('mingw32'), skip), js_broken(22349), req_process], compile_and_run, [''])
test('process009', [when(opsys('mingw32'), skip), req_process], compile_and_run, [''])
test('process010', [
normalise_fun(lambda s: s.replace('illegal operation (Inappropriate ioctl for device)', 'does not exist (No such file or directory)')),
normalise_exec,
js_broken(22349),
req_process
], compile_and_run, [''])
test('process011',
[when(opsys('mingw32'), skip), pre_cmd('{compiler} -no-hs-main -o process011_c process011_c.c'), js_broken(22349), req_process],
compile_and_run, [''])
test('T8343', [js_broken(22349), req_process], compile_and_run, [''])
test('processT251', [js_broken(22349), omit_ghci, req_process], compile_and_run, [''])
test('T8343', [req_process], compile_and_run, [''])
test('processT251', [omit_ghci, req_process], compile_and_run, [''])
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