Commit 91420e4
committed
CI: Run Qt AT-SPI2 bridge tests on All_Debug runner, not ASan runners
For running the Qt AT-SPI2 bridge tests under CI:
1. We need to actually launch a Qt-UI Ladybird process, and assert on
the output from the Qt AT-SPI2 bridge.
2. Qt's AT-SPI2 bridge only activates with a real platform plugin
(offscreen doesn’t qualify).
3. On a headless Linux runner in our CI, the only viable Qt platform
plugin is xcb.
4. Qt's xcb plugin pulls libxkbcommon-x11 in as a transitive runtime
dependency.
But, under ASan, the QXcbConnection startup path triggers a buffer
overflow in libxkbcommon-x11. Therefore, we skip these tests under
ASan — and for CI, we run them on the All_Debug runner instead.1 parent 471e94c commit 91420e4
2 files changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
220 | 229 | | |
221 | 230 | | |
222 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
| |||
0 commit comments