about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-12 22:40:44 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-13 22:48:55 +0000
commit9f8c369ccd7e8e2331731231ac70b4056af67297 (patch)
treec3e377368cbada8d317df615c51845974526b3f1 /Test
parent0681be600c45f6dfa66be9bc2f3fc3de7113cb1d (diff)
downloadzsh-9f8c369ccd7e8e2331731231ac70b4056af67297.tar.gz
zsh-9f8c369ccd7e8e2331731231ac70b4056af67297.tar.xz
zsh-9f8c369ccd7e8e2331731231ac70b4056af67297.zip
45290: New helper script for listing XFail tests.
Diffstat (limited to 'Test')
-rwxr-xr-xTest/list-XFails5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/list-XFails b/Test/list-XFails
new file mode 100755
index 000000000..8d94a3d04
--- /dev/null
+++ b/Test/list-XFails
@@ -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