mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore
This commit is contained in:
parent
3a7ffa7474
commit
9a47ed8839
1 changed files with 2 additions and 4 deletions
|
|
@ -798,10 +798,8 @@ def main(tests=None, **kwargs):
|
||||||
for time, test in test_times[:10]:
|
for time, test in test_times[:10]:
|
||||||
print("%s: %.1fs" % (test, time))
|
print("%s: %.1fs" % (test, time))
|
||||||
if bad:
|
if bad:
|
||||||
bad = sorted(set(bad) - set(environment_changed))
|
print(count(len(bad), "test"), "failed:")
|
||||||
if bad:
|
printlist(bad)
|
||||||
print(count(len(bad), "test"), "failed:")
|
|
||||||
printlist(bad)
|
|
||||||
if environment_changed:
|
if environment_changed:
|
||||||
print("{} altered the execution environment:".format(
|
print("{} altered the execution environment:".format(
|
||||||
count(len(environment_changed), "test")))
|
count(len(environment_changed), "test")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue