From 7a6d9a7217bb84741cc0e4c3fec1db3dca7e2f5c Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 8 Dec 2023 16:06:08 +1300 Subject: [PATCH] selftest/knownfail.d: README memntions expectedfail.d Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- selftest/knownfail.d/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selftest/knownfail.d/README b/selftest/knownfail.d/README index 6f0262a374c..ca6c7a598bd 100644 --- a/selftest/knownfail.d/README +++ b/selftest/knownfail.d/README @@ -1,6 +1,10 @@ # Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # +# Tests that are intended to *always* fail (e.g. to prove that the +# test can't succeed under certain conditions) should be added under +# selftest/expectedfail.d instead. +# # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # -- 2.47.2