Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-23 | Report full 'path' of unexpected test results for easier inclusion in ↵ | Jelmer Vernooij | 1 | -1/+3 | |
knownfailure file. (This used to be commit 33cc9b0f5fae7510d490928195016cf7fe3bbe42) | |||||
2008-04-16 | Properly warn about exit codes that indicate success while tests claim | Jelmer Vernooij | 1 | -0/+3 | |
failure. (This used to be commit 92873264d707bed88beac54a73a29d66c011f80c) | |||||
2008-03-17 | selftest: handle progress output in verbose mode | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 9196213c49532ac60349ff55e66430b7c80b09c2) | |||||
2008-02-18 | When not using --immediate, use a one-line progress indicator in selftest. | Jelmer Vernooij | 1 | -2/+9 | |
(This used to be commit 16b4af184187f29f1f710609ee37029a3f15a294) | |||||
2007-12-21 | r26553: Fix html output. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 769ac782f30805b725ed9aba532a976b2892ab03) | |||||
2007-12-21 | r26552: remove unused state variable, use dot as path separator for test names. | Jelmer Vernooij | 3 | -71/+82 | |
(This used to be commit a84975610c2825e9ceecdd47d744282bd55220be) | |||||
2007-12-21 | r26549: Remove suite-specific bits. | Jelmer Vernooij | 3 | -15/+24 | |
(This used to be commit ac01d515b71ce44a0d98e50d58a76e1ce9e1f5d9) | |||||
2007-12-21 | r26548: Remove remaining variables from state hash. | Jelmer Vernooij | 3 | -27/+16 | |
(This used to be commit 84f5b3e257241f699f3e51d8f282fa00cfd1000a) | |||||
2007-12-21 | r26547: Make testsuites less special during subunit handling. | Jelmer Vernooij | 3 | -34/+58 | |
(This used to be commit 0bf6bdcd7f21740853ae852193d51bdf14201782) | |||||
2007-12-21 | r26398: Fix writing the output of failed tests to st/summary. | Jelmer Vernooij | 1 | -3/+8 | |
(This used to be commit 34b9ddddaffe67de821a19219bcceec75f9d8fdd) | |||||
2007-12-21 | r25764: Fix total number of tests count to not include skipped tests. | Jelmer Vernooij | 1 | -4/+3 | |
(This used to be commit d90b058cd48d8b08bb0a0cd6e97ad95062f8259e) | |||||
2007-12-21 | r25746: [selftest] make plain output more readable | Stefan Metzmacher | 1 | -9/+10 | |
metze (This used to be commit b9363755ee9f6ca7e04729519991f9ba0163ff2f) | |||||
2007-12-21 | r25743: Write short summary of failed tests and skipped tests to file. | Jelmer Vernooij | 1 | -8/+27 | |
(This used to be commit 22cb93e5c00c9bd2a9288ba13336389d45c9987f) | |||||
2007-12-21 | r25742: Start trimming down hash size for start_testsuite. | Jelmer Vernooij | 3 | -24/+23 | |
(This used to be commit f2319fbe9be76966c81f3d4279f6bc2a631a3a5a) | |||||
2007-12-21 | r25741: Simplify calls to Subunit functions. | Jelmer Vernooij | 3 | -27/+6 | |
(This used to be commit e42de5d8346a12c3fcdb8f9af1efa650c368a442) | |||||
2007-12-21 | r25740: More consistent naming for tests, always include environment name in ↵ | Jelmer Vernooij | 1 | -2/+0 | |
test name. (This used to be commit 9cfa44b43857df252336b6f88cfc0f7fcd557533) | |||||
2007-10-10 | r25465: improve plain output... | Stefan Metzmacher | 1 | -8/+13 | |
metze (This used to be commit 8deb2f068c7574618467859d9335fbd1ca6e49a1) | |||||
2007-10-10 | r25464: improve build-farm output... | Stefan Metzmacher | 1 | -2/+6 | |
metze (This used to be commit 7b5d5777cb8cef5e502ae0851f600c7019eefa17) | |||||
2007-10-10 | r25435: actually pass the statistics to the buildfarm output module | Stefan Metzmacher | 1 | -2/+2 | |
to calculate the SELFTEST RUNTIME correct metze (This used to be commit 12e485170909c8e09962aa2080b86455ad6509e5) | |||||
2007-10-10 | r25427: fix SELFTEST RUNTIME calculation for the build-farm | Stefan Metzmacher | 2 | -6/+6 | |
metze (This used to be commit 554d56aa16c147bbb383e4a40d7fc11fa405a3a8) | |||||
2007-10-10 | r25385: Don't clutter the buildfarm output with SKIP: lines. | Jelmer Vernooij | 1 | -5/+1 | |
(This used to be commit 70810484eaab1ff5bc15ce312edce556c976423a) | |||||
2007-10-10 | r25364: List skipped testsuites in summary only. | Jelmer Vernooij | 1 | -9/+24 | |
(This used to be commit cc22be4530f56d8cb862ccf91f386dd587bf9536) | |||||
2007-10-10 | r25182: don't hide the envlog in plain mode | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit 77050171ae1c8157ff2c7722fb0b046efb82411d) | |||||
2007-10-10 | r25124: Include link to summary page, hide environment variables for 'none' ↵ | Jelmer Vernooij | 1 | -15/+18 | |
environment. (This used to be commit 9fac2bd884bc325792d65bcdd166d785269655df) | |||||
2007-10-10 | r25110: Show environment variables in HTML output. | Jelmer Vernooij | 1 | -0/+21 | |
(This used to be commit 62e770ace32f0e38863d4020773562e74117fc65) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 1 | -1/+5 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25031: Use pointers to services rather than service numbers when possible. | Jelmer Vernooij | 1 | -2/+8 | |
(This used to be commit dde12060ea07ba34fd3f96594559696d52127e7c) | |||||
2007-10-10 | r24882: Use the torture API in BASE-CHARSET. | Jelmer Vernooij | 1 | -4/+1 | |
(This used to be commit 93910d92cd431add876e98a12712253bee8c52e7) | |||||
2007-10-10 | r24878: Support specifying a reason for skips/expected failures | Jelmer Vernooij | 3 | -8/+20 | |
(This used to be commit 84c94b37fed837c7a45f59746de80d20063d93e8) | |||||
2007-10-10 | r24869: Print command that was executed. | Jelmer Vernooij | 2 | -0/+6 | |
(This used to be commit 9aabcafba612afafb1c3260b79a899ea463f8d32) | |||||
2007-10-10 | r24860: Make it easier to run selftest.pl in a Samba3 source tree. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit 53ec879e3168e9f56e774f0b0d70aeebb3795f8e) | |||||
2007-10-10 | r24834: Pass environment name on to skip_testsuite(). | Jelmer Vernooij | 3 | -7/+8 | |
(This used to be commit 2ac1f32506c9fdfbe836f605b2152a9e094dc733) | |||||
2007-10-10 | r24705: Avoid undefined value warnings. | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit 10f266e4d6a821a91bfa612d744eb7a4bab4ba6a) | |||||
2007-10-10 | r24692: Color expected fialures orange rather than green. | Jelmer Vernooij | 2 | -5/+30 | |
(This used to be commit cadfc0a7a1a86122f9dc5f127c0cd8be89cdaf46) | |||||
2007-10-10 | r24687: Registry tests are succeeding now so remove from known failure list, ↵ | Jelmer Vernooij | 1 | -30/+91 | |
add summary page with failures and skipped tests to html output. (This used to be commit 227659c2c05f76a37e1c9d20dc3f8b6966a111df) | |||||
2007-10-10 | r24678: More improvements to html output; list unexpected successes and ↵ | Jelmer Vernooij | 1 | -6/+8 | |
failures seperately from expected ones. (This used to be commit 14fda5260d49a89d7e74302958fe27b73415e6a1) | |||||
2007-10-10 | r24671: More improvements to the HTML test suite results: hide | Jelmer Vernooij | 4 | -13/+131 | |
control messages, improve summary, stylesheet. (This used to be commit fcc2320417707ec803d706a923a231fbd1bb72a7) | |||||
2007-10-10 | r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ ↵ | Jelmer Vernooij | 3 | -22/+148 | |
for an example of the current output. (This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d) | |||||
2007-10-10 | r24665: Close file handles properly. | Jelmer Vernooij | 1 | -12/+15 | |
(This used to be commit 7f914b08a77c6035918d9f4463990f1dd8f3efb9) | |||||
2007-10-10 | r24345: Add --format=html option to selftest. | Jelmer Vernooij | 3 | -0/+144 | |
(This used to be commit de66bced9468b338e94d430a474616016c6078a5) | |||||
2007-10-10 | r24339: Move output functions to separate files. | Jelmer Vernooij | 2 | -0/+196 | |
(This used to be commit f4ff4c5f61189c71ab60a5455272302add9e1d97) |