mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Adds test.support.PGO and skips tests that are not useful for PGO.
This commit is contained in:
parent
a571120410
commit
22d0698d3b
11 changed files with 39 additions and 5 deletions
|
@ -473,6 +473,8 @@ class Regrtest:
|
|||
if self.ns.wait:
|
||||
input("Press any key to continue...")
|
||||
|
||||
support.PGO = self.ns.pgo
|
||||
|
||||
setup_tests(self.ns)
|
||||
|
||||
self.find_tests(tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue