summaryrefslogtreecommitdiffstats
path: root/selftest/Subunit.pm
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Let tests add prefix to tests by themselve.Jelmer Vernooij2010-09-221-33/+0
|
* subunit.pm: Fold Subunit::Filter into Subunit, trim further.Jelmer Vernooij2010-09-141-65/+9
|
* subunit.pm: Remove output_msg/control_msg functions.Jelmer Vernooij2010-09-141-4/+1
|
* selftest: Remove testsuite parsing.Jelmer Vernooij2010-09-141-20/+8
|
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-141-24/+9
|
* subunit.pm: Pass through milliseconds in time reports.Jelmer Vernooij2010-09-141-10/+2
|
* selftest: Report times in milliseconds rather than seconds.Jelmer Vernooij2010-09-141-0/+7
|
* selftest/Subunit.pm: fix perl warningsStefan Metzmacher2010-08-281-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 theJelmer Vernooij2010-08-261-4/+5
| | | | next subunit parser in the line parses it correctly.
* selftest: Use standard subunit command for progress reporting.Jelmer Vernooij2010-03-311-8/+0
|
* selftest: Use standard subunit commands for progress reporting.Jelmer Vernooij2010-03-311-0/+21
|
* subunit: fixed reporting of unexpected failuresAndrew Tridgell2010-03-201-7/+10
|
* selftest: Cope with 'multipart' support in subunit.Jelmer Vernooij2010-01-211-1/+1
|
* 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