1
1
skip
2
- lldbsuite.test.lldbtest.TestPrintf.test_dwarf
3
- lldbsuite.test.lldbtest.TestPrintf.test_dwo
4
2
TestBadAddressBreakpoints.BadAddressBreakpointTestCase.test_bad_address_breakpoints
5
3
TestBreakpointSerialization.BreakpointSerialization.test_scripted_extra_args
6
4
TestBreakpointSetRestart.BreakpointSetRestart.test_breakpoint_set_restart_dwarf
@@ -16,8 +14,8 @@ TestDataFormatterGenericMultiSet.GenericMultiSetDataFormatterTestCase.test_with_
16
14
TestDataFormatterHexCaps.DataFormatterHexCapsTestCase.test_with_run_command_dwo
17
15
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf
18
16
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwo
19
- TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_without_svr4
20
17
TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_with_svr4
18
+ TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_without_svr4
21
19
TestDyldLaunchLinux.TestLinux64LaunchingViaDynamicLoader.test
22
20
TestExec.ExecTestCase.test_correct_thread_plan_state_before_exec
23
21
TestExec.ExecTestCase.test_hitting_exec
@@ -30,19 +28,7 @@ TestFrames.FrameAPITestCase.test_get_arg_vals_for_call_stack_dwo
30
28
TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_attach_with_vAttachWait_llgs
31
29
TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_after_attach_with_vAttachOrWait_llgs
32
30
TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_before_attach_with_vAttachOrWait_llgs
33
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_both_nonstop_llgs
34
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_interspersed_nonstop_llgs
35
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_detach_all_nonstop_llgs
36
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_follow_nonstop_llgs
37
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_nonstop_llgs
38
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_kill_all_nonstop_llgs
39
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_implicit_nonstop_llgs
40
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_minus_one_nonstop_llgs
41
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_nonstop_llgs
42
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_interspersed_nonstop_llgs
43
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_follow_nonstop_llgs
44
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_nonstop_llgs
45
- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vkill_both_nonstop_llgs
31
+ TestGdbRemoteFork.TestGdbRemoteFork.test_T_llgs
46
32
TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_llgs
47
33
TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_then_parent_llgs
48
34
TestGdbRemoteFork.TestGdbRemoteFork.test_c_interspersed_llgs
@@ -59,7 +45,6 @@ TestGdbRemoteFork.TestGdbRemoteFork.test_qC_llgs
59
45
TestGdbRemoteFork.TestGdbRemoteFork.test_register_read_write_llgs
60
46
TestGdbRemoteFork.TestGdbRemoteFork.test_select_wrong_pid_llgs
61
47
TestGdbRemoteFork.TestGdbRemoteFork.test_threadinfo_llgs
62
- TestGdbRemoteFork.TestGdbRemoteFork.test_T_llgs
63
48
TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_all_processes_explicit_llgs
64
49
TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_all_processes_implicit_llgs
65
50
TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_child_llgs
@@ -73,6 +58,19 @@ TestGdbRemoteFork.TestGdbRemoteFork.test_vfork_llgs
73
58
TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_both_llgs
74
59
TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_child_llgs
75
60
TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_parent_llgs
61
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_both_nonstop_llgs
62
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_interspersed_nonstop_llgs
63
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_detach_all_nonstop_llgs
64
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_follow_nonstop_llgs
65
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_nonstop_llgs
66
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_kill_all_nonstop_llgs
67
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_implicit_nonstop_llgs
68
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_minus_one_nonstop_llgs
69
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_nonstop_llgs
70
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_interspersed_nonstop_llgs
71
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_follow_nonstop_llgs
72
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_nonstop_llgs
73
+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vkill_both_nonstop_llgs
76
74
TestGdbRemoteMemoryAllocation.TestGdbRemoteMemoryAllocation.test_bad_packet_llgs
77
75
TestGdbRemoteModuleInfo.TestGdbRemoteModuleInfo.test_module_info_llgs
78
76
TestGdbRemoteThreadsInStopReply.TestGdbRemoteThreadsInStopReply.test_stop_reply_contains_thread_pcs_llgs
@@ -84,6 +82,7 @@ TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_another_pid_llgs
84
82
TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_minus_one_pid_llgs
85
83
TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_zero_pid_llgs
86
84
TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_switches_to_3_threads_launch_llgs
85
+ TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_code_address_as_executable_llgs
87
86
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_fork_events_llgs
88
87
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_siginfo_read_llgs
89
88
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_vfork_events_llgs
@@ -98,8 +97,8 @@ TestNestedAlias.NestedAliasTestCase.test_nested_alias
98
97
TestNonStop.LldbGdbServerTestCase.test_exit_llgs
99
98
TestNonStop.LldbGdbServerTestCase.test_exit_query_llgs
100
99
TestNonStop.LldbGdbServerTestCase.test_leave_nonstop_llgs
101
- TestNonStop.LldbGdbServerTestCase.test_multiple_c_continue_with_addr_llgs
102
100
TestNonStop.LldbGdbServerTestCase.test_multiple_C_continue_with_signal_llgs
101
+ TestNonStop.LldbGdbServerTestCase.test_multiple_c_continue_with_addr_llgs
103
102
TestNonStop.LldbGdbServerTestCase.test_multiple_s_single_step_with_addr_llgs
104
103
TestNonStop.LldbGdbServerTestCase.test_multiple_vCont_llgs
105
104
TestNonStop.LldbGdbServerTestCase.test_run_llgs
@@ -132,3 +131,5 @@ TestThreadJump.ThreadJumpTestCase.test_dwarf
132
131
TestThreadJump.ThreadJumpTestCase.test_dwo
133
132
TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwarf
134
133
TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwo
134
+ lldbsuite.test.lldbtest.TestPrintf.test_dwarf
135
+ lldbsuite.test.lldbtest.TestPrintf.test_dwo
0 commit comments