Searched refs:huntrleaks (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/test/libregrtest/ |
D | cmdline.py | 159 self.huntrleaks = False 277 type=huntrleaks, 331 def huntrleaks(string): function 423 if ns.huntrleaks and ns.verbose3:
|
D | main.py | 189 if ns.huntrleaks: 190 warmup, repetitions, _ = ns.huntrleaks 515 if self.ns.huntrleaks: 516 warmup, repetitions, _ = self.ns.huntrleaks
|
D | runtest.py | 282 if ns.huntrleaks: 293 if ns.huntrleaks:
|
D | setup.py | 68 if ns.huntrleaks:
|
D | refleak.py | 66 nwarmup, ntracked, fname = ns.huntrleaks
|
/third_party/python/Lib/test/ |
D | bisect_cmd.py | 74 def run_tests(args, tests, huntrleaks=None): argument
|
D | test_regrtest.py | 255 self.assertEqual(ns.huntrleaks, (5, 4, 'reflog.txt')) 257 self.assertEqual(ns.huntrleaks, (6, 4, 'reflog.txt')) 259 self.assertEqual(ns.huntrleaks, (5, 3, 'reflog.txt')) 261 self.assertEqual(ns.huntrleaks, (6, 3, 'leaks.log'))
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.4rc1.rst | 1009 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
|
D | 3.6.0a1.rst | 3585 ``python -m test --huntrleaks ...`` now also checks for leak of file
|
D | 3.8.0a1.rst | 7106 --huntrleaks/-R was used. Exit with error in case that invalid parameters 7107 are specified to --huntrleaks/-R (at least one warmup run and one repetition
|