Skip to content

Commit 4e02352

Browse files
authored
[gha] skip lldb tests that are flaky (#187)
Disable lldb test cases that have been flaky during nightly runs over the last several weeks.
1 parent c8a2ab6 commit 4e02352

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

Support/Testing/Excluded/ds2/android-x86_64.excluded

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ TestCommandScript.CmdPythonTestCase.test
66
TestConcurrentNWatchNBreak.ConcurrentNWatchNBreak.test
77
TestConcurrentSignalNWatchNBreak.ConcurrentSignalNWatchNBreak.test
88
TestConcurrentSignalWatch.ConcurrentSignalWatch.test
9+
TestConcurrentTwoBreakpointsOneSignal.ConcurrentTwoBreakpointsOneSignal.test
910
TestCreateAfterAttach.CreateAfterAttachTestCase.test_create_after_attach_dwarf
1011
TestCreateAfterAttach.CreateAfterAttachTestCase.test_create_after_attach_dwo
1112
TestDataFormatterCaching.TestDataFormatterCaching.test_with_run_command_dwarf
@@ -107,6 +108,7 @@ TestNonStop.LldbGdbServerTestCase.test_vCont_then_partial_stop_run_both_llgs
107108
TestNonStop.LldbGdbServerTestCase.test_vCont_then_stop_llgs
108109
TestNonStop.LldbGdbServerTestCase.test_vCtrlC_llgs
109110
TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_by_id_correct_executable_offset
111+
TestRaise.RaiseTestCase.test_sigtrap
110112
TestRegistersIterator.RegistersIteratorTestCase.test_iter_registers_dwarf
111113
TestRegistersIterator.RegistersIteratorTestCase.test_iter_registers_dwo
112114
TestReportData.AsanTestReportDataCase.test_dwo

Support/Testing/Excluded/ds2/linux-aarch64.excluded

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ TestGdbRemoteAttachWait.TestGdbRemoteAttachWait.test_launch_before_attach_with_v
6060
TestGdbRemoteExpeditedRegisters.TestGdbRemoteExpeditedRegisters.test_stop_notification_contains_vg_register_llgs
6161
TestGdbRemoteMemoryAllocation.TestGdbRemoteMemoryAllocation.test_bad_packet_llgs
6262
TestGdbRemoteModuleInfo.TestGdbRemoteModuleInfo.test_module_info_llgs
63+
TestGdbRemoteSingleStep.TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_llgs
6364
TestGdbRemoteTargetXmlPacket.TestGdbRemoteTargetXmlPacket.test_g_target_xml_returns_correct_data_llgs
6465
TestGdbRemoteThreadsInStopReply.TestGdbRemoteThreadsInStopReply.test_stop_reply_contains_thread_pcs_llgs
6566
TestGdbRemote_qThreadStopInfo.TestGdbRemote_qThreadStopInfo.test_qThreadStopInfo_only_reports_one_thread_stop_reason_during_interrupt_llgs

Support/Testing/Excluded/ds2/linux-i686.excluded

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_minus_one_pid_llgs
8383
TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_zero_pid_llgs
8484
TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_switches_to_3_threads_launch_llgs
8585
TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_code_address_as_executable_llgs
86+
TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_heap_address_as_rw_llgs
8687
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_fork_events_llgs
8788
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_siginfo_read_llgs
8889
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_vfork_events_llgs

Support/Testing/Excluded/ds2/linux-x86_64.excluded

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_minus_one_pid_llgs
8282
TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_fails_on_zero_pid_llgs
8383
TestLldbGdbServer.LldbGdbServerTestCase.test_Hg_switches_to_3_threads_launch_llgs
8484
TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_heap_address_as_rw_llgs
85+
TestLldbGdbServer.LldbGdbServerTestCase.test_qMemoryRegionInfo_reports_stack_address_as_rw_llgs
8586
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_fork_events_llgs
8687
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_siginfo_read_llgs
8788
TestLldbGdbServer.LldbGdbServerTestCase.test_qSupported_vfork_events_llgs

0 commit comments

Comments
 (0)