Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-18 | selftest: Subunit/Filter.pm only allow expected failures without errors | Stefan Metzmacher | 1 | -2/+24 | |
metze | |||||
2009-11-18 | selftest: ignore empty lines in knownfailures | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-11-17 | selftest: Fix unexpected failure handline in Subunit/Filter.pm | Stefan Metzmacher | 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 | |||||
2009-10-19 | Revert "selftest: fixed filter to know about a "error" result" | Andrew Tridgell | 1 | -9/+3 | |
This reverts commit 1de7e43fb4a4863e3663af8b2a2d9f19cf82d7f3. This is much more delicate than it seems | |||||
2009-10-19 | selftest: fixed filter to know about a "error" result | Andrew Tridgell | 1 | -3/+9 | |
This is what caused some of the python tests to not match knownfail entries | |||||
2009-06-12 | selftest: Add option to strip output of succeeded tests, and use it on | Jelmer Vernooij | 1 | -2/+18 | |
the buildfarm. The matches the behaviour we had earlier in the previous output format. | |||||
2009-06-12 | subunit-filter: Print names of skipped testsuites. | Jelmer Vernooij | 1 | -1/+2 | |
2009-06-11 | subunit: Sort diff output. | Jelmer Vernooij | 1 | -1/+1 | |
2009-06-11 | selftest: Make it easier to do subunit diffs from other apps. | Jelmer Vernooij | 1 | -7/+14 | |
2009-06-11 | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 1 | -0/+73 | |
2009-06-11 | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 1 | -1/+11 | |
2009-06-11 | selftest/subunit: Remove open_tests argument from parse_results. | Jelmer Vernooij | 1 | -11/+0 | |
2009-06-11 | selftest: Fix subunit formatting, fix years when filtering subunit | Jelmer Vernooij | 1 | -0/+133 | |
streams. |