From bdd9dc4a8486919d6ef8c0efba777955ecc5ed33 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 15 Oct 2009 20:42:53 +1100 Subject: s4-selftest: mark some CIFS backend tests as known fail The CIFS passthru NTVFS doesn't handle some options yet (eg. root_fid) --- source4/selftest/knownfail | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/selftest/knownfail') diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index fcb16c9814..7bd4bacca7 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -58,3 +58,7 @@ samba4.winbind.struct.*.LOOKUP_NAME_SID # Not yet working in winbind ^samba4.ldap.python \(dc\).Test add_ldif\(\) with BASE64 security descriptor input using WRONG domain SID$ ^samba4.ldap.python \(dc\).Testing ldb.add_ldif\(\) for nTSecurityDescriptor ^samba4.ldap.secdesc.python +# 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 -- cgit From 53dec869b83c55122e2cde6274ba6ebe328e12c1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 16 Oct 2009 23:06:02 +1100 Subject: s4-torture: the BASE-CREATEX_ACCESS test is broken for non-administrators See my msg to samba-technical about this test and privilege testing. --- source4/selftest/knownfail | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/selftest/knownfail') diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index 7bd4bacca7..5061171d1e 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -62,3 +62,4 @@ samba4.winbind.struct.*.LOOKUP_NAME_SID # Not yet working in winbind 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 -- cgit