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