[all-commits] [llvm/llvm-project] b7355e: [lldb] Skip ObjC timezone tests on macOS >= 14 (NF...
Dave Lee via All-commits
all-commits at lists.llvm.org
Sun Jan 21 15:34:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7355ee99ec63f44a6dc4f7dad9bb5a130bcc0eb
https://github.com/llvm/llvm-project/commit/b7355ee99ec63f44a6dc4f7dad9bb5a130bcc0eb
Author: Dave Lee <davelee.com at gmail.com>
Date: 2024-01-21 (Sun, 21 Jan 2024)
Changed paths:
M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSDate.py
Log Message:
-----------
[lldb] Skip ObjC timezone tests on macOS >= 14 (NFC) (#78817)
Starting with macOS 14, the `NSTimeZone` and `CFTimeZone` types are backed by swift
implementations. These tests won't pass on mainline lldb, since it doesn't have Swift
support.
More information about the All-commits
mailing list