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

Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 26 11:17:55 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL246043: Skip test which is causing ERRORs in dotest.py after r237053 (authored by dperchik).

Changed prior to commit:
  http://reviews.llvm.org/D12329?vs=33101&id=33229#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12329

Files:
  lldb/trunk/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py

Index: lldb/trunk/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
===================================================================
--- lldb/trunk/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
+++ lldb/trunk/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
@@ -12,6 +12,7 @@
 
     mydir = TestBase.compute_mydir(__file__)
 
+    @skipIf(True) # llvm.org/pr24575: all tests get ERRORs in dotest.py after this
     @python_api_test
     def test_disassemble_invalid_vst_1_64_raw_data(self):
         """Test disassembling invalid vst1.64 raw bytes with the API."""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12329.33229.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150826/8963ec18/attachment.bin>


More information about the lldb-commits mailing list