diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-05-02 12:53:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-06-24 19:09:29 +0200 |
commit | 67b2e2d67917c9201ec2fb30b5aa89e2b407960c (patch) | |
tree | 8c7b4b74e0b5533338353a213608d430ed9399ee /source4/selftest/knownfail | |
parent | a7d2492cf7a398d7577863151fa823c62e8469b0 (diff) | |
download | samba-67b2e2d67917c9201ec2fb30b5aa89e2b407960c.tar.gz samba-67b2e2d67917c9201ec2fb30b5aa89e2b407960c.tar.bz2 samba-67b2e2d67917c9201ec2fb30b5aa89e2b407960c.zip |
s4:selftest: use wildcards for ntvfs.cifs tests in knownfail and skip files
metze
Diffstat (limited to 'source4/selftest/knownfail')
-rw-r--r-- | source4/selftest/knownfail | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index 266148b91f..0a99d90b73 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -56,10 +56,9 @@ ^samba4.*base.delaywrite.*update of write time using SET_ALLOCATION_SIZE$ ^samba4.ldap.python \(dc\).Test add_ldif\(\) with BASE64 security descriptor input using WRONG domain SID$ # some operations don't work over the CIFS NTVFS backend yet (eg. root_fid) -^samba4.ntvfs.cifs.base.createx_access -^samba4.ntvfs.cifs.base.createx_sharemodes_dir -^samba4.ntvfs.cifs.base.maximum_allowed -^samba4.base.createx_access # this test is broken for non-administrator users +^samba4.ntvfs.cifs.*.base.createx_sharemodes_dir +^samba4.ntvfs.cifs.*.base.maximum_allowed +^samba4.*.base.createx_access # this test is broken for non-administrator users ^samba4.smb2.oplock # oplocks in the s4 SMB2 server are a mess ^samba4.raw.lock.*.async # bug 6960 ^samba4.smb2.lock.*.multiple-unlock # bug 6959 |