Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 2010-09-22 | 1 | -33/+0 |
| | |||||
* | subunit.pm: Fold Subunit::Filter into Subunit, trim further. | Jelmer Vernooij | 2010-09-14 | 1 | -65/+9 |
| | |||||
* | subunit.pm: Remove output_msg/control_msg functions. | Jelmer Vernooij | 2010-09-14 | 1 | -4/+1 |
| | |||||
* | selftest: Remove testsuite parsing. | Jelmer Vernooij | 2010-09-14 | 1 | -20/+8 |
| | |||||
* | subunit.pm: Simplify subunit handling in perl. | Jelmer Vernooij | 2010-09-14 | 1 | -24/+9 |
| | |||||
* | subunit.pm: Pass through milliseconds in time reports. | Jelmer Vernooij | 2010-09-14 | 1 | -10/+2 |
| | |||||
* | selftest: Report times in milliseconds rather than seconds. | Jelmer Vernooij | 2010-09-14 | 1 | -0/+7 |
| | |||||
* | selftest/Subunit.pm: fix perl warnings | Stefan Metzmacher | 2010-08-28 | 1 | -1/+1 |
| | | | | | | Argument "\n" isn't numeric in numeric ne (!=) at selftest/Subunit.pm line 136 metze | ||||
* | subunit: Make sure "]" in failure reason ends up on its own line, so the | Jelmer Vernooij | 2010-08-26 | 1 | -4/+5 |
| | | | | next subunit parser in the line parses it correctly. | ||||
* | selftest: Use standard subunit command for progress reporting. | Jelmer Vernooij | 2010-03-31 | 1 | -8/+0 |
| | |||||
* | selftest: Use standard subunit commands for progress reporting. | Jelmer Vernooij | 2010-03-31 | 1 | -0/+21 |
| | |||||
* | subunit: fixed reporting of unexpected failures | Andrew Tridgell | 2010-03-20 | 1 | -7/+10 |
| | |||||
* | selftest: Cope with 'multipart' support in subunit. | Jelmer Vernooij | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | selftest: Account for 0-based months in date parsing and printing. | Andrew Kroeger | 2009-09-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | All: Please find attached 2 patches to correct date/time parsing and output in the Subunit processing. The first patch corrects the logic to account for months being 0-based. The second corrects the time formatting, as it is dealing with local, not "Z"ulu (UTC) time. Sincerely, Andrew Kroeger >From 3cf81eea1309084a973359c7f6a2375d5d20a3f0 Mon Sep 17 00:00:00 2001 From: Andrew Kroeger <andrew@id10ts.net> Date: Fri, 4 Sep 2009 01:24:00 -0500 Subject: [PATCH] selftest: Account for 0-based months in date parsing and printing. | ||||
* | subunit: Pass canonical names of test results to formatters and filters. | Jelmer Vernooij | 2009-06-12 | 1 | -6/+8 |
| | |||||
* | selftest: Fix exit code for format-subunit.pl. | Jelmer Vernooij | 2009-06-11 | 1 | -5/+1 |
| | |||||
* | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 2009-06-11 | 1 | -1/+3 |
| | |||||
* | selftest/subunit: Remove open_tests argument from parse_results. | Jelmer Vernooij | 2009-06-11 | 1 | -4/+4 |
| | |||||
* | selftest: Fix subunit formatting, fix years when filtering subunit | Jelmer Vernooij | 2009-06-11 | 1 | -4/+4 |
| | | | | streams. | ||||
* | selftest: Fix handling of testsuite, reintroduce progress indication. | Jelmer Vernooij | 2009-06-11 | 1 | -6/+84 |
| | |||||
* | selftest/subunit: Remove prefix command. | Jelmer Vernooij | 2009-06-11 | 1 | -15/+6 |
| | |||||
* | More work supporting prefixes. | Jelmer Vernooij | 2009-06-11 | 1 | -2/+11 |
| | |||||
* | selftest: Use external processes for filtering known failures and pretty | Jelmer Vernooij | 2009-06-11 | 1 | -18/+24 |
| | | | | formatting. | ||||
* | selftest: Use filter-xfail for known failures | Jelmer Vernooij | 2009-06-11 | 1 | -23/+12 |
| | |||||
* | Subunit: Support "fail" as alias for "failure" in Subunit streams. | Jelmer Vernooij | 2009-06-11 | 1 | -2/+2 |
| | |||||
* | subunit: Move more Subunit printing logic to Subunit.pm. | Jelmer Vernooij | 2009-06-11 | 1 | -0/+25 |
| | |||||
* | subunit: Support the time: command. | Jelmer Vernooij | 2009-06-11 | 1 | -0/+3 |
| | |||||
* | selftest: Add copyright headers | Jelmer Vernooij | 2009-03-25 | 1 | -0/+16 |
| | |||||
* | Move selftest code to top-level. | Jelmer Vernooij | 2008-09-18 | 1 | -0/+97 |