dawn created this revision.
dawn added reviewers: ted, clayborg.
dawn added a subscriber: lldb-commits.
dawn set the repository for this revision to rL LLVM.
See llvm.org/pr24575
Repository:
rL LLVM
http://reviews.llvm.org/D12329
Files:
test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
Index: test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
===================================================================
--- test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
+++ test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
@@ -12,6 +12,7 @@
mydir = TestBase.compute_mydir(__file__)
+ @skipIfDarwin # llvm.org/pr24575: all ERRORs in dotest.py on OSX 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."""
Index: test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
===================================================================
--- test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
+++ test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
@@ -12,6 +12,7 @@
mydir = TestBase.compute_mydir(__file__)
+ @skipIfDarwin # llvm.org/pr24575: all ERRORs in dotest.py on OSX 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."""
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits