From 06d9525203b8a495978fb0ec2f7af4c2b2cfb1aa Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 1 Feb 2017 17:00:32 +0100 Subject: Make test_gdb.test_wrapper_call() make reliable Issue #29367. Use two break points to prevent breakpoint during Python initialization. --- Lib/test/test_gdb.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index 247c3adeec..681a1ee6cc 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -856,13 +856,12 @@ id(42) def __init__(self): super().__init__() # wrapper_call() + id("first break point") l = MyList() ''') # Verify with "py-bt": gdb_output = self.get_stack_trace(cmd, - breakpoint='wrapper_call', - cmds_after_breakpoint=['py-bt'], - ) + cmds_after_breakpoint=['break wrapper_call', 'continue', 'py-bt']) self.assertIn("