2011-10-26 06:38:15 +04:00
# This file contains a list of regular expressions matching testsuites that
2008-05-29 20:19:19 +04:00
# should be skipped during "make test".
#
# Possible reasons for adding a testsuite here:
2008-05-30 16:15:40 +04:00
# * Testsuite functionality not implemented on the server side
2008-05-29 20:19:19 +04:00
# * Testsuite crashes during run
# * Testsuite crashes server
2008-05-30 16:15:40 +04:00
# * Testsuite contains "flapping" tests (sometimes success, sometimes failure)
2008-06-11 02:11:31 +04:00
# * Testsuite hangs indefinitely
2008-05-29 20:19:19 +04:00
#
2011-10-26 06:38:15 +04:00
# If a testsuite is partially succeeding, please list the failing bits
2009-06-12 19:45:15 +04:00
# in the selftest/knownfail file rather than disabling the testsuite completely.
2010-09-30 12:31:38 +04:00
# That way those tests that do succeed still get run and we will be notified
# if a known failing test suddenly starts succeeding.
2008-05-29 20:19:19 +04:00
#
2009-06-12 19:45:15 +04:00
# If a testsuite is very slow, please add it to selftest/slow instead.
2010-09-30 12:31:38 +04:00
# This way it will still get run in "make slowtest"
2008-05-29 20:19:19 +04:00
#
2010-09-30 12:31:38 +04:00
# Please add a comment for each testsuite you disable explaining why
2008-05-29 20:19:19 +04:00
# it is being skipped.
2011-10-26 06:38:15 +04:00
^samba3.smbtorture_s3.*.randomipc
^samba3.smbtorture_s3.*.negnowait
^samba3.smbtorture_s3.*.nbench
^samba3.smbtorture_s3.*.errmapextract
^samba3.smbtorture_s3.*.trans2scan
^samba3.smbtorture_s3.*.nttransscan
^samba3.smbtorture_s3.*.deny1
^samba3.smbtorture_s3.*.deny2
^samba3.smbtorture_s3.*.openattr
^samba3.smbtorture_s3.*.casetable
^samba3.smbtorture_s3.*.eatest
^samba3.smbtorture_s3.*.mangle
^samba3.smbtorture_s3.*.utable
^samba3.smbtorture_s3.*.pipe_number
2011-10-26 10:59:47 +04:00
^samba3.smbtorture_s3.LOCAL-DBTRANS #hangs for some reason
2012-11-03 02:57:40 +04:00
^samba3.smbtorture_s3.*.DIR1 #loops on 64 bit linux with ext4
2016-06-27 09:45:15 +03:00
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).LOCK9 # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).OPLOCK2 # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).STREAMERROR # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).DIR1 # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).DIR-CREATETIME # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).DELETE-LN # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).UID-REGRESSION-TEST # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).SHORTNAME-TEST # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-APPEND # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-SYMLINK-ACL # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-SYMLINK-EA # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-OFD-LOCK # Fails against the s4 ntvfs server
2016-07-19 19:24:38 +03:00
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-STREAM-DELETE # Fails against the s4 ntvfs server
2017-02-14 23:59:58 +03:00
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).WINDOWS-BAD-SYMLINK # Fails against the s4 ntvfs server
2016-12-06 01:34:18 +03:00
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).RENAME-ACCESS # Fails against the s4 ntvfs server
2016-12-08 21:40:27 +03:00
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).OWNER-RIGHTS # Don't test against the s4 ntvfs server anymore
2016-06-27 09:45:15 +03:00
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).PIDHIGH # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).NTTRANS-FSCTL # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).SMB2-NEGPROT # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).BAD-NBT-SESSION # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).SMB2-SESSION-REAUTH # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).SMB2-SESSION-RECONNECT # Fails against the s4 ntvfs server
2011-10-26 06:38:15 +04:00
^samba3.*base.charset
^samba3.*raw.context
^samba3.*raw.ioctl
^samba3.*raw.qfileinfo
^samba3.*raw.qfsinfo
^samba3.*raw.sfileinfo.base
2012-02-29 14:09:56 +04:00
^samba3.smb2.hold-oplock # Not a test, but a way to block other clients for a test
2017-06-01 00:43:41 +03:00
^samba3.smb2.hold-sharemode # Not a test, but a way to block other clients for a test
^samba3.smb2.check-sharemode # Not a test, but a way to test sharemodes outside of Samba
2013-02-12 20:45:23 +04:00
^samba3.smb2.durable-open-disconnect # Not a test, but a way to create a disconnected durable
2012-03-02 15:15:00 +04:00
^samba3.smb2.scan # No tests
2013-10-22 13:18:01 +04:00
^samba3.smb2.oplock.levelii501 # No test yet
2015-03-05 20:08:43 +03:00
^samba3.rpc.samr.passwords.lockout\(ad_dc\) # No point running this version, it just waits 12 times longer the samba4 version of this test, covering the same code
2011-05-17 13:26:40 +04:00
^samba4.base.iometer
^samba4.base.casetable
^samba4.base.nttrans
^samba4.base.scan.maxfid
2016-06-27 12:04:48 +03:00
^samba4.raw.eas
2011-05-17 13:26:40 +04:00
^samba4.raw.hold-oplock # Not a test, but a way to block other clients for a test
^samba4.smb2.hold-oplock # Not a test, but a way to block other clients for a test
2017-06-01 00:43:41 +03:00
^samba4.smb2.hold-sharemode # Not a test, but a way to block other clients for a test
^samba4.smb2.check-sharemode # Not a test, but a way to test sharemodes outside of Samba
2011-05-17 13:26:40 +04:00
^samba4.raw.ping.pong # Needs second server to test
^samba4.rpc.samr.accessmask
2015-03-06 01:38:26 +03:00
^samba4.rpc.samr.passwords.*ncacn_np\(ad_dc_ntvfs\) # currently fails, possibly config issue
2012-12-11 19:13:39 +04:00
^samba4.rpc.samr.passwords.*s4member # currently fails, possibly config issue
2011-05-17 13:26:40 +04:00
^samba4.raw.scan.eamax
^samba4.smb2.notify
^samba4.smb2.scan
^samba4.smb2.lease
2012-03-03 20:01:38 +04:00
^samba4.smb2.durable-open
2012-02-28 01:56:37 +04:00
^samba4.smb2.durable-v2-open
2011-05-17 13:26:40 +04:00
^samba4.smb2.dir
2012-02-28 04:44:10 +04:00
^samba4.smb2.session
2012-09-22 21:07:51 +04:00
^samba4.smb2.compound
2013-10-22 13:18:01 +04:00
^samba4.smb2.oplock.levelii501 # No test yet
2016-06-27 10:08:02 +03:00
# SMB2 in s4 does not seem to support rename correctly
^samba4.smb2.rename.*\(ad_dc_ntvfs\)$
2016-06-27 11:14:03 +03:00
# some operations don't work over the CIFS NTVFS backend yet (eg. root_fid)
^samba4.ntvfs.cifs.*.base.createx_sharemodes_dir
2011-05-02 14:53:48 +04:00
^samba4.ntvfs.cifs.*.base.charset
^samba4.ntvfs.cifs.*.base.iometer
^samba4.ntvfs.cifs.*.base.casetable
^samba4.ntvfs.cifs.*.base.nttrans
^samba4.ntvfs.cifs.*.base.scan-maxfid
^samba4.ntvfs.cifs.*.base.utable
^samba4.ntvfs.cifs.*.base.smb
^samba4.ntvfs.cifs.*.raw.
2011-05-17 13:26:40 +04:00
^samba4.rpc.samsync
^samba4.rpc.remact # Not provided by Samba 4
^samba4.rpc.oxidresolve # Not provided by Samba 4
^samba4.rpc.eventlog # Not provided by Samba 4
^samba4.rpc.initshutdown # Not provided by Samba 4
^samba4.rpc.spoolss # Not provided by Samba 4
^samba4.rpc.svcctl # Not provided by Samba 4
^samba4.rpc.atsvc # Not provided by Samba 4
^samba4.rpc.frsapi # Not provided by Samba 4
^samba4.rpc.ntsvcs # Not provided by Samba 4
^samba4.rpc.dfs # Not provided by Samba 4
2015-01-16 15:49:46 +03:00
^samba4.rpc.witness # Not provided by Samba 4
2015-02-27 01:03:36 +03:00
^samba4.rpc.clusapi # clusapi server support not yet provided
2013-01-15 18:23:58 +04:00
^samba4.rpc.iremotewinspool.*\(ad_dc_ntvfs\)$ # Not provided by Samba 4
2011-05-02 14:53:48 +04:00
^samba4.*.base.samba3.* # Samba3-specific test
^samba4.*.raw.samba3.* # Samba3-specific test
2008-04-17 16:59:16 +04:00
^samba4.rpc..*samba3.* # Samba3-specific test
2011-05-17 13:26:40 +04:00
^samba4.raw.offline # Samba 4 doesn't have much offline support yet
^samba4.rpc.autoidl # this one just generates a lot of noise, and is no longer useful
^samba4.rpc.countcalls # this is not useful now we have full IDL
2016-06-27 09:49:24 +03:00
^samba4.rap.basic
2011-05-17 13:26:40 +04:00
^samba4.rap.scan # same thing here - we have docs now
^samba4.rap.printing # Not provided by Samba 4
2016-06-27 09:49:24 +03:00
^samba4.rap.rpc
2011-05-17 13:26:40 +04:00
^samba4.rap.sam # Not provided by Samba 4
2009-10-12 09:14:02 +04:00
bench # don't run benchmarks in our selftest
2011-05-02 14:53:48 +04:00
^samba4..*trans2.scan # uses huge number of file descriptors
^samba4.*.base.scan.ioctl # bad idea in make test
^samba4.*.base.scan.pipe_number # bad idea in make test
^samba4.*.base.secleak # no point on build farm
^samba4.*.base.delaywrite # This is randomly failing, depending on timing and filesystem features
^samba4.*.base.winattr
^samba4.*.base.birthtime
2015-06-30 14:49:38 +03:00
^samba4.*base.defer_open
2011-05-17 13:26:40 +04:00
^samba4.smb2.acls # new test which doesn't pass yet
2010-07-31 13:31:43 +04:00
# ktutil might not be installed or from mit...
# we should build a samba4ktutil and use that instead
2011-05-17 13:26:40 +04:00
^samba4.blackbox.ktpass # this test isn't portable ...
2012-02-29 03:06:31 +04:00
^samba4.rpc.unixinfo # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use
^samba.tests.dcerpc.unix # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use