1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/selftest/knownfail.d
Noel Power 35aef220ce selftest/knownfail: Add python2 version of known fails
Post build & test running under python3 we now run with
 '--extra-python=/usr/bin/python2',  these tests will get
python2 appended to the test name so we need also to create
new knownfails for these. We will keep the python3 versions
in case we create (and we probably should) some CI job(s)
with
  PYTHON=python configure.developer --extra-python=/usr/bin/python3

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-12-10 10:38:26 +01:00
..
complex_expressions ldb: complex expression testing 2018-12-07 07:07:08 +01:00
dns CVE-2018-14629 dns: fix CNAME loop prevention using counter regression 2018-12-04 08:52:29 +01:00
domain_backup tests: Run backup tests against restoredc (SMBv1 disabled) 2018-11-27 03:43:17 +01:00
encrypted_secrets selftest/knownfail: Add python2 version of known fails 2018-12-10 10:38:26 +01:00
getncchanges selftest/knownfail: Add python2 version of known fails 2018-12-10 10:38:26 +01:00
keytab selftest/samba4.blackbox.export.keytab: Update to use a principal with SPN as UPN 2018-09-05 11:42:25 +02:00
labdc selftest: Add a 'LABDC' testenv to mimic a preproduction test-bed 2018-07-10 04:42:10 +02:00
netlogon smbtorture: Add more tests around NETLOGON challenge reuse 2017-06-27 16:57:42 +02:00
ntlmv1-restrictions selftest/knownfail: Add python2 version of known fails 2018-12-10 10:38:26 +01:00
ntlmv2-restrictions s4:selftest: replace --option=usespnego= with --option=clientusespnego= 2018-01-10 01:01:24 +01:00
password_settings selftest/knownfail: Add python2 version of known fails 2018-12-10 10:38:26 +01:00
README selftest: use an additional directory of knownfail/flapping files 2017-06-03 13:55:41 +02:00
replica_sync selftest/knownfail: Add python2 version of known fails 2018-12-10 10:38:26 +01:00
s3-lsa-server test_trust_ntlm.sh: add lookup name tests 2018-02-21 14:19:19 +01:00
samba3.vfs.fruit vfs_fruit: validation of writes on AFP_AfpInfo stream 2018-11-09 22:42:27 +01:00
smbclient-smb3 s3:selftest: run samba3.blackbox.inherit_owner tests with NT1 and SMB3 2017-06-27 16:57:48 +02:00
upn_handling s3:winbind: Do not lookup local system accounts in AD 2018-07-04 23:55:56 +02:00

# Files in this directory contain lists of regular expressions
# matching the names of tests that are temporarily 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.
#
# Empty lines and lines begining with '#' are ignored.
# Please don't add tests to this README!