diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-06-27 00:02:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 00:02:04 (GMT) |
commit | 48b5c422ffb03affb00c184b9a99e5537be92732 (patch) | |
tree | f1d8701a3dc6cc371c247a31ba72aed56dd5af1a /Misc/ACKS | |
parent | bac7d3363b099d0cdef3e541f8581859edfddc85 (diff) | |
download | cpython-48b5c422ffb03affb00c184b9a99e5537be92732.zip cpython-48b5c422ffb03affb00c184b9a99e5537be92732.tar.gz cpython-48b5c422ffb03affb00c184b9a99e5537be92732.tar.bz2 |
bpo-30776: reduce regrtest -R false positives (#2422)
* Change the regrtest --huntrleaks checker to decide if a test file
leaks or not. Require that each run leaks at least 1 reference.
* Warmup runs are now completely ignored: ignored in the checker test
and not used anymore to compute the sum.
* Add an unit test for a reference leak.
Example of reference differences previously considered a failure
(leak) and now considered as success (success, no leak):
[3, 0, 0]
[0, 1, 0]
[8, -8, 1]
Diffstat (limited to 'Misc/ACKS')
0 files changed, 0 insertions, 0 deletions