summaryrefslogtreecommitdiff
path: root/Lib/test/test_gdb.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-06 19:38:15 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-09-06 19:38:15 -0700
commit0c5d31799ea0cc8ecf4968187f7c7e6fd3dd3d7f (patch)
tree366174e3c828f509297dd7953cf8f90daea2c24e /Lib/test/test_gdb.py
parentb643ff43c058dcd50cef902f0b6e16cb53051c7c (diff)
downloadcpython-0c5d31799ea0cc8ecf4968187f7c7e6fd3dd3d7f.tar.gz
Adds test.support.PGO and skips tests that are not useful for PGO.
Diffstat (limited to 'Lib/test/test_gdb.py')
-rw-r--r--Lib/test/test_gdb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
index 09bafbdd93..30b5f16780 100644
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -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."""