Files
cpython/Lib/test
Victor StinnerandGitHub 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
..
2017-03-27 00:08:31 -05:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-09-16 17:32:06 +03:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-10-05 22:54:19 -07:00
2016-10-12 20:16:05 +02:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2017-01-14 06:26:51 +00:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-12-16 20:00:15 +02:00
2016-09-14 08:10:45 +03:00