[Python-checkins] cpython (3.2): A warning doesn't equate a failed test

antoine.pitrou python-checkins at python.org
Tue Aug 23 19:52:07 CEST 2011


http://hg.python.org/cpython/rev/b80d141a044e
changeset:   72050:b80d141a044e
branch:      3.2
parent:      72040:af952a67cee1
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Aug 23 19:32:26 2011 +0200
summary:
  A warning doesn't equate a failed test
(this broken -F with e.g. test_multiprocessing)

files:
  Lib/test/regrtest.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -515,7 +515,6 @@
         elif ok == FAILED:
             bad.append(test)
         elif ok == ENV_CHANGED:
-            bad.append(test)
             environment_changed.append(test)
         elif ok == SKIPPED:
             skipped.append(test)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list