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

georg.brandl python-checkins at python.org
Sun Sep 4 08:42:22 CEST 2011


http://hg.python.org/cpython/rev/cbf4024d3202
changeset: 72236:cbf4024d3202
branch: 3.2
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

AltStyle によって変換されたページ (->オリジナル) /