11skip
2- lldbsuite.test.lldbtest.TestPrintf.test_dwarf
3- lldbsuite.test.lldbtest.TestPrintf.test_dwo
42TestBreakpointSerialization.BreakpointSerialization.test_scripted_extra_args
3+ TestBreakpointSetRestart.BreakpointSetRestart.test_breakpoint_set_restart_dwarf
54TestBreakpointSetRestart.BreakpointSetRestart.test_breakpoint_set_restart_dwo
65TestCommandScript.CmdPythonTestCase.test
76TestDataFormatterCaching.TestDataFormatterCaching.test_with_run_command_dwarf
87TestDataFormatterCaching.TestDataFormatterCaching.test_with_run_command_dwo
98TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf
109TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwo
1110TestDebuggerAPI.DebuggerAPITestCase.test_CreateTarget_platform
12- TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_without_svr4
1311TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_with_svr4
12+ TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_without_svr4
1413TestDyldLaunchLinux.TestLinux64LaunchingViaDynamicLoader.test
1514TestExec.ExecTestCase.test_correct_thread_plan_state_before_exec
1615TestExec.ExecTestCase.test_hitting_exec
@@ -23,19 +22,7 @@ TestFrames.FrameAPITestCase.test_get_arg_vals_for_call_stack_dwo
2322TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_attach_with_vAttachWait_llgs
2423TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_after_attach_with_vAttachOrWait_llgs
2524TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_before_attach_with_vAttachOrWait_llgs
26- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_both_nonstop_llgs
27- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_interspersed_nonstop_llgs
28- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_detach_all_nonstop_llgs
29- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_follow_nonstop_llgs
30- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_nonstop_llgs
31- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_kill_all_nonstop_llgs
32- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_implicit_nonstop_llgs
33- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_minus_one_nonstop_llgs
34- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_nonstop_llgs
35- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_interspersed_nonstop_llgs
36- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_follow_nonstop_llgs
37- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_nonstop_llgs
38- TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vkill_both_nonstop_llgs
25+ TestGdbRemoteFork.TestGdbRemoteFork.test_T_llgs
3926TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_llgs
4027TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_then_parent_llgs
4128TestGdbRemoteFork.TestGdbRemoteFork.test_c_interspersed_llgs
@@ -52,7 +39,6 @@ TestGdbRemoteFork.TestGdbRemoteFork.test_qC_llgs
5239TestGdbRemoteFork.TestGdbRemoteFork.test_register_read_write_llgs
5340TestGdbRemoteFork.TestGdbRemoteFork.test_select_wrong_pid_llgs
5441TestGdbRemoteFork.TestGdbRemoteFork.test_threadinfo_llgs
55- TestGdbRemoteFork.TestGdbRemoteFork.test_T_llgs
5642TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_all_processes_explicit_llgs
5743TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_all_processes_implicit_llgs
5844TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_child_llgs
@@ -66,6 +52,19 @@ TestGdbRemoteFork.TestGdbRemoteFork.test_vfork_llgs
6652TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_both_llgs
6753TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_child_llgs
6854TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_parent_llgs
55+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_both_nonstop_llgs
56+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_interspersed_nonstop_llgs
57+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_detach_all_nonstop_llgs
58+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_follow_nonstop_llgs
59+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_nonstop_llgs
60+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_kill_all_nonstop_llgs
61+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_implicit_nonstop_llgs
62+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_minus_one_nonstop_llgs
63+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_nonstop_llgs
64+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_interspersed_nonstop_llgs
65+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_follow_nonstop_llgs
66+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_nonstop_llgs
67+ TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vkill_both_nonstop_llgs
6968TestGdbRemoteGPacket.TestGdbRemoteGPacket.test_g_returns_correct_data_no_suffix_llgs
7069TestGdbRemoteGPacket.TestGdbRemoteGPacket.test_g_returns_correct_data_with_suffix_llgs
7170TestGdbRemoteMemoryAllocation.TestGdbRemoteMemoryAllocation.test_bad_packet_llgs
@@ -93,8 +92,8 @@ TestMemoryHoles.MemoryHolesTestCase.test_memory_find
9392TestNonStop.LldbGdbServerTestCase.test_exit_llgs
9493TestNonStop.LldbGdbServerTestCase.test_exit_query_llgs
9594TestNonStop.LldbGdbServerTestCase.test_leave_nonstop_llgs
96- TestNonStop.LldbGdbServerTestCase.test_multiple_c_continue_with_addr_llgs
9795TestNonStop.LldbGdbServerTestCase.test_multiple_C_continue_with_signal_llgs
96+ TestNonStop.LldbGdbServerTestCase.test_multiple_c_continue_with_addr_llgs
9897TestNonStop.LldbGdbServerTestCase.test_multiple_s_single_step_with_addr_llgs
9998TestNonStop.LldbGdbServerTestCase.test_multiple_vCont_llgs
10099TestNonStop.LldbGdbServerTestCase.test_run_llgs
@@ -108,9 +107,9 @@ TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini
108107TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_default_options_dwo
109108TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_dwarf
110109TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_dwo
110+ TestRegisters.RegisterCommandsTestCase.test_fs_gs_base
111111TestRegistersIterator.RegistersIteratorTestCase.test_iter_registers_dwarf
112112TestRegistersIterator.RegistersIteratorTestCase.test_iter_registers_dwo
113- TestRegisters.RegisterCommandsTestCase.test_fs_gs_base
114113TestSendSignal.SendSignalTestCase.test_with_run_command_dwarf
115114TestSendSignal.SendSignalTestCase.test_with_run_command_dwo
116115TestSettings.SettingsCommandTestCase.test_launchsimple_args_and_env_vars
@@ -123,3 +122,5 @@ TestTlsGlobals.TlsGlobalTestCase.test_dwo
123122TestUnalignedLargeWatchpoint.UnalignedLargeWatchpointTestCase.test_unaligned_large_watchpoint
124123TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwarf
125124TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwo
125+ lldbsuite.test.lldbtest.TestPrintf.test_dwarf
126+ lldbsuite.test.lldbtest.TestPrintf.test_dwo
0 commit comments