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