We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8a4e1 commit d971749Copy full SHA for d971749
Misc/build.sh
@@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
67
# Note: test_XXX (none currently) really leak, but are disabled
68
# so we don't send spam. Any test which really leaks should only
69
# 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.
+LEAKY_TESTS="test_(cmd_line|socket)"
71
72
# Skip these tests altogether when looking for leaks. These tests
73
# do not need to be stored above in LEAKY_TESTS too.
0 commit comments