From 105eb95a57c48e0cb3cf69864e24e958ab2b3c59 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 4 Dec 2009 13:02:51 -0800 Subject: s4 quicktest: exclude raw-streams from quicktest until bug is fixed --- source4/selftest/knownfail | 10 ++++++++++ source4/selftest/quick | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index ef3c10c32d..22fc4a101d 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -69,3 +69,13 @@ samba4.raw.sfileinfo.*.END-OF-FILE # bug 6962 samba4.raw.oplock.*.BATCH22 # bug 6963 samba4.raw.lock.*.zerobyteread # bug 6974 samba4.smb2.lock.*.ZEROBYTEREAD # bug 6974 +samba4.raw.streams.*.DELETE +samba4.raw.streams.*.CREATEDISP +samba4.raw.streams.*.SUMTAB +samba4.raw.acls.*.CREATE_DIR +samba4.raw.acls.*.CREATE_FILE +samba4.raw.acls.*.INHERITFLAGS +samba4.smb2.create.*.ACLDIR +samba4.smb2.acls.*.GENERIC +samba4.smb2.acls.*.INHERITFLAGS +samba4.smb2.acls.*.OWNER diff --git a/source4/selftest/quick b/source4/selftest/quick index ff409ce9dd..2f6e1671b3 100644 --- a/source4/selftest/quick +++ b/source4/selftest/quick @@ -20,7 +20,7 @@ raw.close raw.ioctl raw.rename raw.eas -raw.streams +# raw.streams Bug xxxx base.open rpc.altercontext rpc.join -- cgit