diff options
Diffstat (limited to 'testsuite/tests/annotations/should_fail/all.T')
-rw-r--r-- | testsuite/tests/annotations/should_fail/all.T | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/testsuite/tests/annotations/should_fail/all.T b/testsuite/tests/annotations/should_fail/all.T new file mode 100644 index 0000000000..21eaa765c3 --- /dev/null +++ b/testsuite/tests/annotations/should_fail/all.T @@ -0,0 +1,34 @@ + +test('annfail01', normal, compile_fail, ['']) +test('annfail02', normal, compile_fail, ['']) +test('annfail03', req_interp, compile_fail, ['']) +test('annfail04', + [req_interp, extra_clean(['Annfail04_Help.hi', 'Annfail04_Help.o'])], + multimod_compile_fail, ['annfail04', '-v0']) +test('annfail05', + [req_interp, extra_clean(['Annfail05_Help.hi', 'Annfail05_Help.o'])], + multimod_compile_fail, ['annfail05', '-v0']) +test('annfail06', + [req_interp, extra_clean(['Annfail06_Help.hi', 'Annfail06_Help.o'])], + multimod_compile_fail, ['annfail06', '-v0']) +test('annfail07', req_interp, compile_fail, ['']) +test('annfail08', req_interp, compile_fail, ['']) +test('annfail09', req_interp, compile_fail, ['']) +test('annfail10', req_interp, compile_fail, ['']) +test('annfail11', normal, compile_fail, ['']) +test('annfail12', req_interp, compile_fail, ['-v0']) +test('annfail13', normal, compile_fail, ['']) + +"""" +Helpful things to C+P: + +test('', normal, compile_fail, ['']) + +test('', normal, compile, ['']) + +test('', extra_clean(['.hi', '.o']), + multimod_compile_fail, ['', '-v0']) + +test('', extra_clean(['.hi', '.o']), + multimod_compile, ['', '-v0']) +""" |