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

testsuite: Tests broken threaded2 are broken in all concurrent ways

Previously we marked tests that aren't expected to pass under concurrent
execution as broken/fragile in threaded2, as that was the only way which
implied concurrent execution. However, this is not longer true due to
the introduction of the nonmoving_thr way.
parent e6b45f93
No related branches found
No related tags found
No related merge requests found
test('process001', extra_clean(['process001.out']), compile_and_run, [''])
test('process002', [fragile_for(16547, ['threaded2']), extra_clean(['process002.out'])], compile_and_run, [''])
test('process003', [fragile_for(17245, ['threaded2']), omit_ways(['ghci'])], compile_and_run, [''])
test('process002', [fragile_for(16547, concurrent_ways), extra_clean(['process002.out'])], compile_and_run, [''])
test('process003', [fragile_for(17245, concurrent_ways), omit_ways(['ghci'])], compile_and_run, [''])
test('process004', normalise_exe, compile_and_run, [''])
test('T1780', normal, compile_and_run, [''])
test('process005', omit_ways(['ghci']), 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