summaryrefslogtreecommitdiffstats
path: root/source4/selftest/knownfail
Commit message (Collapse)AuthorAgeFilesLines
* s4:knownfail - remove tests which should passMatthias Dieter Wallnöfer2010-04-271-4/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:selftest: mark some smb2.compound tests as knownfailStefan Metzmacher2010-04-091-0/+3
| | | | metze
* s4-selftest: Fix xfail for base.delete.Jelmer Vernooij2010-03-311-3/+3
|
* selftest: Use absolute tests names in knownfail.Jelmer Vernooij2010-03-311-43/+43
|
* s4-selftest: skip RPC-DFS for s4 entirely.Günther Deschner2010-03-201-1/+0
| | | | Guenther
* s4:selftest: move samba4.net.api.become.dc from skip to knownfailStefan Metzmacher2010-03-111-0/+1
| | | | | | Someone should fix the remaining bug, as this test is expected to work. metze
* s4:selftest: add the samr-passwords-lockout test to knownfailMichael Adam2010-01-201-0/+1
| | | | | | | This is not implemented completely yet. Needs fixing in the future. Michael
* s4 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME testKai Blin2010-01-161-1/+0
|
* s4 selftest: Ignore more winbind test known to failKai Blin2010-01-151-0/+2
|
* s4-selftest: RPC-SAMR-PASSWORDS-BADPWDCOUNT fails against s4.Günther Deschner2010-01-121-0/+1
| | | | | | Seems like account lockout is not implemented at all yet. Guenther
* s4 torture: Cleanup RAW-ACLS a bitTim Prouty2009-12-071-1/+0
| | | | | | Don't check SEC_DESC_DACL_AUTO_INHERITED right now Disable RAW-ACLS-INHERITFLAGS for the short term Update samba4's knownfail accordingly
* s4-selftest: don't consider spoolss failures to be an error in s4Andrew Tridgell2009-12-081-1/+1
|
* s4 quicktest: exclude raw-streams from quicktest until bug is fixedTim Prouty2009-12-071-0/+10
|
* s4/torture: add test for zero byte read contention with byte range locksSteven Danneman2009-12-071-0/+2
|
* s4 selftest/quicktest: Update known failures for the sfileinfo and oplock ↵Tim Prouty2009-12-031-0/+2
| | | | | | | | | 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.
* s4/selftest: knownfail some locking tests until bugs are fixedSteven Danneman2009-12-021-0/+2
|
* s4-selftest: s4 passes all the SMB2-LOCK tests nowAndrew Tridgell2009-11-271-2/+0
|
* s4-selftest: s4 passes this test nowAndrew Tridgell2009-11-271-1/+0
|
* s4-torture: fixed expected error codes for s4 in SMB2-LOCKAndrew Tridgell2009-11-271-0/+2
| | | | | | | | I think the error/success codes returned by windows for these tests are quite bogus. The ones s4 gives are much more reasonable. The locking ones returning NT_STATUS_SUCCESS could lead to data loss, as an application thinks it has a file locked correctly when it fact it doesn't, so it could do an unsafe modify.
* s4:selftest: mark samba4.smb2.lock.*.VALID-REQUEST as known failureStefan Metzmacher2009-11-181-0/+1
| | | | metze
* s4:selftest: add "rpc.netlogon.*.GetDomainInfo"Stefan Metzmacher2009-11-181-0/+1
| | | | | | We need to expand the test to work against w2k8 and w2k8r2... metze
* s4:dsdb With these workarounds, we now pass the RPC-DSSYNC testAndrew Bartlett2009-11-171-1/+0
|
* Fixed some major bugs in inheritance and access checks.Nadezhda Ivanova2009-11-151-1/+0
| | | | | | | | Fixed sd creation not working on LDAP modify. Fixed incorrect replacement of CO and CG. Fixed incorrect access check on modify for SD modification. Fixed failing sec_descriptor test and enabled it. Fixed failing sd add test in ldap.python
* s4:selftest Mark the RPC-DSSYNC test as knownfail for nowAndrew Bartlett2009-11-121-0/+1
| | | | | | | | We need to work on the provision or LDB modules to avoid DN attributes without GUIDs (caused because the target does not exist at creation time). Andrew Bartlett
* s4-selftest: move secdesc.python test to skip listAndrew Tridgell2009-10-191-1/+0
| | | | | | | This test produces a python backtrace due to LDAP_INSUFFICIENT_ACCESS_RIGHTS errors, which are expected until the new acl code is finished. The python backtrace overrides the 'knownfail' listing, so we need to skip this test for now.
* s4-test: removed duplicate knownfail entryAndrew Tridgell2009-10-191-1/+0
|
* s4-test: the ldap secdesc test is expected to fail for nowAndrew Tridgell2009-10-181-0/+1
| | | | | | | Nadya, if this is not correct and you think this should be passing already the please let me know. When I looked over it, it doesn't look like it has a chance of passing until your acl module is in place and enabled by default.
* s4-test: SMB2 oplocks in s4 are a messAndrew Tridgell2009-10-181-0/+1
| | | | | | I don't have time to fix these right now, and as we don't advertise SMB2 by default I'll mark it as a known failure till we start enabling SMB2 by default.
* s4-torture: the BASE-CREATEX_ACCESS test is broken for non-administratorsAndrew Tridgell2009-10-171-0/+1
| | | | See my msg to samba-technical about this test and privilege testing.
* s4-selftest: mark some CIFS backend tests as known failAndrew Tridgell2009-10-151-0/+4
| | | | The CIFS passthru NTVFS doesn't handle some options yet (eg. root_fid)
* Initial implementation of security descriptor creation in DSNadezhda Ivanova2009-09-201-1/+2
| | | | | TODO's: ACE sorting and clarifying the inheritance of object specific ace's.
* Tests for descriptor inheritanceZahari Zahariev2009-09-161-0/+1
| | | | | Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Mark test_security_descriptor_add_neg as known failing (for now).Jelmer Vernooij2009-09-081-0/+1
|
* s4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER to knownfail for now.Günther Deschner2009-07-151-0/+1
| | | | Guenther
* s4-selftest: adding RPC-SAMR-USERS-PRIVILEGES to knownfail list.Günther Deschner2009-05-211-0/+1
| | | | | | | | | Samba4 cannot pass this test currently as in Samba4 (unlike Samba3) the LSA and SAMR account are stored in the same db. Once you delete a SAMR user the LSA privilege account is deleted at the same time (which is wrong). Guenther
* s4-selftest: match new name of RPC-SAMR-ACCESSMASK.Günther Deschner2009-05-131-0/+1
| | | | Guenther
* s4:selftest: s4 doesn't support osxrename and directory rename yetStefan Metzmacher2009-04-251-0/+2
| | | | metze
* s4-winbind: Remove a "knownfail" entry for the now implemented LIST_GROUPSKai Blin2009-01-161-1/+0
|
* s4:selftest: we pass raw.delete.delete21Stefan Metzmacher2008-12-181-1/+0
| | | | metze
* s4:selftest: samba4 fails the changed delete testStefan Metzmacher2008-12-111-0/+2
| | | | metze
* s4-smbtorture: skip ServerGetTrustInfo for samba4.Günther Deschner2008-12-101-0/+1
| | | | Guenther
* s4:selftest: we have netr_GetDcName() and netr_GetAnyDCName() ↵Stefan Metzmacher2008-12-041-2/+0
| | | | | | implementations now metze
* s4-test: skip netr_DatabaseRedo test.Günther Deschner2008-11-061-0/+1
| | | | Guenther
* Move selftest code to top-level.Jelmer Vernooij2008-09-181-0/+52