| Commit message (Expand) | Author | Age | Files | Lines |
* | python: bulk replace dict.iteritems to items for py3 | Joe Guo | 2018-04-13 | 1 | -1/+1 |
* | selftest: convert print func to be py2/py3 compatible | Noel Power | 2018-03-23 | 1 | -9/+10 |
* | selftest: subunithelper needs to follow the subunit spec more closely | Douglas Bagnall | 2018-02-22 | 1 | -1/+2 |
* | selftest and autrobuild: convert 'except X, e' to 'except X as e' | Douglas Bagnall | 2018-02-15 | 1 | -1/+1 |
* | selftest: use an additional directory of knownfail/flapping files | Douglas Bagnall | 2017-06-03 | 1 | -14/+27 |
* | make perftest: for performance testing | Douglas Bagnall | 2016-08-31 | 1 | -0/+68 |
* | filter-subunit: default to empty affixes, saving verbose checks | Douglas Bagnall | 2016-08-31 | 1 | -8/+1 |
* | subunithelper: use set for efficient inclusion test | Douglas Bagnall | 2016-08-31 | 1 | -1/+5 |
* | Remove another call to addUnexpectedSuccess with too many arguments. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | TestCase.addUnexpectedSuccess doesn't take an error. | Jelmer Vernooij | 2015-03-06 | 1 | -3/+3 |
* | Drop support for failfast mode, rather than adding support for it everywhere. | Jelmer Vernooij | 2015-03-06 | 1 | -4/+0 |
* | Set failfast property for test reporters that need it. | Jelmer Vernooij | 2015-03-06 | 1 | -0/+4 |
* | Support using third party iso8601 module if system doesn't provide one. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | subunithelper: Fix progress support. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+8 |
* | Use iso8601 from the system, rather than the one bundled with subunit. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | Fix handling of unexpected failures in subunithelper. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | Use samba.subunit in selftest.subunithelper, except for iso8601. | Jelmer Vernooij | 2015-03-06 | 1 | -44/+38 |
* | Display total number of tests in format-subunit, not just number of test suites. | Jelmer Vernooij | 2014-11-19 | 1 | -1/+7 |
* | subunit: report [X/Y at Zs] instead of [X/Y in Zs] | Michael Adam | 2014-10-23 | 1 | -1/+1 |
* | selftest/subunithelper.py: correctly pass testsuite-uxsuccess to end_testsuite() | Stefan Metzmacher | 2014-03-13 | 1 | -1/+4 |
* | selftest/subunithelper.py: correctly handle fail_immediately in end_testsuite... | Stefan Metzmacher | 2014-03-13 | 1 | -0/+6 |
* | selftest/subunithelper.py: correctly handle unexpected success in FilterOps | Stefan Metzmacher | 2014-03-13 | 1 | -1/+13 |
* | selftest: Place the test environment at the end of the failure lines | Andrew Bartlett | 2012-04-27 | 1 | -4/+9 |
* | selftest: Display unexpected successes and expected failures. | Jelmer Vernooij | 2011-12-05 | 1 | -13/+35 |
* | selftest: Add --flapping argument to filter-subunit. | Jelmer Vernooij | 2011-12-05 | 1 | -2/+26 |
* | subunithelper: Exit with 1 if more than zero testsuites failed or | Jelmer Vernooij | 2010-11-21 | 1 | -5/+10 |
* | filter-subunit: Add --fail-on-empty argument. | Jelmer Vernooij | 2010-11-03 | 1 | -0/+3 |
* | subunithelper: Don't access 'message' attribute directly as it deprecated | Kamen Mazdrashki | 2010-10-10 | 1 | -1/+1 |
* | subunithelper: Remove accidentally added line. | Jelmer Vernooij | 2010-10-02 | 1 | -3/+0 |
* | subunithelper: Fix format time. | Jelmer Vernooij | 2010-10-02 | 1 | -1/+2 |
* | subunithelper: Make filter options optional. | Jelmer Vernooij | 2010-10-02 | 1 | -9/+9 |
* | selftest: Move plain text formatter to subunithelper. | Jelmer Vernooij | 2010-10-02 | 1 | -1/+203 |
* | selftest: Avoid accessing deprecated BaseException.message. | Jelmer Vernooij | 2010-09-30 | 1 | -1/+1 |
* | Add dedicated exception for immediate failure in filter-subunit, don't raise ... | Jelmer Vernooij | 2010-09-28 | 1 | -3/+10 |
* | filter-subunit: added a --fail-immediately option | Andrew Tridgell | 2010-09-28 | 1 | -1/+7 |
* | subunithelper: Cope with errors outside of testsuites. | Jelmer Vernooij | 2010-09-22 | 1 | -0/+1 |
* | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 2010-09-22 | 1 | -1/+1 |
* | subunit: Re-add outputmsg. | Jelmer Vernooij | 2010-09-15 | 1 | -0/+3 |
* | subunit: Use RemoteError when passing errors to upstream subunit. | Jelmer Vernooij | 2010-09-14 | 1 | -16/+19 |
* | subunit: Use standard subunit functions for reproducing subunit streams. | Jelmer Vernooij | 2010-09-14 | 1 | -50/+23 |
* | subunit: Remove unused methods. | Jelmer Vernooij | 2010-09-14 | 1 | -14/+2 |
* | subunit: Use standard functions for addSuccess, addExpectedFail, | Jelmer Vernooij | 2010-09-14 | 1 | -27/+62 |
* | subunit: Use standard addError method implementation. | Jelmer Vernooij | 2010-09-14 | 1 | -9/+11 |
* | subunit: Pass TestCase objects to startTest rather than test name strings. | Jelmer Vernooij | 2010-09-14 | 1 | -7/+4 |
* | subunit: Use subunit standard functions for handling time and progress. | Jelmer Vernooij | 2010-09-14 | 1 | -29/+9 |
* | subunit: Use standard subunit test protocol client, use standard name for sta... | Jelmer Vernooij | 2010-09-14 | 1 | -21/+23 |
* | subunit: Initial work on using the standard TestResult class. | Jelmer Vernooij | 2010-09-14 | 1 | -1/+2 |
* | selftest/subunit: Parse timestamps generated by upstream subunit. | Jelmer Vernooij | 2010-09-05 | 1 | -2/+8 |
* | subunit: Make sure "]" in failure reason ends up on its own line, so the | Jelmer Vernooij | 2010-08-26 | 1 | -2/+2 |
* | subunithelper: Pass along lines as normal output when ignoring them for not c... | Jelmer Vernooij | 2010-08-26 | 1 | -0/+4 |