]> granicus.if.org Git - python/commitdiff
Merge with 3.2
authorRoss Lagerwall <rosslagerwall@gmail.com>
Sat, 9 Apr 2011 18:12:43 +0000 (20:12 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Sat, 9 Apr 2011 18:12:43 +0000 (20:12 +0200)
1  2 
Lib/test/regrtest.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index eb632a89d1032c150c6374f2b169557b8c04e049,23026db2a87f13a265bc6820b0ae8bcccb159b5f..a29798520b4446d156fd1ae98b959a37386ebb44
+++ b/Misc/NEWS
@@@ -403,21 -223,13 +403,24 @@@ Extension
  Tests
  -----
  
+ - Issue #11719: Fix message about unexpected test_msilib skip on non-Windows
+   platforms. Patch by Nadeem Vawda.
 +- Issue #11727: Add a --timeout option to regrtest: if a test takes more than
 +  TIMEOUT seconds, dumps the traceback of all threads and exits.
 +
  - Issue #11653: fix -W with -j in regrtest.
  
 +- The email test suite now lives in the Lib/test/test_email package.  The test
 +  harness code has also been modernized to allow use of new unittest features.
 +
 +- regrtest now discovers test packages as well as test modules.
 +
  - Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
  
 +- New test_crashers added to exercise the scripts in the Lib/test/crashers
 +  directory and confirm they fail as expected
 +
  - Issue #11578: added test for the timeit module.  Patch Michael Henry.
  
  - Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.