summaryrefslogtreecommitdiff
path: root/selftest/Subunit
AgeCommit message (Collapse)AuthorFilesLines
2010-03-30selftest: Remove diff-subunit - it's included in subunit and not necessary ↵Jelmer Vernooij1-80/+0
for normal operation.
2010-03-20subunit: keep total error and failure countsAndrew Tridgell1-0/+8
2009-11-18selftest: Subunit/Filter.pm only allow expected failures without errorsStefan Metzmacher1-2/+24
metze
2009-11-18selftest: ignore empty lines in knownfailuresStefan Metzmacher1-0/+1
metze
2009-11-17selftest: Fix unexpected failure handline in Subunit/Filter.pmStefan Metzmacher1-2/+8
We should only mark the testsuite as expected failure, if there were more than 1 expected failure, but 0 unexpected failures. Before we ignored unexpected failures if there was an expected failure within a testsuite. metze
2009-10-19Revert "selftest: fixed filter to know about a "error" result"Andrew Tridgell1-9/+3
This reverts commit 1de7e43fb4a4863e3663af8b2a2d9f19cf82d7f3. This is much more delicate than it seems
2009-10-19selftest: fixed filter to know about a "error" resultAndrew Tridgell1-3/+9
This is what caused some of the python tests to not match knownfail entries
2009-06-12selftest: Add option to strip output of succeeded tests, and use it onJelmer Vernooij1-2/+18
the buildfarm. The matches the behaviour we had earlier in the previous output format.
2009-06-12subunit-filter: Print names of skipped testsuites.Jelmer Vernooij1-1/+2
2009-06-11subunit: Sort diff output.Jelmer Vernooij1-1/+1
2009-06-11selftest: Make it easier to do subunit diffs from other apps.Jelmer Vernooij1-7/+14
2009-06-11selftest/subunit: Add diff command that can diff two subunit streams.Jelmer Vernooij1-0/+73
2009-06-11selftest: Properly recognize xfail testsuites.Jelmer Vernooij1-1/+11
2009-06-11selftest/subunit: Remove open_tests argument from parse_results.Jelmer Vernooij1-11/+0
2009-06-11selftest: Fix subunit formatting, fix years when filtering subunitJelmer Vernooij1-0/+133
streams.