[Lldb-commits] [PATCH] D91003: [lldb] [test] Use skipUnlessDarwin for tests specific to Darwin
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Nov 7 10:00:21 PST 2020
mgorny added a comment.
In D91003#2380907 <https://reviews.llvm.org/D91003#2380907>, @teemperor wrote:
> Given that these are all Objective-C tests, this LGTM.
>
> (Out of scope for this patch, but it would probably be cleaner if we replace all the skipUnlessDarwin uses because of Obj-C with a dedicated decorator. In theory Obj-C is available on other systems).
I was kinda wondering why it is done like this, I've presumed some ObjC-specific parts of LLDB work only on Darwin.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91003/new/
https://reviews.llvm.org/D91003
More information about the lldb-commits
mailing list