diff --git a/Support/Testing/Excluded/ds2/android-x86_64.excluded b/Support/Testing/Excluded/ds2/android-x86_64.excluded index a5197e1e..41020d17 100644 --- a/Support/Testing/Excluded/ds2/android-x86_64.excluded +++ b/Support/Testing/Excluded/ds2/android-x86_64.excluded @@ -16,6 +16,7 @@ TestExec.ExecTestCase.test_correct_thread_plan_state_before_exec TestExec.ExecTestCase.test_hitting_exec TestExec.ExecTestCase.test_skipping_exec TestExprDoesntBlock.ExprDoesntDeadlockTestCase.test_with_run_command_dwarf +TestExprDoesntBlock.ExprDoesntDeadlockTestCase.test_with_run_command_dwo TestExpressionInSyscall.ExprSyscallTestCase.test_setpgid_dwarf TestExpressionInSyscall.ExprSyscallTestCase.test_setpgid_dwo TestFindInMemory.FindInMemoryTestCase.test_find_in_memory_ok @@ -80,6 +81,8 @@ TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_another_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_minus_one_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_zero_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_switches_to_3_threads_launch_llgs +TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_heap_address_as_rw_llgs +TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_stack_address_as_rw_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qRegisterInfo_contains_avx_registers_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_fork_events_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_siginfo_read_llgs diff --git a/Support/Testing/Excluded/ds2/linux-aarch64.excluded b/Support/Testing/Excluded/ds2/linux-aarch64.excluded index 2af64fa0..1f9e4699 100644 --- a/Support/Testing/Excluded/ds2/linux-aarch64.excluded +++ b/Support/Testing/Excluded/ds2/linux-aarch64.excluded @@ -62,6 +62,7 @@ TestGdbRemoteMemoryAllocation.TestGdbRemoteMemoryAllocation.test_bad_packet_llgs TestGdbRemoteModuleInfo.TestGdbRemoteModuleInfo.test_module_info_llgs TestGdbRemoteTargetXmlPacket.TestGdbRemoteTargetXmlPacket.test_g_target_xml_returns_correct_data_llgs TestGdbRemoteThreadsInStopReply.TestGdbRemoteThreadsInStopReply.test_stop_reply_contains_thread_pcs_llgs +TestGdbRemote_qThreadStopInfo.TestGdbRemote_qThreadStopInfo.test_qThreadStopInfo_only_reports_one_thread_stop_reason_during_interrupt_llgs TestHelloWorld.HelloWorldTestCase.test_with_attach_to_process_with_id_api TestHelloWorld.HelloWorldTestCase.test_with_attach_to_process_with_name_api TestInferiorCrashing.CrashingInferiorTestCase.test_inferior_crashing_dwarf diff --git a/Support/Testing/Excluded/ds2/linux-i686.excluded b/Support/Testing/Excluded/ds2/linux-i686.excluded index f15f982a..13dc7e6b 100644 --- a/Support/Testing/Excluded/ds2/linux-i686.excluded +++ b/Support/Testing/Excluded/ds2/linux-i686.excluded @@ -1,6 +1,4 @@ skip -lldbsuite.test.lldbtest.TestPrintf.test_dwarf -lldbsuite.test.lldbtest.TestPrintf.test_dwo TestBadAddressBreakpoints.BadAddressBreakpointTestCase.test_bad_address_breakpoints TestBreakpointSerialization.BreakpointSerialization.test_scripted_extra_args TestBreakpointSetRestart.BreakpointSetRestart.test_breakpoint_set_restart_dwarf @@ -16,8 +14,8 @@ TestDataFormatterGenericMultiSet.GenericMultiSetDataFormatterTestCase.test_with_ TestDataFormatterHexCaps.DataFormatterHexCapsTestCase.test_with_run_command_dwo TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwo -TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_without_svr4 TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_with_svr4 +TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_without_svr4 TestDyldLaunchLinux.TestLinux64LaunchingViaDynamicLoader.test TestExec.ExecTestCase.test_correct_thread_plan_state_before_exec TestExec.ExecTestCase.test_hitting_exec @@ -30,19 +28,7 @@ TestFrames.FrameAPITestCase.test_get_arg_vals_for_call_stack_dwo TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_attach_with_vAttachWait_llgs TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_after_attach_with_vAttachOrWait_llgs TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_before_attach_with_vAttachOrWait_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_both_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_interspersed_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_detach_all_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_follow_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_kill_all_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_implicit_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_minus_one_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_interspersed_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_follow_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_nonstop_llgs -TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vkill_both_nonstop_llgs +TestGdbRemoteFork.TestGdbRemoteFork.test_T_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_then_parent_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_c_interspersed_llgs @@ -59,7 +45,6 @@ TestGdbRemoteFork.TestGdbRemoteFork.test_qC_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_register_read_write_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_select_wrong_pid_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_threadinfo_llgs -TestGdbRemoteFork.TestGdbRemoteFork.test_T_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_all_processes_explicit_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_all_processes_implicit_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_vCont_child_llgs @@ -73,6 +58,19 @@ TestGdbRemoteFork.TestGdbRemoteFork.test_vfork_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_both_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_child_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_vkill_parent_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_both_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_c_interspersed_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_detach_all_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_follow_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_fork_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_kill_all_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_implicit_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_minus_one_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_both_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vCont_interspersed_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_follow_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vfork_nonstop_llgs +TestGdbRemoteForkNonStop.TestGdbRemoteForkNonStop.test_vkill_both_nonstop_llgs TestGdbRemoteMemoryAllocation.TestGdbRemoteMemoryAllocation.test_bad_packet_llgs TestGdbRemoteModuleInfo.TestGdbRemoteModuleInfo.test_module_info_llgs TestGdbRemoteThreadsInStopReply.TestGdbRemoteThreadsInStopReply.test_stop_reply_contains_thread_pcs_llgs @@ -84,6 +82,7 @@ TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_another_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_minus_one_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_zero_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_switches_to_3_threads_launch_llgs +TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_code_address_as_executable_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_fork_events_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_siginfo_read_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_vfork_events_llgs @@ -98,8 +97,8 @@ TestNestedAlias.NestedAliasTestCase.test_nested_alias TestNonStop.LldbGdbServerTestCase.test_exit_llgs TestNonStop.LldbGdbServerTestCase.test_exit_query_llgs TestNonStop.LldbGdbServerTestCase.test_leave_nonstop_llgs -TestNonStop.LldbGdbServerTestCase.test_multiple_c_continue_with_addr_llgs TestNonStop.LldbGdbServerTestCase.test_multiple_C_continue_with_signal_llgs +TestNonStop.LldbGdbServerTestCase.test_multiple_c_continue_with_addr_llgs TestNonStop.LldbGdbServerTestCase.test_multiple_s_single_step_with_addr_llgs TestNonStop.LldbGdbServerTestCase.test_multiple_vCont_llgs TestNonStop.LldbGdbServerTestCase.test_run_llgs @@ -132,3 +131,5 @@ TestThreadJump.ThreadJumpTestCase.test_dwarf TestThreadJump.ThreadJumpTestCase.test_dwo TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwarf TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwo +lldbsuite.test.lldbtest.TestPrintf.test_dwarf +lldbsuite.test.lldbtest.TestPrintf.test_dwo diff --git a/Support/Testing/Excluded/ds2/linux-x86_64.excluded b/Support/Testing/Excluded/ds2/linux-x86_64.excluded index 05fe3dbe..d41b680d 100644 --- a/Support/Testing/Excluded/ds2/linux-x86_64.excluded +++ b/Support/Testing/Excluded/ds2/linux-x86_64.excluded @@ -22,6 +22,7 @@ TestFrames.FrameAPITestCase.test_get_arg_vals_for_call_stack_dwo TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_attach_with_vAttachWait_llgs TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_after_attach_with_vAttachOrWait_llgs TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_before_attach_with_vAttachOrWait_llgs +TestGdbRemoteExpeditedRegisters.TestGdbRemoteExpeditedRegisters.test_stop_notification_contains_fp_register_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_T_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_llgs TestGdbRemoteFork.TestGdbRemoteFork.test_c_child_then_parent_llgs @@ -80,6 +81,7 @@ TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_another_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_minus_one_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_zero_pid_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_switches_to_3_threads_launch_llgs +TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_heap_address_as_rw_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_fork_events_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_siginfo_read_llgs TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_vfork_events_llgs