Confirmed users
195
edits
m (→People) |
(→Areas/concepts to investigate: wishlist) |
||
Line 42: | Line 42: | ||
** what can we use/re-use | ** what can we use/re-use | ||
* [[SoftwareTesting:2006-06-26 Brainstorm]] | * [[SoftwareTesting:2006-06-26 Brainstorm]] | ||
==Wishlist for xpcshell test harness== | |||
* Unbuffered stdout, to get a useful log file even when the test hangs | |||
* Ability to run just a single test (with output to stdout rather than the logfile) | |||
** In particular, ability to run a single test in a debugger | |||
** Maybe as <code>make check TEST=test_authentication.js</code>, or as <code>./testone.sh test_authentication.js</code> | |||
* Ability to mark tests as XFAIL when they are known to fail at the moment | |||
* non-fatal do_check_* (as new functions) to be able to see all the test failures, not just the first one | |||
* print log file on stdout for failed tests, especially useful when tinderbox runs the tests and one fails | |||
=Tools= | =Tools= |