1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/selftest/expectedfail.d
Douglas Bagnall 646046cb58 selftest/knownfail: move more parts to expectedfail.d/ntlm-auth
Here NTLM is disabled, so failure is intended.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-12-10 21:24:38 +00:00
..
encrypted_secrets selftest/knownfail.d: move encrypted_secrets to expectedfail.d 2023-12-10 21:24:38 +00:00
labdc
ntlm-auth selftest/knownfail: move some parts to expectedfail.d/ntlm-auth 2023-12-10 21:24:38 +00:00
ntlmdisabled selftest/knownfail: move more parts to expectedfail.d/ntlm-auth 2023-12-10 21:24:38 +00:00
ntlmv1-restrictions selftest/knownfail.d: move ntlmv1-restrictions to expectedfail.d 2023-12-10 21:24:38 +00:00
README
samba-4.5-emulation selftest/knownfail.d: move samba-4.5-emulation to expectedfail.d 2023-12-10 21:24:38 +00:00

# 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!