@@ -11,6 +11,8 @@ TestAArch64UnwindPAC.AArch64UnwindPAC.test_dwarf
11
11
TestAArch64UnwindPAC.AArch64UnwindPAC.test_dwo
12
12
TestBreakpointSerialization.BreakpointSerialization.test_scripted_extra_args
13
13
TestChangeValueAPI.ChangeValueAPITestCase.test_change_value_dwarf
14
+ TestChangeValueAPI.ChangeValueAPITestCase.test_change_value_dwo
15
+ TestCommandScript.CmdPythonTestCase.test
14
16
TestCompletion.CommandLineCompletionTestCase.test_common_complete_watchpoint_ids
15
17
TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.ConcurrentBreakpointsDelayedBreakpointOneWatchpoint.test
16
18
TestConcurrentCrashWithWatchpoint.ConcurrentCrashWithWatchpoint.test
@@ -59,6 +61,7 @@ TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_after_attach_with_vA
59
61
TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_before_attach_with_vAttachOrWait_llgs
60
62
TestGdbRemoteExpeditedRegisters.TestGdbRemoteExpeditedRegisters.test_stop_notification_contains_vg_register_llgs
61
63
TestGdbRemoteMemoryAllocation.TestGdbRemoteMemoryAllocation.test_bad_packet_llgs
64
+ TestGdbRemoteMemoryTagging.TestGdbRemoteMemoryTagging.test_tag_read_qMemTags_packets_llgs
62
65
TestGdbRemoteModuleInfo.TestGdbRemoteModuleInfo.test_module_info_llgs
63
66
TestGdbRemoteSingleStep.TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_llgs
64
67
TestGdbRemoteTargetXmlPacket.TestGdbRemoteTargetXmlPacket.test_g_target_xml_returns_correct_data_llgs
@@ -136,6 +139,7 @@ TestStepAndBreakpoints.TestCStepping.test_and_python_api_dwo
136
139
TestStepOverWatchpoint.TestStepOverWatchpoint.test_step_over_read_watchpoint
137
140
TestStepOverWatchpoint.TestStepOverWatchpoint.test_step_over_write_watchpoint
138
141
TestSyntheticCapping.SyntheticCappingTestCase.test_with_run_command_dwarf
142
+ TestSyntheticCapping.SyntheticCappingTestCase.test_with_run_command_dwo
139
143
TestTargetWatchAddress.TargetWatchpointCreateByAddressPITestCase.test_watch_address
140
144
TestTargetWatchAddress.TargetWatchpointCreateByAddressPITestCase.test_watch_address_with_invalid_watch_size
141
145
TestThreadJump.ThreadJumpTestCase.test_dwarf
0 commit comments