Home
last modified time | relevance | path

Searched refs:huntrleaks (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Dcmdline.py159 self.huntrleaks = False
277 type=huntrleaks,
331 def huntrleaks(string): function
423 if ns.huntrleaks and ns.verbose3:
Dmain.py189 if ns.huntrleaks:
190 warmup, repetitions, _ = ns.huntrleaks
515 if self.ns.huntrleaks:
516 warmup, repetitions, _ = self.ns.huntrleaks
Druntest.py282 if ns.huntrleaks:
293 if ns.huntrleaks:
Dsetup.py68 if ns.huntrleaks:
Drefleak.py66 nwarmup, ntracked, fname = ns.huntrleaks
/third_party/python/Lib/test/
Dbisect_cmd.py74 def run_tests(args, tests, huntrleaks=None): argument
Dtest_regrtest.py255 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/
D3.5.4rc1.rst1009 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
D3.6.0a1.rst3585 ``python -m test --huntrleaks ...`` now also checks for leak of file
D3.8.0a1.rst7106 --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