summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-07 13:59:56 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-07 13:59:56 +1300
commit48173bf8d615f7b2d22a4bbad804382162f7b528 (patch)
tree8c770e67f2baa4d49806288d5a872d4f11dce751 /NEWS
parent6a125cc096f37f6ae0a10962b7dfd3e5a8ee7d60 (diff)
downloadtestrepository-48173bf8d615f7b2d22a4bbad804382162f7b528.tar.gz
First, horribly untested, version of --analyze-failures.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 33ac79d..22db9d2 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,10 @@ IMPROVEMENTS
* ``testr --help command`` or ``testr command --help`` now shows the options
for the command. (Robert Collins)
+* ``testr run --analyze-isolation`` will search the current failing tests for
+ spurious failures caused by interactions with other tests.
+ (Robert Collins, #684069)
+
* ``testr run --until-failure`` will repeat a test run until interrupted by
ctrl-C or until a failure occurs. (Robert Collins, #680995)