Commit b535f22
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- Support/Testing/Excluded/ds2
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments