summaryrefslogtreecommitdiffstats
path: root/selftest/Subunit.pm
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Account for 0-based months in date parsing and printing.Andrew Kroeger2009-09-051-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 Vernooij2009-06-121-6/+8
|
* selftest: Fix exit code for format-subunit.pl.Jelmer Vernooij2009-06-111-5/+1
|
* selftest/subunit: Add diff command that can diff two subunit streams.Jelmer Vernooij2009-06-111-1/+1
|
* selftest: Properly recognize xfail testsuites.Jelmer Vernooij2009-06-111-1/+3
|
* selftest/subunit: Remove open_tests argument from parse_results.Jelmer Vernooij2009-06-111-4/+4
|
* selftest: Fix subunit formatting, fix years when filtering subunitJelmer Vernooij2009-06-111-4/+4
| | | | streams.
* selftest: Fix handling of testsuite, reintroduce progress indication.Jelmer Vernooij2009-06-111-6/+84
|
* selftest/subunit: Remove prefix command.Jelmer Vernooij2009-06-111-15/+6
|
* More work supporting prefixes.Jelmer Vernooij2009-06-111-2/+11
|
* selftest: Use external processes for filtering known failures and prettyJelmer Vernooij2009-06-111-18/+24
| | | | formatting.
* selftest: Use filter-xfail for known failuresJelmer Vernooij2009-06-111-23/+12
|
* Subunit: Support "fail" as alias for "failure" in Subunit streams.Jelmer Vernooij2009-06-111-2/+2
|
* subunit: Move more Subunit printing logic to Subunit.pm.Jelmer Vernooij2009-06-111-0/+25
|
* subunit: Support the time: command.Jelmer Vernooij2009-06-111-0/+3
|
* selftest: Add copyright headersJelmer Vernooij2009-03-251-0/+16
|
* Move selftest code to top-level.Jelmer Vernooij2008-09-181-0/+97