diff options
author | Dave Reisner <dreisner@archlinux.org> | 2018-11-03 18:34:01 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-11-08 20:43:42 +0200 |
commit | 96f8842b7926b76d3034a8891dd785e09c0e6858 (patch) | |
tree | 3f7a6fe7b7be557de00a328e606ad05baa6cc99e /docs/markdown/snippets | |
parent | c9e181c10b1c105229505a319e62c7fcabd5128c (diff) | |
download | meson-96f8842b7926b76d3034a8891dd785e09c0e6858.zip meson-96f8842b7926b76d3034a8891dd785e09c0e6858.tar.gz meson-96f8842b7926b76d3034a8891dd785e09c0e6858.tar.bz2 |
Report expected failures and unexpected passes separately
This makes it clear in the results that tests marked "should_fail"
exist. We also avoid the all caps output and make the classifications
unambigous compared to pytest or autotools' XFAIL/XPASS.
Before:
OK: 329
FAIL: 1
SKIP: 0
TIMEOUT: 0
After:
Ok: 323
Expected Fail: 1
Fail: 6
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions