From 5c857768d1415c4e70a9b7a96b8a9de1ec8efdee Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Thu, 3 Dec 2009 17:01:53 -0800 Subject: s4 selftest/quicktest: Update known failures for the sfileinfo and oplock changes Two new samba4 bugs have been filed for the two corresponding known failures. For the short term raw.sfileinfo had to be removed from quicktest. It is no longer an individual test, but a test-suite and quicktest can only run top level tests. --- source4/selftest/knownfail | 2 ++ source4/selftest/quick | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/selftest') diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index 56bf718b2f..b9d40f2409 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -65,3 +65,5 @@ samba4.base.createx_access # this test is broken for non-administrator users samba4.smb2.oplock # oplocks in the s4 SMB2 server are a mess samba4.raw.lock.*.async # bug 6960 samba4.smb2.lock.*.MULTIPLE-UNLOCK # bug 6959 +samba4.raw.sfileinfo.*.END-OF-FILE # bug 6962 +samba4.raw.oplock.*.BATCH22 # bug 6963 diff --git a/source4/selftest/quick b/source4/selftest/quick index 38098a92ff..ff409ce9dd 100644 --- a/source4/selftest/quick +++ b/source4/selftest/quick @@ -11,7 +11,6 @@ base.open base.chkpath raw.qfsinfo raw.qfileinfo -raw.sfileinfo raw.mkdir raw.seek raw.open -- cgit