2008-05-29 20:19:19 +04:00
# This file contains a list of regular expressions matching testsuites that
# 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
#
# 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.
2008-02-18 23:13:03 +03:00
raw.composite
base.iometer
base.casetable
base.nttrans
base.scan.maxfid
2009-10-06 02:18:53 +04:00
hold.oplock # Not a test, but a way to block other clients for a test
2008-04-17 13:25:19 +04:00
raw.ping.pong # Needs second server to test
2009-05-13 17:15:30 +04:00
rpc.samr.accessmask
2008-02-18 23:13:03 +03:00
raw.scan.eamax
2008-04-17 13:25:19 +04:00
samba4.ntvfs.cifs.raw.qfileinfo.ipc
2008-02-18 23:13:03 +03:00
smb2.notify
smb2.scan
2009-04-20 17:05:34 +04:00
smb2.lease
2009-04-25 08:14:40 +04:00
smb2.durable.open
2010-10-28 12:20:28 +04:00
smb2.dir
2008-02-18 23:13:03 +03:00
ntvfs.cifs.base.charset
ntvfs.cifs.base.iometer
ntvfs.cifs.base.casetable
ntvfs.cifs.base.nttrans
ntvfs.cifs.base.scan-maxfid
ntvfs.cifs.base.utable
ntvfs.cifs.base.smb
ntvfs.cifs.raw.composite
ntvfs.cifs.raw.notify
ntvfs.cifs.raw.scan-eamax
ntvfs.cifs.raw.context
ntvfs.cifs.raw.qfileinfo.ipc
rpc.samsync
rpc.remact # Not provided by Samba 4
rpc.oxidresolve # Not provided by Samba 4
rpc.eventlog # Not provided by Samba 4
rpc.initshutdown # Not provided by Samba 4
2010-10-05 17:07:19 +04:00
rpc.spoolss # Not provided by Samba 4
2008-02-18 23:13:03 +03:00
rpc.svcctl # Not provided by Samba 4
rpc.atsvc # Not provided by Samba 4
rpc.frsapi # Not provided by Samba 4
2008-11-11 14:36:07 +03:00
rpc.ntsvcs # Not provided by Samba 4
2010-03-20 04:56:20 +03:00
rpc.dfs # Not provided by Samba 4
2010-06-22 17:06:27 +04:00
rpc.lsa.forest # Not provided by Samba 4
2008-04-17 16:59:16 +04:00
^samba4.base.samba3.* # Samba3-specific test
^samba4.ntvfs.cifs.base.samba3.* # Samba3-specific test
^samba4.raw.samba3.* # Samba3-specific test
^samba4.ntvfs.cifs.raw.samba3.* # Samba3-specific test
samba4.ntvfs.cifs.raw.
^samba4.rpc..*samba3.* # Samba3-specific test
2010-10-24 06:27:26 +04:00
^samba4.samba-tool.domopen.*$ # Hangs for some reason
2008-02-18 23:13:03 +03:00
nss.test # Fails
raw.offline # Samba 4 doesn't have much offline support yet
2009-08-17 07:29:34 +04:00
rpc.autoidl # this one just generates a lot of noise, and is no longer useful
2009-09-21 02:23:34 +04:00
samba4.rpc.countcalls # this is not useful now we have full IDL
2009-09-21 02:27:09 +04:00
samba4.rap.scan # same thing here - we have docs now
2010-04-29 01:20:46 +04:00
samba4.rap.printing # Not provided by Samba 4
2010-05-10 14:14:58 +04:00
samba4.rap.sam # Not provided by Samba 4
2009-10-02 12:52:51 +04:00
samba4.gensec.python # not finished
2009-10-12 09:14:02 +04:00
bench # don't run benchmarks in our selftest
2009-10-20 06:54:55 +04:00
trans2.scan # uses huge number of file descriptors
2009-10-20 08:19:27 +04:00
base.scan.ioctl # bad idea in make test
base.scan.pipe_number # bad idea in make test
2009-10-20 09:18:51 +04:00
base.secleak # no point on build farm
2009-11-17 14:03:54 +03:00
base.delaywrite # This is randomly failing, depending on timing and filesystem features
2010-09-29 16:30:49 +04:00
base.winattr
2010-09-30 14:56:25 +04:00
base.birthtime
2009-12-08 14:53:51 +03:00
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
samba4.blackbox.ktpass # this test isn't portable ...