From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- selftest/expectedfail.d/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 selftest/expectedfail.d/README (limited to 'selftest/expectedfail.d/README') diff --git a/selftest/expectedfail.d/README b/selftest/expectedfail.d/README new file mode 100644 index 0000000..5473e6c --- /dev/null +++ b/selftest/expectedfail.d/README @@ -0,0 +1,22 @@ +# Files in this directory contain lists of regular expressions +# matching the names of tests that are *necessarily* expected to fail. +# +# "make test" will not report failures for tests listed here and will +# consider a successful run for any of these tests an error. +# +# They differ from the knownfail tests (selftest/knownfail.d) in that +# the lack of failure here is definitely a problem. The knownfail +# tests might be fixed one day, even accidentally, but these ones will +# not. +# +# Before adding tests here, consider rewriting the test so that the +# expected result is a failure. The tests in here are typically +# testing the use of some protocol or feature on a server that has +# that feature turned off. The same tests will also be run against +# another server where they do not fail. The downside of this method +# is we don't know that these expected fail tests are failing in the +# right way. +# +# Empty lines and lines beginning with '#' are ignored. +# +# Please don't add tests to this README! -- cgit v1.2.3