mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
45290: New helper script for listing XFail tests.
This commit is contained in:
parent
0681be600c
commit
9f8c369ccd
2 changed files with 10 additions and 0 deletions
|
@ -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
5
Test/list-XFails
Executable 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
|
Loading…
Reference in a new issue