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

testsuite: Mark executeFile001 as broken in all concurrent ways

Previously we only marked it as broken in threaded2, but this missed
some cases.
parent 1577b062
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,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 + ['threaded2']), compile_and_run, ['-package unix'])
test('executeFile001', omit_ways(prof_ways + concurrent_ways), 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.
Please register or to comment