s4:kdc: Implement KDC plugin hardware authentication policy
[Samba.git] / selftest / expectedfail.d / README
blob5473e6cc9a1ec0948fdc197c8ae5f8dde1bc110a
1 # Files in this directory contain lists of regular expressions
2 # matching the names of tests that are *necessarily* expected to fail.
4 # "make test" will not report failures for tests listed here and will
5 # consider a successful run for any of these tests an error.
7 # They differ from the knownfail tests (selftest/knownfail.d) in that
8 # the lack of failure here is definitely a problem. The knownfail
9 # tests might be fixed one day, even accidentally, but these ones will
10 # not.
12 # Before adding tests here, consider rewriting the test so that the
13 # expected result is a failure. The tests in here are typically
14 # testing the use of some protocol or feature on a server that has
15 # that feature turned off. The same tests will also be run against
16 # another server where they do not fail. The downside of this method
17 # is we don't know that these expected fail tests are failing in the
18 # right way.
20 # Empty lines and lines beginning with '#' are ignored.
22 # Please don't add tests to this README!