[Lldb-commits] [PATCH] D12329: Skip test which is causing ERRORs in dotest.py on OSX after r237053

Dawn Perchik via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 26 11:04:29 PDT 2015


dawn added a comment.

Thanks Greg!


================
Comment at: test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py:15
@@ -14,2 +14,3 @@
 
+    @skipIfDarwin # llvm.org/pr24575: all ERRORs in dotest.py on OSX after this
     @python_api_test
----------------
FYI - I will change this to:
    @skipIf(True) # llvm.org/pr24575: all tests get ERRORs in dotest.py after this
as per Ted's recommendation.


Repository:
  rL LLVM

http://reviews.llvm.org/D12329





More information about the lldb-commits mailing list