Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | subunit.pm: Fold Subunit::Filter into Subunit, trim further. | Jelmer Vernooij | 2010-09-14 | 1 | -41/+0 |
| | |||||
* | subunit.pm: Remove output_msg/control_msg functions. | Jelmer Vernooij | 2010-09-14 | 1 | -11/+0 |
| | |||||
* | selftest: Remove testsuite parsing. | Jelmer Vernooij | 2010-09-14 | 1 | -20/+2 |
| | |||||
* | subunit.pm: Simplify subunit handling in perl. | Jelmer Vernooij | 2010-09-14 | 1 | -119/+3 |
| | |||||
* | selftest: Remove diff-subunit - it's included in subunit and not necessary ↵ | Jelmer Vernooij | 2010-03-30 | 1 | -80/+0 |
| | | | | for normal operation. | ||||
* | subunit: keep total error and failure counts | Andrew Tridgell | 2010-03-20 | 1 | -0/+8 |
| | |||||
* | selftest: Subunit/Filter.pm only allow expected failures without errors | Stefan Metzmacher | 2009-11-18 | 1 | -2/+24 |
| | | | | metze | ||||
* | selftest: ignore empty lines in knownfailures | Stefan Metzmacher | 2009-11-18 | 1 | -0/+1 |
| | | | | metze | ||||
* | selftest: Fix unexpected failure handline in Subunit/Filter.pm | Stefan Metzmacher | 2009-11-17 | 1 | -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 Tridgell | 2009-10-19 | 1 | -9/+3 |
| | | | | | | This reverts commit 1de7e43fb4a4863e3663af8b2a2d9f19cf82d7f3. This is much more delicate than it seems | ||||
* | selftest: fixed filter to know about a "error" result | Andrew Tridgell | 2009-10-19 | 1 | -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 on | Jelmer Vernooij | 2009-06-12 | 1 | -2/+18 |
| | | | | | | the buildfarm. The matches the behaviour we had earlier in the previous output format. | ||||
* | subunit-filter: Print names of skipped testsuites. | Jelmer Vernooij | 2009-06-12 | 1 | -1/+2 |
| | |||||
* | subunit: Sort diff output. | Jelmer Vernooij | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | selftest: Make it easier to do subunit diffs from other apps. | Jelmer Vernooij | 2009-06-11 | 1 | -7/+14 |
| | |||||
* | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 2009-06-11 | 1 | -0/+73 |
| | |||||
* | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 2009-06-11 | 1 | -1/+11 |
| | |||||
* | selftest/subunit: Remove open_tests argument from parse_results. | Jelmer Vernooij | 2009-06-11 | 1 | -11/+0 |
| | |||||
* | selftest: Fix subunit formatting, fix years when filtering subunit | Jelmer Vernooij | 2009-06-11 | 1 | -0/+133 |
streams. |