summaryrefslogtreecommitdiff
path: root/source4/selftest/output/plain.pm
AgeCommit message (Collapse)AuthorFilesLines
2008-09-21Avoid printing characters when in immediate mode.Jelmer Vernooij1-4/+6
2008-09-21Print status (one character per test) when not running selftest with ↵Jelmer Vernooij1-4/+19
--immediate.
2008-05-23Report full 'path' of unexpected test results for easier inclusion in ↵Jelmer Vernooij1-1/+3
knownfailure file. (This used to be commit 33cc9b0f5fae7510d490928195016cf7fe3bbe42)
2008-04-16Properly warn about exit codes that indicate success while tests claimJelmer Vernooij1-0/+3
failure. (This used to be commit 92873264d707bed88beac54a73a29d66c011f80c)
2008-03-17selftest: handle progress output in verbose modeStefan Metzmacher1-2/+2
metze (This used to be commit 9196213c49532ac60349ff55e66430b7c80b09c2)
2008-02-18When not using --immediate, use a one-line progress indicator in selftest.Jelmer Vernooij1-2/+9
(This used to be commit 16b4af184187f29f1f710609ee37029a3f15a294)
2007-12-21r26552: remove unused state variable, use dot as path separator for test names.Jelmer Vernooij1-25/+30
(This used to be commit a84975610c2825e9ceecdd47d744282bd55220be)
2007-12-21r26549: Remove suite-specific bits.Jelmer Vernooij1-7/+12
(This used to be commit ac01d515b71ce44a0d98e50d58a76e1ce9e1f5d9)
2007-12-21r26548: Remove remaining variables from state hash.Jelmer Vernooij1-5/+11
(This used to be commit 84f5b3e257241f699f3e51d8f282fa00cfd1000a)
2007-12-21r26547: Make testsuites less special during subunit handling.Jelmer Vernooij1-14/+22
(This used to be commit 0bf6bdcd7f21740853ae852193d51bdf14201782)
2007-12-21r26398: Fix writing the output of failed tests to st/summary.Jelmer Vernooij1-3/+8
(This used to be commit 34b9ddddaffe67de821a19219bcceec75f9d8fdd)
2007-12-21r25746: [selftest] make plain output more readableStefan Metzmacher1-9/+10
metze (This used to be commit b9363755ee9f6ca7e04729519991f9ba0163ff2f)
2007-12-21r25743: Write short summary of failed tests and skipped tests to file.Jelmer Vernooij1-8/+27
(This used to be commit 22cb93e5c00c9bd2a9288ba13336389d45c9987f)
2007-12-21r25742: Start trimming down hash size for start_testsuite.Jelmer Vernooij1-7/+7
(This used to be commit f2319fbe9be76966c81f3d4279f6bc2a631a3a5a)
2007-12-21r25741: Simplify calls to Subunit functions.Jelmer Vernooij1-9/+2
(This used to be commit e42de5d8346a12c3fcdb8f9af1efa650c368a442)
2007-10-10r25465: improve plain output...Stefan Metzmacher1-8/+13
metze (This used to be commit 8deb2f068c7574618467859d9335fbd1ca6e49a1)
2007-10-10r25427: fix SELFTEST RUNTIME calculation for the build-farmStefan Metzmacher1-2/+1
metze (This used to be commit 554d56aa16c147bbb383e4a40d7fc11fa405a3a8)
2007-10-10r25182: don't hide the envlog in plain modeStefan Metzmacher1-0/+2
metze (This used to be commit 77050171ae1c8157ff2c7722fb0b046efb82411d)
2007-10-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij1-1/+5
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25031: Use pointers to services rather than service numbers when possible.Jelmer Vernooij1-2/+8
(This used to be commit dde12060ea07ba34fd3f96594559696d52127e7c)
2007-10-10r24878: Support specifying a reason for skips/expected failuresJelmer Vernooij1-2/+6
(This used to be commit 84c94b37fed837c7a45f59746de80d20063d93e8)
2007-10-10r24834: Pass environment name on to skip_testsuite().Jelmer Vernooij1-2/+2
(This used to be commit 2ac1f32506c9fdfbe836f605b2152a9e094dc733)
2007-10-10r24671: More improvements to the HTML test suite results: hideJelmer Vernooij1-2/+9
control messages, improve summary, stylesheet. (This used to be commit fcc2320417707ec803d706a923a231fbd1bb72a7)
2007-10-10r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ ↵Jelmer Vernooij1-1/+7
for an example of the current output. (This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d)
2007-10-10r24345: Add --format=html option to selftest.Jelmer Vernooij1-0/+7
(This used to be commit de66bced9468b338e94d430a474616016c6078a5)
2007-10-10r24339: Move output functions to separate files.Jelmer Vernooij1-0/+101
(This used to be commit f4ff4c5f61189c71ab60a5455272302add9e1d97)