Make generate_random_buffer signature match that of lib/util.
[kai/samba.git] / source4 / samba4-skip
1 # This file contains a list of regular expressions matching testsuites that 
2 # should be skipped during "make test".
3 #
4 # Possible reasons for adding a testsuite here:
5 # * Testsuite functionality not implemented on the server side
6 # * Testsuite crashes during run
7 # * Testsuite crashes server
8 # * Testsuite contains "flapping" tests (sometimes success, sometimes failure)
9 # * Testsuite hangs indefinitely
10 #
11 # If a testsuite is partially succeeding, please list the failing bits 
12 # in the samba4-knownfail file rather than disabling the testsuite completely.
13 #
14 # If a testsuite is very slow, please add it to samba4-slow instead.
15 #
16 # Please add a comment for each testsuite you disable explaining why 
17 # it is being skipped.
18 raw.composite
19 base.iometer
20 base.casetable
21 base.nttrans
22 base.scan.maxfid
23 raw.hold.oplock         # Not a test, but a way to block other clients for a test
24 raw.ping.pong           # Needs second server to test
25 rpc.samr_accessmask
26 raw.scan.eamax
27 samba4.ntvfs.cifs.raw.qfileinfo.ipc
28 smb2.notify
29 smb2.scan
30 ntvfs.cifs.base.charset
31 ntvfs.cifs.base.iometer
32 ntvfs.cifs.base.casetable
33 ntvfs.cifs.base.nttrans
34 ntvfs.cifs.base.scan-maxfid
35 ntvfs.cifs.base.utable
36 ntvfs.cifs.base.smb
37 ntvfs.cifs.raw.composite
38 ntvfs.cifs.raw.notify
39 ntvfs.cifs.raw.scan-eamax
40 ntvfs.cifs.raw.context
41 ntvfs.cifs.raw.qfileinfo.ipc
42 rpc.dssync
43 rpc.samsync
44 ldap.uptodatevector                                     # Segfaults
45 rpc.remact                                                      # Not provided by Samba 4
46 rpc.oxidresolve                                         # Not provided by Samba 4
47 rpc.eventlog                                            # Not provided by Samba 4
48 rpc.initshutdown                                        # Not provided by Samba 4
49 rpc.svcctl                                                      # Not provided by Samba 4
50 rpc.atsvc                                                       # Not provided by Samba 4
51 rpc.frsapi                                                      # Not provided by Samba 4
52 ^samba4.base.samba3.*                                           # Samba3-specific test
53 ^samba4.ntvfs.cifs.base.samba3.*                                # Samba3-specific test
54 ^samba4.raw.samba3.*                                            # Samba3-specific test
55 ^samba4.ntvfs.cifs.raw.samba3.*                                 # Samba3-specific test
56 samba4.ntvfs.cifs.raw.
57 ^samba4.rpc..*samba3.*                                          # Samba3-specific test
58 ^samba4.net.domopen.*$                          # Hangs for some reason
59 ^samba4.net.api.become.dc.*$                    # Fails
60 nss.test                                                # Fails
61 raw.offline                     # Samba 4 doesn't have much offline support yet