diff options
-rw-r--r-- | selftest/knownfail | 10 | ||||
-rwxr-xr-x | source3/selftest/tests.py | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 4a9f99e8cd6..b838ee7f3a7 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -11,6 +11,9 @@ ^samba3.*rap.sam.*.useradd # Not provided by Samba 3 ^samba3.*rap.sam.*.userdelete # Not provided by Samba 3 ^samba3.posix_s3.libsmbclient .opendir # This requires a workgroup called 'WORKGROUP' and for netbios browse lists to have been registered +# see bug 8412 +^samba3.posix_s3.smb2.rename.*.simple_nodelete +^samba3.posix_s3.smb2.rename.*.no_share_delete_no_delete_access #These rpcclient combinations (pipe-level authentication but without sign or seal) need fixing in s3 ^samba3.blackbox.rpcclient over ncacn_np with \[spnego\] ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,bigendian\] @@ -58,6 +61,13 @@ ^samba4.rap.*netsessionenum ^samba4.rap.*netsessiongetinfo ^samba4.rap.*netremotetod +# SMB2 in s4 does not seem to support rename correctly +^samba4.smb2.rename.simple$ +^samba4.smb2.rename.no_sharing$ +^samba4.smb2.rename.share_delete_and_delete_access$ +^samba4.smb2.rename.no_share_delete_but_delete_access$ +^samba4.smb2.rename.share_delete_no_delete_access$ +^samba4.smb2.rename.no_share_delete_no_delete_access$ ^samba4.smb2.persistent.handles1 ^samba4.winbind.struct.*.show_sequence # Not yet working in winbind ^samba4.*base.delaywrite.*update of write time and SMBwrite truncate$ diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index ce6d964703f..6376eae75b4 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -224,7 +224,7 @@ raw = ["raw.acls", "raw.chkpath", "raw.close", "raw.composite", "raw.context", " "raw.samba3checkfsp", "raw.samba3closeerr", "raw.samba3oplocklogoff"] smb2 = ["smb2.lock", "smb2.read", "smb2.compound", "smb2.connect", "smb2.scan", "smb2.scanfind", - "smb2.bench-oplock"] + "smb2.bench-oplock", "smb2.rename"] rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sharesec", "rpc.samba3.spoolss", "rpc.samba3.wkssvc", "rpc.samba3.winreg", |