[Lldb-commits] [lldb] [lldb] deactivate some tests on older SDKs (PR #147768)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 10 04:19:35 PDT 2025


Michael137 wrote:

> macOS 15 (Sequoia) is the latest macOS release. This seems pretty aggressive. Are any of the bots running macOS 15 at this point? I'm pretty sure GreenDragon is not. I'm worried this is equivalent to disabling the tests except at people's desk, which means they're going to regress...
> 
> These test have existed since before macOS 15 was released. What changed that requires the latest SDK? You say that "This config is not supported (having a version of lldb which is more recent than the installed SDK)." but I'm not sure what that means and that definitely doesn't sound right. Is the problem that #144913 doesn't work with older versions of the SDK? If so, can we make it behave correctly with older and newer SDKs instead?

I brought this up with @adrian-prantl couple of weeks ago and the conclusion was that the green dragon AArch64 bots do run macOS 15. We would only lose coverage on the Intel bot that's running macOS 14. I don't think it's worth keeping support for older SDKs alive for this particular feature. It's currently in maintenance mode and the reason @charles-zablit is removing support for older SDKs is because it unblocks some performance work for LLDB on Windows. Which seems like on OK trade-off to me

https://github.com/llvm/llvm-project/pull/147768


More information about the lldb-commits mailing list