From 67b2e2d67917c9201ec2fb30b5aa89e2b407960c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 May 2011 12:53:48 +0200 Subject: s4:selftest: use wildcards for ntvfs.cifs tests in knownfail and skip files metze --- source4/selftest/knownfail | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source4/selftest/knownfail') 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 -- cgit