From 74a4c40d4f4bd092d4a71d273f45aab39a8b1cb0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 15 Aug 2012 20:35:05 +1000 Subject: selftest: Use new fake_acls module This isolates us from the OS ACL library, and allows chown to 'work' when we are non-root. In turn, this ensures that we can test the SMB -> POSIX layer even when the OS would refuse the set due to non-root or simply not having acls enabled on this particular file system. This should make a number of build farm tests much more reliable, and allows a number more tests to pass. Andrew Bartlett --- selftest/knownfail | 6 ------ 1 file changed, 6 deletions(-) (limited to 'selftest/knownfail') diff --git a/selftest/knownfail b/selftest/knownfail index 1c72718e04..2d33360ce1 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -43,7 +43,6 @@ ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2\] ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2,bigendian\] ^samba3.raw.samba3hide.samba3hide\((s3dc|plugin_s4_dc)\) # This test fails against an smbd environment with NT ACLs enabled -^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 @@ -53,7 +52,6 @@ # these show that we still have some differences between our system # with our internal iconv because it passes except when we bypass our # internal iconv modules -^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\( @@ -222,11 +220,7 @@ # but in the interests of ensuring we do not regress, we run the tests # and list the current failures here. # -^samba3.raw.acls.create_file\(plugin_s4_dc\) -^samba3.raw.acls.create_dir\(plugin_s4_dc\) ^samba3.raw.acls.generic\(plugin_s4_dc\) -^samba3.smb2.create.aclfile\(plugin_s4_dc\) -^samba3.smb2.create.acldir\(plugin_s4_dc\) ^samba3.rpc.eventlog.eventlog.GetLogIntormation\(plugin_s4_dc\) ^samba3.rpc.eventlog.eventlog.FlushEventLog\(plugin_s4_dc\) ^samba3.rpc.eventlog.eventlog.ReportEventLog\(plugin_s4_dc\) -- cgit