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

Skip executeFile001 in threaded2 way

As noted in ghc/ghc#16814, this test is remarkably fragile
when run concurrently.
parent 3985f63a
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,6 @@ test('T3816', normal, compile_and_run, ['-package unix'])
test('processGroup001', normal, compile_and_run, ['-package unix'])
test('processGroup002', normal, compile_and_run, ['-package unix'])
test('executeFile001', omit_ways(prof_ways), compile_and_run, ['-package unix'])
test('executeFile001', omit_ways(prof_ways + ['threaded2']), compile_and_run, ['-package unix'])
test('T8108', normal, compile_and_run, ['-package unix'])
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