summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-04-29 23:53:24 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-04-29 23:53:24 (GMT)
commit714e19a7bd906c46af0b8258d5d3c41cfe1b7a89 (patch)
treeb35349dcb2207edb3adc75e58c7dbcd44cd2f2f1 /Misc/build.sh
parent58ef8cd29c457ef40a333c30f81cdc519ac43a53 (diff)
downloadcpython-714e19a7bd906c46af0b8258d5d3c41cfe1b7a89.zip
cpython-714e19a7bd906c46af0b8258d5d3c41cfe1b7a89.tar.gz
cpython-714e19a7bd906c46af0b8258d5d3c41cfe1b7a89.tar.bz2
There really are some tests that are problematic.
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index a6ba927..5936dfd 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
# 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.