]> granicus.if.org Git - python/commit
Ignore the tests which report leaks sporadically.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 19 Feb 2006 18:48:19 +0000 (18:48 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 19 Feb 2006 18:48:19 +0000 (18:48 +0000)
commitf415d5f830e8af763b12ad2c89aa0578b2402e93
treea84fdc1b1d15e2cd4fed447639e8627d40313fa2
parentd69e0345717800826ee49d7234c48d333e75c2f0
Ignore the tests which report leaks sporadically.
This should cause few enough spurious warnings to send to python-checkins now.

If a test leaks that is not in the ignore list (LEAKY_TESTS), all tests
which leak will be reported.  This includes those in the ignore list.
Hopefully that will prompt someone to fix the flakiness.
Misc/build.sh