test: runner support for flaky tests
authorAlexis Campailla <alexis@janeasystems.com>
Fri, 7 Nov 2014 13:15:24 +0000 (14:15 +0100)
committerAlexis Campailla <alexis@janeasystems.com>
Thu, 4 Dec 2014 16:22:14 +0000 (17:22 +0100)
commitdf3a2b2cf21274fe7afc19d14ec0259b964e13f7
tree19f7a719f6cb09e9a5fb2d406e2fc0a175db3ce3
parente67db0191db01aca6c25a36b05485026cfb309bb
test: runner support for flaky tests

Adding --flaky-tests option, to allow regarding flaky tests failures
as non-fatal.

Currently only observed by the TapProgressIndicator, which will
add a # TODO directive to tests classified as flaky. According to the
TAP specification, the test harness is supposed to treat failures
that have a # TODO directive as non-fatal.
tools/test.py