Replace the plethora of ObjC-implied 'skipUnlessDarwin' decorators with marking tests as 'objc' category (whenever missing), and skip all ObjC tests on non-Darwin platforms. I have used '.categories' file wherever it was present already or all (>1) tests were relying on ObjC, and explicit add_test_categories() where there was only one test. Differential Revision: https://reviews.llvm.org/D91056
5 lines
128 B
Python
5 lines
128 B
Python
from lldbsuite.test import decorators
|
|
from lldbsuite.test import lldbinline
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals(), [])
|