summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-11-14 16:13:02 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-11-14 16:13:02 (GMT)
commit7dc72cc1c4a5ea94bfaa2d039584e8734be1f289 (patch)
tree72ea06d48efa79fac21df23606dcdc50738b107a /Misc
parent864b3f08d8df8c0dd6a085d3c74f049997b83869 (diff)
downloadcpython-7dc72cc1c4a5ea94bfaa2d039584e8734be1f289.zip
cpython-7dc72cc1c4a5ea94bfaa2d039584e8734be1f289.tar.gz
cpython-7dc72cc1c4a5ea94bfaa2d039584e8734be1f289.tar.bz2
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. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 43639a6..bb1799a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -378,6 +378,9 @@ Documentation
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