diff options
| author | gerioldman <k.gergo49@gmail.com> | 2024-08-12 01:21:08 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-08 12:05:47 +0200 |
| commit | 2450342535274d13adbad6c0ac93aca82649c5c6 (patch) | |
| tree | 43db4a7171a505385814ac088cdb15750474eedc /test cases/failing test | |
| parent | 6299f181295b720391750d493456cd8d7bc3a0fd (diff) | |
| download | meson-2450342535274d13adbad6c0ac93aca82649c5c6.tar.gz | |
Interpret TAP bailout output without test plan or test line as error
Diffstat (limited to 'test cases/failing test')
| -rw-r--r-- | test cases/failing test/5 tap tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/failing test/5 tap tests/meson.build b/test cases/failing test/5 tap tests/meson.build index 664ac34d2..27b9fe7ac 100644 --- a/test cases/failing test/5 tap tests/meson.build +++ b/test cases/failing test/5 tap tests/meson.build @@ -7,3 +7,4 @@ test('nonzero return code with tests', test_with_status, protocol: 'tap') test('missing test', tester, args : ['1..1'], protocol: 'tap') test('incorrect skip', tester, args : ['1..1 # skip\nok 1'], protocol: 'tap') test('partially skipped', tester, args : ['not ok 1\nok 2 # skip'], protocol: 'tap') +test('premature bailout', tester, args : ['Bail out!'], protocol: 'tap') |
