summaryrefslogtreecommitdiffstats
path: root/selftest/Subunit
Commit message (Collapse)AuthorAgeFilesLines
* subunit.pm: Fold Subunit::Filter into Subunit, trim further.Jelmer Vernooij2010-09-141-41/+0
|
* subunit.pm: Remove output_msg/control_msg functions.Jelmer Vernooij2010-09-141-11/+0
|
* selftest: Remove testsuite parsing.Jelmer Vernooij2010-09-141-20/+2
|
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-141-119/+3
|
* selftest: Remove diff-subunit - it's included in subunit and not necessary ↵Jelmer Vernooij2010-03-301-80/+0
| | | | for normal operation.
* subunit: keep total error and failure countsAndrew Tridgell2010-03-201-0/+8
|
* selftest: Subunit/Filter.pm only allow expected failures without errorsStefan Metzmacher2009-11-181-2/+24
| | | | metze
* selftest: ignore empty lines in knownfailuresStefan Metzmacher2009-11-181-0/+1
| | | | metze
* selftest: Fix unexpected failure handline in Subunit/Filter.pmStefan Metzmacher2009-11-171-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
* Revert "selftest: fixed filter to know about a "error" result"Andrew Tridgell2009-10-191-9/+3
| | | | | | This reverts commit 1de7e43fb4a4863e3663af8b2a2d9f19cf82d7f3. This is much more delicate than it seems
* selftest: fixed filter to know about a "error" resultAndrew Tridgell2009-10-191-3/+9
| | | | | This is what caused some of the python tests to not match knownfail entries
* selftest: Add option to strip output of succeeded tests, and use it onJelmer Vernooij2009-06-121-2/+18
| | | | | | the buildfarm. The matches the behaviour we had earlier in the previous output format.
* subunit-filter: Print names of skipped testsuites.Jelmer Vernooij2009-06-121-1/+2
|
* subunit: Sort diff output.Jelmer Vernooij2009-06-111-1/+1
|
* selftest: Make it easier to do subunit diffs from other apps.Jelmer Vernooij2009-06-111-7/+14
|
* selftest/subunit: Add diff command that can diff two subunit streams.Jelmer Vernooij2009-06-111-0/+73
|
* selftest: Properly recognize xfail testsuites.Jelmer Vernooij2009-06-111-1/+11
|
* selftest/subunit: Remove open_tests argument from parse_results.Jelmer Vernooij2009-06-111-11/+0
|
* selftest: Fix subunit formatting, fix years when filtering subunitJelmer Vernooij2009-06-111-0/+133
streams.