Skip to content

Commit b535f22

Browse files
authored
[test] exclude test case that fails on Ubuntu 24.04 runners (#180)
## Overview Exclude two test lldb cases that fail on the new `ubuntu-latest` GitHub runners when running against ds2 on Linux and Android. This exclusion will get the ds2 CI runs green. #179 tracks identifying the root cause. ``` TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwo ``` This is technically two variants of the same test case, so there is really only one new test that fails. This failure may exist when run against `lldb-server`, but I have not root-caused the issue confirmed. ## Background The `ubuntu-latest` GitHub test runners recently moved to Ubuntu 24.04 LTS builds and this test failure coincided with the change. ## Validation [This](https://github.com/andrurogerz/ds2/actions/runs/12857224360) manually triggered CI run succeeded.
1 parent d63dfb9 commit b535f22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ TestCreateAfterAttach.CreateAfterAttachTestCase.test_create_after_attach_dwarf
77
TestCreateAfterAttach.CreateAfterAttachTestCase.test_create_after_attach_dwo
88
TestDataFormatterCaching.TestDataFormatterCaching.test_with_run_command_dwarf
99
TestDataFormatterCaching.TestDataFormatterCaching.test_with_run_command_dwo
10+
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf
11+
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwo
1012
TestExec.ExecTestCase.test_correct_thread_plan_state_before_exec
1113
TestExec.ExecTestCase.test_hitting_exec
1214
TestExec.ExecTestCase.test_skipping_exec

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ TestBreakpointSetRestart.BreakpointSetRestart.test_breakpoint_set_restart_dwo
66
TestCommandScript.CmdPythonTestCase.test
77
TestDataFormatterCaching.TestDataFormatterCaching.test_with_run_command_dwarf
88
TestDataFormatterCaching.TestDataFormatterCaching.test_with_run_command_dwo
9+
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf
10+
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwo
911
TestDebuggerAPI.DebuggerAPITestCase.test_CreateTarget_platform
1012
TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_without_svr4
1113
TestDyldExecLinux.TestLinux64ExecViaDynamicLoader.test_with_svr4

0 commit comments

Comments
 (0)