@@ -1475,7 +1475,7 @@ def test_crash_after_opening_backup_control_1(self):
1475
1475
1476
1476
self .del_test_dir (module_name , fname )
1477
1477
1478
- @unittest .skip ("skip" )
1478
+ # @unittest.skip("skip")
1479
1479
def test_crash_after_opening_backup_control_2 (self ):
1480
1480
"""
1481
1481
check that crashing after opening backup_content.control
@@ -1529,8 +1529,8 @@ def test_crash_after_opening_backup_control_2(self):
1529
1529
gdb .set_breakpoint ('write_backup_filelist' )
1530
1530
gdb .run_until_break ()
1531
1531
1532
- gdb .set_breakpoint ('sprintf' )
1533
- gdb .continue_execution_until_break (1 )
1532
+ # gdb.set_breakpoint('sprintf')
1533
+ # gdb.continue_execution_until_break(1)
1534
1534
1535
1535
gdb ._execute ('signal SIGKILL' )
1536
1536
@@ -1567,7 +1567,7 @@ def test_crash_after_opening_backup_control_2(self):
1567
1567
1568
1568
self .del_test_dir (module_name , fname )
1569
1569
1570
- @unittest .skip ("skip" )
1570
+ # @unittest.skip("skip")
1571
1571
def test_losing_file_after_failed_merge (self ):
1572
1572
"""
1573
1573
check that crashing after opening backup_content.control
@@ -1622,8 +1622,8 @@ def test_losing_file_after_failed_merge(self):
1622
1622
gdb .set_breakpoint ('write_backup_filelist' )
1623
1623
gdb .run_until_break ()
1624
1624
1625
- gdb .set_breakpoint ('sprintf' )
1626
- gdb .continue_execution_until_break (20 )
1625
+ # gdb.set_breakpoint('sprintf')
1626
+ # gdb.continue_execution_until_break(20)
1627
1627
1628
1628
gdb ._execute ('signal SIGKILL' )
1629
1629
0 commit comments