mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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
|
|
@ -110,6 +110,7 @@ HAS_PYUP_PYDOWN = gdb_has_frame_select()
|
|||
|
||||
BREAKPOINT_FN='builtin_id'
|
||||
|
||||
@support.skipIf(support.PGO, "not useful for PGO")
|
||||
class DebuggerTests(unittest.TestCase):
|
||||
|
||||
"""Test that the debugger can debug Python."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue