From 9f8c369ccd7e8e2331731231ac70b4056af67297 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 12 Jan 2020 22:40:44 +0000 Subject: 45290: New helper script for listing XFail tests. --- Test/list-XFails | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Test/list-XFails (limited to 'Test') 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 -- cgit 1.4.1