Skip to content
Snippets Groups Projects
Commit 16cb8b8a authored by Cheng Shao's avatar Cheng Shao
Browse files

testsuite: mark process005 as fragile on JS

(cherry picked from commit fd47e2e3)
parent 99731d98
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ test('process002', [fragile_for(16547, concurrent_ways), req_process], compile_a
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('process005', [omit_ghci, req_process, when(js_arch(), fragile(24373))], compile_and_run, [''])
test('process006', [req_process], compile_and_run, [''])
test('process007',
......
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