diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-17 11:56:23 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-02 01:00:12 +0200 |
commit | 5f0707801a183a7cf32aebf6e47ca63d536be2ab (patch) | |
tree | b1a23c6d215005287e6e0d3edf9cf6baf3f0de21 /selftest/knownfail | |
parent | 221c0e479d99b81f8becd51d641a5979e420efdc (diff) | |
download | samba-5f0707801a183a7cf32aebf6e47ca63d536be2ab.tar.gz samba-5f0707801a183a7cf32aebf6e47ca63d536be2ab.tar.bz2 samba-5f0707801a183a7cf32aebf6e47ca63d536be2ab.zip |
selftest: Enable ACL testing against the s3dc environment
Previously, ACL tests were skipped and the correct modules for ACL
testing were not loaded.
The addition of a knownfail entry for raw.samba3* tests is due to an
inconsitancy between the behaviour with and without ACL modules loaded
- posix chown calls appear to be ignored in this mode.
Andrew Bartlett
Diffstat (limited to 'selftest/knownfail')
-rw-r--r-- | selftest/knownfail | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 440304f0db..22e46a1999 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -35,7 +35,10 @@ ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,smb2,bigendian\] ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2\] ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2,bigendian\] -^samba3.raw.composite.appendacl\(s3dc\)# This needs ACL and IDMAP behaviour that smbd cannot provide, including mapping of arbitary sids. +^samba3.raw.samba3hide.samba3hide\((s3dc|plugin_s4_dc)\) # This test fails against an smbd environment with NT ACLs enabled +^samba3.raw.samba3checkfsp.samba3checkfsp\((s3dc|plugin_s4_dc)\) # This test fails against an smbd environment with NT ACLs enabled +^samba3.raw.samba3closeerr.samba3closeerr\((s3dc|plugin_s4_dc)\) # This test fails against an smbd environment with NT ACLs enabled +^samba3.raw.acls.generic\(s3dc\) # This fails against smbd # 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 @@ -143,9 +146,6 @@ ^samba3.smb2.create.blob ^samba3.smb2.create.open ^samba3.smb2.create.leading-slash -^samba3.smb2.create.aclfile -^samba3.smb2.create.acldir -^samba3.smb2.create.nulldacl ^samba3.smb2.notify.valid-req ^samba3.smb2.notify.dir ^samba3.smb2.notify.rec @@ -179,12 +179,8 @@ ^samba3.smb2.lease.multibreak ^samba3.smb2.oplock.batch12 ^samba3.smb2.oplock.batch20 -^samba3.smb2.acls.CREATOR ^samba3.smb2.acls.GENERIC -^samba3.smb2.acls.OWNER -^samba3.smb2.acls.INHERITANCE ^samba3.smb2.acls.INHERITFLAGS -^samba3.smb2.acls.DYNAMIC ^samba3.smb2.streams.rename ^samba3.smb2.streams.rename2 ^samba3.smb2.streams.attributes |