Merged revisions 76260 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76260 | r.david.murray | 2009-11-14 10:18:22 -0500 (Sat, 14 Nov 2009) | 5 lines
Issue #7312 (new feature): Add a -F flag to run the selected tests in
a loop until a test fails. Can be combined with -j. Patch by Antoine
Pitrou.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 43639a6..bb1799a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -378,6 +378,9 @@
Tests
-----
+- Issue #7312: Add a -F flag to run the selected tests in a loop until
+ a test fails. Can be combined with -j.
+
- Issue #6551: test_zipimport could import and then destroy some modules of
the encodings package, which would make other tests fail further down
the road because the internally cached encoders and decoders would point