summaryrefslogtreecommitdiff
path: root/selftest/skip
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-02-23 17:52:34 -0800
committerKarolin Seeger <kseeger@samba.org>2019-03-05 19:29:14 +0000
commitf765b515814b6b9884e8e563ac4a61c9d34a39b3 (patch)
treef9c0bf627b618f4778ea369e16ded1203dbfdce4 /selftest/skip
parentce4c9c40fabd5094fa5c28939897e34bc720b4f8 (diff)
downloadsamba-f765b515814b6b9884e8e563ac4a61c9d34a39b3.tar.gz
s3: smbtorture3: Add POSIX-MKDIR test for posix_mkdir case sensitive bug.
Test does: mkdir POSIX_foo mkdir POSIX_Foo mkdir POSIX_foo/Foo mkdir POSIX_foo/foo mkdir POSIX_Foo/Foo mkdir POSIX_Foo/foo Which should pass a SMB1 POSIX extensions server as posix mkdir should always be case sensitive no matter what the share is set to. Mark as knownfail for now. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13803 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> (cherry picked from commit f0decb31fff24ceb57d23bebbfb87aa0e5103947)
Diffstat (limited to 'selftest/skip')
-rw-r--r--selftest/skip1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/skip b/selftest/skip
index f59f824147c..b88412c082d 100644
--- a/selftest/skip
+++ b/selftest/skip
@@ -48,6 +48,7 @@
^samba3.smbtorture_s3.plain.POSIX-SYMLINK-EA\(ad_dc_ntvfs\) # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain.POSIX-OFD-LOCK\(ad_dc_ntvfs\) # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain.POSIX-STREAM-DELETE\(ad_dc_ntvfs\) # Fails against the s4 ntvfs server
+^samba3.smbtorture_s3.plain.POSIX-MKDIR\(ad_dc_ntvfs\) # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain.WINDOWS-BAD-SYMLINK\(ad_dc_ntvfs\) # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain.RENAME-ACCESS\(ad_dc_ntvfs\) # Fails against the s4 ntvfs server
^samba3.smbtorture_s3.plain.OWNER-RIGHTS\(ad_dc_ntvfs\) # Don't test against the s4 ntvfs server anymore