Age | Commit message (Expand) | Author | Files | Lines |
2008-05-23 | Report full 'path' of unexpected test results for easier inclusion in knownfa... | Jelmer Vernooij | 1 | -1/+3 |
2008-04-16 | Properly warn about exit codes that indicate success while tests claim | Jelmer Vernooij | 1 | -0/+3 |
2008-03-17 | selftest: handle progress output in verbose mode | Stefan Metzmacher | 1 | -2/+2 |
2008-02-18 | When not using --immediate, use a one-line progress indicator in selftest. | Jelmer Vernooij | 1 | -2/+9 |
2007-12-21 | r26553: Fix html output. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26552: remove unused state variable, use dot as path separator for test names. | Jelmer Vernooij | 3 | -71/+82 |
2007-12-21 | r26549: Remove suite-specific bits. | Jelmer Vernooij | 3 | -15/+24 |
2007-12-21 | r26548: Remove remaining variables from state hash. | Jelmer Vernooij | 3 | -27/+16 |
2007-12-21 | r26547: Make testsuites less special during subunit handling. | Jelmer Vernooij | 3 | -34/+58 |
2007-12-21 | r26398: Fix writing the output of failed tests to st/summary. | Jelmer Vernooij | 1 | -3/+8 |
2007-12-21 | r25764: Fix total number of tests count to not include skipped tests. | Jelmer Vernooij | 1 | -4/+3 |
2007-12-21 | r25746: [selftest] make plain output more readable | Stefan Metzmacher | 1 | -9/+10 |
2007-12-21 | r25743: Write short summary of failed tests and skipped tests to file. | Jelmer Vernooij | 1 | -8/+27 |
2007-12-21 | r25742: Start trimming down hash size for start_testsuite. | Jelmer Vernooij | 3 | -24/+23 |
2007-12-21 | r25741: Simplify calls to Subunit functions. | Jelmer Vernooij | 3 | -27/+6 |
2007-12-21 | r25740: More consistent naming for tests, always include environment name in ... | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r25465: improve plain output... | Stefan Metzmacher | 1 | -8/+13 |
2007-10-10 | r25464: improve build-farm output... | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r25435: actually pass the statistics to the buildfarm output module | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r25427: fix SELFTEST RUNTIME calculation for the build-farm | Stefan Metzmacher | 2 | -6/+6 |
2007-10-10 | r25385: Don't clutter the buildfarm output with SKIP: lines. | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r25364: List skipped testsuites in summary only. | Jelmer Vernooij | 1 | -9/+24 |
2007-10-10 | r25182: don't hide the envlog in plain mode | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r25124: Include link to summary page, hide environment variables for 'none' e... | Jelmer Vernooij | 1 | -15/+18 |
2007-10-10 | r25110: Show environment variables in HTML output. | Jelmer Vernooij | 1 | -0/+21 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r25031: Use pointers to services rather than service numbers when possible. | Jelmer Vernooij | 1 | -2/+8 |
2007-10-10 | r24882: Use the torture API in BASE-CHARSET. | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r24878: Support specifying a reason for skips/expected failures | Jelmer Vernooij | 3 | -8/+20 |
2007-10-10 | r24869: Print command that was executed. | Jelmer Vernooij | 2 | -0/+6 |
2007-10-10 | r24860: Make it easier to run selftest.pl in a Samba3 source tree. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r24834: Pass environment name on to skip_testsuite(). | Jelmer Vernooij | 3 | -7/+8 |
2007-10-10 | r24705: Avoid undefined value warnings. | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r24692: Color expected fialures orange rather than green. | Jelmer Vernooij | 2 | -5/+30 |
2007-10-10 | r24687: Registry tests are succeeding now so remove from known failure list, ... | Jelmer Vernooij | 1 | -30/+91 |
2007-10-10 | r24678: More improvements to html output; list unexpected successes and failu... | Jelmer Vernooij | 1 | -6/+8 |
2007-10-10 | r24671: More improvements to the HTML test suite results: hide | Jelmer Vernooij | 4 | -13/+131 |
2007-10-10 | r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ fo... | Jelmer Vernooij | 3 | -22/+148 |
2007-10-10 | r24665: Close file handles properly. | Jelmer Vernooij | 1 | -12/+15 |
2007-10-10 | r24345: Add --format=html option to selftest. | Jelmer Vernooij | 3 | -0/+144 |
2007-10-10 | r24339: Move output functions to separate files. | Jelmer Vernooij | 2 | -0/+196 |