Searched refs:huntrleaks (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 339 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 …]
|
D | bisect_cmd.py | 74 def run_tests(args, tests, huntrleaks=None): argument
|
/external/python/cpython2/Misc/NEWS.d/next/Tests/ |
D | 2018-06-16-01-37-31.bpo-33873.d86vab.rst | 2 --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/ |
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
|
/external/python/cpython3/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'))
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.14rc1.rst | 146 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
|
/external/python/cpython3/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
|