Skip to content

Commit d971749

Browse files
author
neal.norwitz
committed
There really are some tests that are problematic.
git-svn-id: http://svn.python.org/projects/python/trunk@55021 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 5a8a4e1 commit d971749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
6767
# Note: test_XXX (none currently) really leak, but are disabled
6868
# so we don't send spam. Any test which really leaks should only
6969
# be listed here if there are also test cases under Lib/test/leakers.
70-
LEAKY_TESTS="test_(XXX)" # Currently no tests should report spurious leaks.
70+
LEAKY_TESTS="test_(cmd_line|socket)"
7171

7272
# Skip these tests altogether when looking for leaks. These tests
7373
# do not need to be stored above in LEAKY_TESTS too.

0 commit comments

Comments
 (0)