blob: 8d94a3d041413199101bc99dd28867823eba4232 (
plain) (
blame)
1
2
3
4
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
|