ndr_compression: add common parts of ndr compression
[tprouty/samba.git] / source4 / samba4-skip
index 19ff924794d3c92969f1c66f418573f24398955d..b1313adea0cf63918bcc38503379fbd4028145f4 100644 (file)
@@ -1,21 +1,33 @@
-base.delaywrite
+# 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.bench.holdcon.*                         # Very slow
 base.scan.maxfid
-raw.hold.oplock
-raw.ping.pong
+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
-raw.qfileinfo.ipc
-base.utable
-base.smb
+samba4.ntvfs.cifs.raw.qfileinfo.ipc
 smb2.notify
 smb2.scan
 ntvfs.cifs.base.charset
-ntvfs.cifs.base.delaywrite
 ntvfs.cifs.base.iometer
 ntvfs.cifs.base.casetable
 ntvfs.cifs.base.nttrans
@@ -30,7 +42,6 @@ ntvfs.cifs.raw.qfileinfo.ipc
 rpc.dssync
 rpc.samsync
 ldap.uptodatevector                                    # Segfaults
-rpc.scanner                                                    # Very slow
 rpc.remact                                                     # Not provided by Samba 4
 rpc.oxidresolve                                                # Not provided by Samba 4
 rpc.eventlog                                           # Not provided by Samba 4
@@ -38,12 +49,15 @@ 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
-.*samba3.*                                                     # Samba3-specific test
+^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
-winbind                                                        # FIXME: This should not be skipped
 nss.test                                               # Fails
 samba4.samba3sam.python                # Conversion from EJS not yet finished
-samba4.samdb.python                    # Not finished yet
 raw.offline                    # Samba 4 doesn't have much offline support yet
 winreg*  #Does not authenticate against the target server