summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-20 20:46:53 +0200
committerKarolin Seeger <kseeger@samba.org>2012-09-28 09:23:08 +0200
commitd995da069f00846ce251a71ab773c2f8630f5cae (patch)
treec9dc3eec6270a0193fea8f5c52fe6764d36f45c2
parent20656f8c4f1274605d0b6e8cdc31724916e262ae (diff)
downloadsamba-d995da069f00846ce251a71ab773c2f8630f5cae.tar.gz
selftest: we fail samba3.smb2.compound.interim2
We currently return NT_STATUS_CANCELLED where we should return NT_STATUS_INTERNAL_ERROR. (cherry picked from commit 841934647b06d6400148932cc8ce02a20c209610) Signed-off-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--selftest/knownfail1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail
index 2e244b69c39..3f4b513c98d 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -201,6 +201,7 @@
^samba3.smb2.getinfo.getinfo
^samba3.smb2.setinfo.setinfo
^samba3.smb2.session.*reauth5 # some special anonymous checks?
+^samba3.smb2.compound.interim2 # wrong return code (STATUS_CANCELLED)
^samba3.raw.session.*reauth2 # maybe fix this?
^samba3.rpc.spoolss.printer.addprinter.driver_info_winreg # knownfail or flapping?
^samba3.rpc.spoolss.printer.addprinterex.driver_info_winreg # knownfail or flapping?