1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/selftest/expectedfail.d
Stefan Metzmacher 16b430e740 s4:selftest: also test samba4.ldb.simple.ldap*SASL-BIND with ldap_testing:{channel_bound,tls_channel_bindings,forced_channel_binding}
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15621

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 065da87329)

Autobuild-User(v4-20-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-20-test): Tue Jul  9 10:53:40 UTC 2024 on atb-devel-224
2024-07-09 10:53:40 +00:00
..
encrypted_secrets selftest/knownfail.d: move encrypted_secrets to expectedfail.d 2023-12-10 21:24:38 +00:00
labdc
ldap-tlsverifypeer selftest: move some more expected failures to expectedfail.d 2024-07-09 09:54:15 +00:00
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
samba4.ldb.simple.ldap-tls s4:selftest: also test samba4.ldb.simple.ldap*SASL-BIND with ldap_testing:{channel_bound,tls_channel_bindings,forced_channel_binding} 2024-07-09 10:53:40 +00:00
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!