Ignore all debuginfo tests for LLDB that we do not run in CI

We only run LLDB 1500 in CI. Any test with a min-lldb-version above that
is currently ignored. It's not clear any of these tests actually work
with that LLDB version, and they definitely don't work on LLDB ~2100.
So, ignore them until we fix debuginfo testing.
This commit is contained in:
Jubilee Young
2026-02-02 18:13:43 -08:00
parent f60a0f1bcc
commit 2b0cce040d
18 changed files with 36 additions and 18 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
//@ min-lldb-version: 1800
// LLDB 1800+ tests were not tested in CI, broke, and now are disabled
//@ ignore-lldb
// LLDB (18.1+) now supports DW_TAG_variant_part, but there is some bug in either compiler or LLDB
// with memory layout of discriminant for this particular enum