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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 10 10:02:56 PDT 2025


JDevlieghere wrote:

> the green dragon AArch64 bots do run macOS 15.

I don't believe that's accurate. The incremental AS bot is running macOS 14.1 and building against a 14.2 SDK. From the console logs:

```
+ sw_vers
ProductName:		macOS
ProductVersion:		14.1
BuildVersion:		23B74
```

```
-- Found OSX_SYSROOT: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
```

If the feature is in maintenance mode then I'm less concerned with losing some test coverage, if we have a bot. Historically, these tests do break and haven't always the most straightforward to fix.

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


More information about the lldb-commits mailing list