diff options
author | Tim Prouty <tprouty@samba.org> | 2009-12-03 17:01:53 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-12-03 18:54:52 -0800 |
commit | 5c857768d1415c4e70a9b7a96b8a9de1ec8efdee (patch) | |
tree | 5aa64966db4c9ed4cebcb8cff6727a6739bf580e /source4/selftest | |
parent | 15e1c610273766a548a28b4d8731c6e9bad4496e (diff) | |
download | samba-5c857768d1415c4e70a9b7a96b8a9de1ec8efdee.tar.gz samba-5c857768d1415c4e70a9b7a96b8a9de1ec8efdee.tar.bz2 samba-5c857768d1415c4e70a9b7a96b8a9de1ec8efdee.zip |
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.
Diffstat (limited to 'source4/selftest')
-rw-r--r-- | source4/selftest/knownfail | 2 | ||||
-rw-r--r-- | source4/selftest/quick | 1 |
2 files changed, 2 insertions, 1 deletions
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 |