45290: New helper script for listing XFail tests.

This commit is contained in:
Daniel Shahaf 2020-01-12 22:40:44 +00:00
parent 0681be600c
commit 9f8c369ccd
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2020-01-13 Daniel Shahaf <danielsh@apache.org>
* 45290: Test/list-XFails: New helper script for listing
XFail tests.
2020-01-12 Daniel Shahaf <danielsh@apache.org>
* users/24633: Test/D02glob.ztst: Add an xfail test for

5
Test/list-XFails Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# This script lists tests that are currently expected to fail. (I.e., tests
# for bugs that haven't been fixed yet.)
grep --color -E -n '^[-0-9.dDqf]*f[-0-9.dDqf]*:' -- "$(dirname -- "$0")"/*.ztst