Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |