summaryrefslogtreecommitdiff
path: root/selftest/skip
AgeCommit message (Collapse)AuthorFilesLines
2011-12-12s4-lsarpc Fix segfaults found by the samba4.rpc.lsa.forest testAndrew Bartlett1-1/+0
This allows us to move this test to knownfail from skip
2011-12-07selftest: samba4.samba-tool.domopen now passes, so do not skipAndrew Bartlett1-1/+0
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 7 04:42:02 CET 2011 on sn-devel-104
2011-12-07s4-selftest re-enable nsstest on libnss_winbind.soAndrew Bartlett1-1/+0
2011-10-28s3-selftest Add all the LOCAL-* smbtorture tests to make testAndrew Bartlett1-0/+1
The extra knownfail and skip entries are for tests the currently do not pass or hang. We need to work out why this happens, and fix the test or the test invocation. Andrew Bartlett
2011-10-28selftest: Have only one set of selftest knownfail and skip filesAndrew Bartlett1-0/+103
Listing tests that are not ever proposed (eg samba4.* in the samba3 selftest) is not an error, so just combine the lists. This is being done because some folks trying to learn how our 'make test' works are having trouble following the distributed nature of the selftest system. Andrew Bartlett