mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
45290: New helper script for listing XFail tests.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user