commit | 22d0698d3b034f4f4314aa793da7225a5da640ba | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Tue Sep 06 19:38:15 2016 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Tue Sep 06 19:38:15 2016 -0700 |
tree | f37ff8f491d40b22f8828d7f7a6c1912df6ff869 | |
parent | a571120410bf7a92ca612068cf1a754d5dca614e [diff] [blame] |
Adds test.support.PGO and skips tests that are not useful for PGO.
diff --git a/Lib/test/libregrtest/main.py b/Lib/test/libregrtest/main.py index ba9e48b..dbbf72f 100644 --- a/Lib/test/libregrtest/main.py +++ b/Lib/test/libregrtest/main.py
@@ -473,6 +473,8 @@ if self.ns.wait: input("Press any key to continue...") + support.PGO = self.ns.pgo + setup_tests(self.ns) self.find_tests(tests)