Skip to content

Commit a03e184

Browse files
authored
[gha] skip lldb test case that occasionally hangs on Android (#197)
I caught this LLDB test case hanging on a test PR run: https://github.com/compnerd/ds2/actions/runs/13686282742/job/38270586286 The logging enabled by #188 made it possible to determine the hanging test case.
1 parent cabb0e1 commit a03e184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ TestSendSignal.SendSignalTestCase.test_with_run_command_dwarf
122122
TestSendSignal.SendSignalTestCase.test_with_run_command_dwo
123123
TestSettings.SettingsCommandTestCase.test_launchsimple_args_and_env_vars
124124
TestSettings.SettingsCommandTestCase.test_run_args_and_env_vars
125+
TestSingleThreadStepTimeout.SingleThreadStepTimeoutTestCase.test_step_over_deadlock_large_timeout_slow_stepping
125126
TestStateAfterExpression.TestStopReasonAfterExpression.test_thread_state_after_expr_dwarf
126127
TestStateAfterExpression.TestStopReasonAfterExpression.test_thread_state_after_expr_dwo
127128
TestSyntheticCapping.SyntheticCappingTestCase.test_with_run_command_dwo

0 commit comments

Comments
 (0)