mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
urllib2_localnet says it leaks probably due to threads. So ignore it.
popen2 is also complaining probably for similar reasons. make install always reports failure, so don't mail in this case.
This commit is contained in:
parent
da073e1601
commit
df4622690b
1 changed files with 1 additions and 2 deletions
|
@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
|
||||||
# Note: test_XXX (none currently) really leak, but are disabled
|
# Note: test_XXX (none currently) really leak, but are disabled
|
||||||
# so we don't send spam. Any test which really leaks should only
|
# 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.
|
# be listed here if there are also test cases under Lib/test/leakers.
|
||||||
LEAKY_TESTS="test_(cmd_line|socket)"
|
LEAKY_TESTS="test_(cmd_line|popen2|socket|urllib2_localnet)"
|
||||||
|
|
||||||
# Skip these tests altogether when looking for leaks. These tests
|
# Skip these tests altogether when looking for leaks. These tests
|
||||||
# do not need to be stored above in LEAKY_TESTS too.
|
# do not need to be stored above in LEAKY_TESTS too.
|
||||||
|
@ -166,7 +166,6 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
|
||||||
start=`current_time`
|
start=`current_time`
|
||||||
make install >& build/$F
|
make install >& build/$F
|
||||||
update_status "Installing" "$F" $start
|
update_status "Installing" "$F" $start
|
||||||
mail_on_failure "install" build/$F
|
|
||||||
|
|
||||||
if [ ! -x $PYTHON ]; then
|
if [ ! -x $PYTHON ]; then
|
||||||
ln -s ${PYTHON}2.* $PYTHON
|
ln -s ${PYTHON}2.* $PYTHON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue