summaryrefslogtreecommitdiff
path: root/source4/selftest/skip
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-19 10:45:25 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-19 10:45:25 +0200
commit2c8cf0b394e8625017a1290f73d0007d3b5b6d20 (patch)
tree9d63288e05bbc7b8d8f75b8373884ce7613ba305 /source4/selftest/skip
parentc484b0465c8c2298c8d439677412f34e6bdd17f1 (diff)
parent694a579cb8d418a4feb441a77c0dc000023f2c6e (diff)
downloadsamba-2c8cf0b394e8625017a1290f73d0007d3b5b6d20.tar.gz
samba-2c8cf0b394e8625017a1290f73d0007d3b5b6d20.tar.bz2
samba-2c8cf0b394e8625017a1290f73d0007d3b5b6d20.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into strhex
Diffstat (limited to 'source4/selftest/skip')
-rw-r--r--source4/selftest/skip61
1 files changed, 61 insertions, 0 deletions
diff --git a/source4/selftest/skip b/source4/selftest/skip
new file mode 100644
index 0000000000..e3e2d2d525
--- /dev/null
+++ b/source4/selftest/skip
@@ -0,0 +1,61 @@
+# This file contains a list of regular expressions matching testsuites that
+# should be skipped during "make test".
+#
+# Possible reasons for adding a testsuite here:
+# * Testsuite functionality not implemented on the server side
+# * Testsuite crashes during run
+# * Testsuite crashes server
+# * Testsuite contains "flapping" tests (sometimes success, sometimes failure)
+# * Testsuite hangs indefinitely
+#
+# If a testsuite is partially succeeding, please list the failing bits
+# in the samba4-knownfail file rather than disabling the testsuite completely.
+#
+# If a testsuite is very slow, please add it to samba4-slow instead.
+#
+# Please add a comment for each testsuite you disable explaining why
+# it is being skipped.
+raw.composite
+base.iometer
+base.casetable
+base.nttrans
+base.scan.maxfid
+raw.hold.oplock # Not a test, but a way to block other clients for a test
+raw.ping.pong # Needs second server to test
+rpc.samr_accessmask
+raw.scan.eamax
+samba4.ntvfs.cifs.raw.qfileinfo.ipc
+smb2.notify
+smb2.scan
+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.dssync
+rpc.samsync
+ldap.uptodatevector # Segfaults
+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
+rpc.svcctl # Not provided by Samba 4
+rpc.atsvc # Not provided by Samba 4
+rpc.frsapi # Not provided by Samba 4
+^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
+^samba4.net.domopen.*$ # Hangs for some reason
+^samba4.net.api.become.dc.*$ # Fails
+nss.test # Fails
+raw.offline # Samba 4 doesn't have much offline support yet