1 # Files in this directory contain lists of regular expressions
2 # matching the names of tests that are temporarily expected to fail.
4 # Tests that are intended to *always* fail (e.g. to prove that the
5 # test can't succeed under certain conditions) should be added under
6 # selftest/expectedfail.d instead.
8 # "make test" will not report failures for tests listed here and will consider
9 # a successful run for any of these tests an error.
11 # Empty lines and lines beginning with '#' are ignored.
12 # Please don't add tests to this README!