1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-30 13:18:05 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Jelmer Vernooij
0cdc021ba4 selftest: Remove diff-subunit - it's included in subunit and not necessary for normal operation. 2010-03-30 01:08:20 +02:00
Andrew Tridgell
77b77e6ba1 subunit: keep total error and failure counts 2010-03-20 16:50:27 +11:00
Stefan Metzmacher
61f5adb256 selftest: Subunit/Filter.pm only allow expected failures without errors
metze
2009-11-18 08:24:13 +01:00
Stefan Metzmacher
35775c24d3 selftest: ignore empty lines in knownfailures
metze
2009-11-18 06:50:24 +01:00
Stefan Metzmacher
36d0b1fa0d selftest: Fix unexpected failure handline in Subunit/Filter.pm
We should only mark the testsuite as expected failure,
if there were more than 1 expected failure, but 0 unexpected
failures.

Before we ignored unexpected failures if there was an expected failure
within a testsuite.

metze
2009-11-17 09:00:46 +01:00
Andrew Tridgell
38fbfdca4d Revert "selftest: fixed filter to know about a "error" result"
This reverts commit 1de7e43fb4.

This is much more delicate than it seems
2009-10-19 14:17:02 +11:00
Andrew Tridgell
1de7e43fb4 selftest: fixed filter to know about a "error" result
This is what caused some of the python tests to not match knownfail
entries
2009-10-19 13:51:17 +11:00
Jelmer Vernooij
718f9be8a2 selftest: Add option to strip output of succeeded tests, and use it on
the buildfarm.

The matches the behaviour we had earlier in the previous output format.
2009-06-12 14:34:24 +02:00
Jelmer Vernooij
8fc3602582 subunit-filter: Print names of skipped testsuites. 2009-06-12 00:22:39 +02:00
Jelmer Vernooij
2ffffcb220 subunit: Sort diff output. 2009-06-11 20:00:00 +02:00
Jelmer Vernooij
9faaffa87b selftest: Make it easier to do subunit diffs from other apps. 2009-06-11 19:59:59 +02:00
Jelmer Vernooij
84f2d3001d selftest/subunit: Add diff command that can diff two subunit streams. 2009-06-11 19:59:59 +02:00
Jelmer Vernooij
d8a77a798b selftest: Properly recognize xfail testsuites. 2009-06-11 19:59:59 +02:00
Jelmer Vernooij
2e311fdac5 selftest/subunit: Remove open_tests argument from parse_results. 2009-06-11 19:59:59 +02:00
Jelmer Vernooij
ed61cc5419 selftest: Fix subunit formatting, fix years when filtering subunit
streams.
2009-06-11 19:59:59 +02:00