aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/213 tap tests
AgeCommit message (Collapse)AuthorFilesLines
2020-08-08mtest: fix skipping with various prefixesMarc-André Lureau1-0/+1
According to the specification: https://testanything.org/tap-specification.html#skipping-tests The harness should report the text after # SKIP\S*\s+ as a reason for skipping. (it's not exactly like the TODO directive, the phrasing/presentation of the spec could be improved).
2020-08-05mtest: TestResult.SKIP is not a failure (#7525)Simon McVittie3-0/+56
* mtest: TestResult.SKIP is not a failure If some but not all tests in a run were skipped, then the overall result is given by whether there were any failures among the non-skipped tests. Resolves: https://github.com/mesonbuild/meson/issues/7515 Signed-off-by: Simon McVittie <smcv@debian.org> * Add test-cases for partially skipped TAP tests issue7515.txt is the output of one of the real TAP tests in gjs, which failed as a result of #7515. The version inline in meson.build is a minimal reproducer. Signed-off-by: Simon McVittie <smcv@debian.org>
2019-08-03Condense test directory names.Jussi Pakkanen2-0/+20