Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dregrtest.py339 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False, argument
440 huntrleaks = a.split(':')
441 if len(huntrleaks) not in (2, 3):
442 print a, huntrleaks
444 if not huntrleaks[0]:
445 huntrleaks[0] = 5
447 huntrleaks[0] = int(huntrleaks[0])
448 if not huntrleaks[1]:
449 huntrleaks[1] = 4
451 huntrleaks[1] = int(huntrleaks[1])
[all …]
Dbisect_cmd.py74 def run_tests(args, tests, huntrleaks=None): argument
/external/python/cpython2/Misc/NEWS.d/next/Tests/
D2018-06-16-01-37-31.bpo-33873.d86vab.rst2 --huntrleaks/-R was used. Exit with error in case that invalid
3 parameters are specified to --huntrleaks/-R (at least one warmup
/external/python/cpython3/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
/external/python/cpython3/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'))
/external/python/cpython2/Misc/NEWS.d/
D2.7.14rc1.rst146 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
/external/python/cpython3/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