[Lldb-commits] [PATCH] D91056: [lldb] [test] Skip ObjC-based tests via 'objc' category

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 9 01:55:37 PST 2020


mgorny added inline comments.


================
Comment at: lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCExpr.py:17
 
-    @skipUnlessDarwin
     def test_expr_with_run_command(self):
----------------
(this whole category has objc in `.categories`)


================
Comment at: lldb/test/API/functionalities/tsan/multiple/TestTsanMultiple.py:16
 
     @expectedFailureAll(
         oslist=["linux"],
----------------
This one's curious. I'm wondering why it's explicitly marked for all the platforms while it.s clearly a `.m` file ;-).


================
Comment at: lldb/test/API/lang/objc/bitfield_ivars/TestBitfieldIvars.py:11
 
-    @skipUnlessDarwin
     def test(self):
----------------
ditto


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91056/new/

https://reviews.llvm.org/D91056



More information about the lldb-commits mailing list