[Python-checkins] r55021 - python/trunk/Misc/build.sh (original) (raw)

neal.norwitz python-checkins at python.org
Mon Apr 30 01:53:27 CEST 2007


Author: neal.norwitz Date: Mon Apr 30 01:53:24 2007 New Revision: 55021

Modified: python/trunk/Misc/build.sh Log: There really are some tests that are problematic.

Modified: python/trunk/Misc/build.sh

--- python/trunk/Misc/build.sh (original) +++ python/trunk/Misc/build.sh Mon Apr 30 01:53:24 2007 @@ -67,7 +67,7 @@

Note: test_XXX (none currently) really leak, but are disabled

so we don't send spam. Any test which really leaks should only

be listed here if there are also test cases under Lib/test/leakers.

-LEAKY_TESTS="test_(XXX)" # Currently no tests should report spurious leaks. +LEAKY_TESTS="test_(cmd_line|socket)"

Skip these tests altogether when looking for leaks. These tests

do not need to be stored above in LEAKY_TESTS too.



More information about the Python-checkins mailing list