Files
cpython/Lib
Victor Stinner 48b5c422ff 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]
2017-06-27 02:02:04 +02:00
..
2016-11-15 21:18:40 -05:00
2017-01-22 14:39:20 +08:00
2017-05-16 18:28:02 -04:00
2017-02-12 23:10:48 +01:00
2016-12-16 20:00:15 +02:00
2016-10-12 20:16:05 +02:00
2017-06-04 07:41:41 +01:00
2016-09-17 23:23:13 +03:00
2016-12-16 20:00:15 +02:00