From 4f4bb1f20d149e47ee1c6b5251b7376bb86ef530 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Aug 2012 23:43:05 +0200 Subject: s4:torture:basic: add more delete test - variants of deltest16 and deltest17 There seems to be a difference if the initial delete_on_close flag was set on a handle that created the file or if the handle if was for a file that already existed. Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Aug 17 21:44:24 CEST 2012 on sn-devel-104 --- selftest/knownfail | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'selftest/knownfail') diff --git a/selftest/knownfail b/selftest/knownfail index 9376264a3c..1c72718e04 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -46,6 +46,8 @@ ^samba3.raw.samba3checkfsp.samba3checkfsp\(s3dc\) # This test fails against an smbd environment with NT ACLs enabled ^samba3.raw.samba3closeerr.samba3closeerr\(s3dc\) # This test fails against an smbd environment with NT ACLs enabled ^samba3.raw.acls.generic\(s3dc\) # This fails against smbd +^samba3.base.delete.deltest16a +^samba3.base.delete.deltest17a ^samba3.unix.whoami anonymous connection.whoami\(plugin_s4_dc\) # We need to resolve if we should be including SID_NT_WORLD and SID_NT_NETWORK in this token ^samba3.unix.whoami anonymous connection.whoami\(s3member\) # smbd maps anonymous logins to domain guest in the local domain, not SID_NT_ANONYMOUS # these show that we still have some differences between our system @@ -54,7 +56,11 @@ ^samba.vfstest.acl.vfstest\(s3dc:local\) #until we get the fake_acls module into selftest ^samba4.local.convert_string_handle.system.iconv.gd_ascii ^samba4.local.convert_string_handle.system.iconv.gd_iso8859_cp850 -^samba4..*base.delete.*.deltest17 +^samba4..*base.delete.*.deltest17\( +^samba4..*base.delete.*.deltest17b +^samba4..*base.delete.*.deltest17c +^samba4..*base.delete.*.deltest17e +^samba4..*base.delete.*.deltest17f ^samba4..*base.delete.*.deltest20a ^samba4..*base.delete.*.deltest20b ^samba4.raw.session.reauth -- cgit