Skip to content
Snippets Groups Projects
Unverified Commit 59265fc4 authored by Michael Snoyman's avatar Michael Snoyman Committed by GitHub
Browse files

Merge pull request #143 from bgamari/skip-process005

testsuite: Omit process005 in ghci way
parents d860209e 5c815246
No related branches found
No related tags found
No related merge requests found
test('process001', extra_clean(['process001.out']), compile_and_run, ['']) test('process001', extra_clean(['process001.out']), compile_and_run, [''])
test('process002', extra_clean(['process002.out']), compile_and_run, ['']) test('process002', [fragile_for(16547, ['threaded2']), extra_clean(['process002.out'])], compile_and_run, [''])
test('process003', omit_ways(['ghci']), compile_and_run, ['']) test('process003', omit_ways(['ghci']), compile_and_run, [''])
test('process004', normalise_exe, compile_and_run, ['']) test('process004', normalise_exe, compile_and_run, [''])
test('T1780', normal, compile_and_run, ['']) test('T1780', normal, compile_and_run, [''])
test('process005', normal, compile_and_run, ['']) test('process005', omit_ways(['ghci']), compile_and_run, [''])
test('process006', normal, compile_and_run, ['']) test('process006', normal, compile_and_run, [''])
test('process007', 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