summaryrefslogtreecommitdiff
path: root/source4/selftest/output/html.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26553: Fix html output.Jelmer Vernooij1-2/+2
(This used to be commit 769ac782f30805b725ed9aba532a976b2892ab03)
2007-12-21r26552: remove unused state variable, use dot as path separator for test names.Jelmer Vernooij1-23/+26
(This used to be commit a84975610c2825e9ceecdd47d744282bd55220be)
2007-12-21r26549: Remove suite-specific bits.Jelmer Vernooij1-3/+5
(This used to be commit ac01d515b71ce44a0d98e50d58a76e1ce9e1f5d9)
2007-12-21r26548: Remove remaining variables from state hash.Jelmer Vernooij1-21/+2
(This used to be commit 84f5b3e257241f699f3e51d8f282fa00cfd1000a)
2007-12-21r26547: Make testsuites less special during subunit handling.Jelmer Vernooij1-7/+17
(This used to be commit 0bf6bdcd7f21740853ae852193d51bdf14201782)
2007-12-21r25764: Fix total number of tests count to not include skipped tests.Jelmer Vernooij1-4/+3
(This used to be commit d90b058cd48d8b08bb0a0cd6e97ad95062f8259e)
2007-12-21r25742: Start trimming down hash size for start_testsuite.Jelmer Vernooij1-7/+6
(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-12-21r25740: More consistent naming for tests, always include environment name in ↵Jelmer Vernooij1-2/+0
test name. (This used to be commit 9cfa44b43857df252336b6f88cfc0f7fcd557533)
2007-10-10r25364: List skipped testsuites in summary only.Jelmer Vernooij1-9/+24
(This used to be commit cc22be4530f56d8cb862ccf91f386dd587bf9536)
2007-10-10r25124: Include link to summary page, hide environment variables for 'none' ↵Jelmer Vernooij1-15/+18
environment. (This used to be commit 9fac2bd884bc325792d65bcdd166d785269655df)
2007-10-10r25110: Show environment variables in HTML output.Jelmer Vernooij1-0/+21
(This used to be commit 62e770ace32f0e38863d4020773562e74117fc65)
2007-10-10r24882: Use the torture API in BASE-CHARSET.Jelmer Vernooij1-4/+1
(This used to be commit 93910d92cd431add876e98a12712253bee8c52e7)
2007-10-10r24878: Support specifying a reason for skips/expected failuresJelmer Vernooij1-3/+7
(This used to be commit 84c94b37fed837c7a45f59746de80d20063d93e8)
2007-10-10r24869: Print command that was executed.Jelmer Vernooij1-0/+1
(This used to be commit 9aabcafba612afafb1c3260b79a899ea463f8d32)
2007-10-10r24860: Make it easier to run selftest.pl in a Samba3 source tree.Jelmer Vernooij1-1/+3
(This used to be commit 53ec879e3168e9f56e774f0b0d70aeebb3795f8e)
2007-10-10r24834: Pass environment name on to skip_testsuite().Jelmer Vernooij1-3/+4
(This used to be commit 2ac1f32506c9fdfbe836f605b2152a9e094dc733)
2007-10-10r24705: Avoid undefined value warnings.Jelmer Vernooij1-1/+5
(This used to be commit 10f266e4d6a821a91bfa612d744eb7a4bab4ba6a)
2007-10-10r24692: Color expected fialures orange rather than green.Jelmer Vernooij1-5/+15
(This used to be commit cadfc0a7a1a86122f9dc5f127c0cd8be89cdaf46)
2007-10-10r24687: Registry tests are succeeding now so remove from known failure list, ↵Jelmer Vernooij1-30/+91
add summary page with failures and skipped tests to html output. (This used to be commit 227659c2c05f76a37e1c9d20dc3f8b6966a111df)
2007-10-10r24678: More improvements to html output; list unexpected successes and ↵Jelmer Vernooij1-6/+8
failures seperately from expected ones. (This used to be commit 14fda5260d49a89d7e74302958fe27b73415e6a1)
2007-10-10r24671: More improvements to the HTML test suite results: hideJelmer Vernooij1-8/+95
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-21/+49
for an example of the current output. (This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d)
2007-10-10r24665: Close file handles properly.Jelmer Vernooij1-12/+15
(This used to be commit 7f914b08a77c6035918d9f4463990f1dd8f3efb9)
2007-10-10r24345: Add --format=html option to selftest.Jelmer Vernooij1-0/+130
(This used to be commit de66bced9468b338e94d430a474616016c6078a5)