Skip to content

Commit dfe28b1

Browse files
committed
tests: minor tweaks in merge module
1 parent e645a6c commit dfe28b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/merge.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ def test_crash_after_opening_backup_control_1(self):
14751475

14761476
self.del_test_dir(module_name, fname)
14771477

1478-
@unittest.skip("skip")
1478+
# @unittest.skip("skip")
14791479
def test_crash_after_opening_backup_control_2(self):
14801480
"""
14811481
check that crashing after opening backup_content.control
@@ -1529,8 +1529,8 @@ def test_crash_after_opening_backup_control_2(self):
15291529
gdb.set_breakpoint('write_backup_filelist')
15301530
gdb.run_until_break()
15311531

1532-
gdb.set_breakpoint('sprintf')
1533-
gdb.continue_execution_until_break(1)
1532+
# gdb.set_breakpoint('sprintf')
1533+
# gdb.continue_execution_until_break(1)
15341534

15351535
gdb._execute('signal SIGKILL')
15361536

@@ -1567,7 +1567,7 @@ def test_crash_after_opening_backup_control_2(self):
15671567

15681568
self.del_test_dir(module_name, fname)
15691569

1570-
@unittest.skip("skip")
1570+
# @unittest.skip("skip")
15711571
def test_losing_file_after_failed_merge(self):
15721572
"""
15731573
check that crashing after opening backup_content.control
@@ -1622,8 +1622,8 @@ def test_losing_file_after_failed_merge(self):
16221622
gdb.set_breakpoint('write_backup_filelist')
16231623
gdb.run_until_break()
16241624

1625-
gdb.set_breakpoint('sprintf')
1626-
gdb.continue_execution_until_break(20)
1625+
# gdb.set_breakpoint('sprintf')
1626+
# gdb.continue_execution_until_break(20)
16271627

16281628
gdb._execute('signal SIGKILL')
16291629

0 commit comments

Comments
 (0)