forked from OSchip/llvm-project
Skip test which is causing ERRORs in dotest.py after r237053
This test runs fine on its own, but leaves python in a bad state to where all tests that run after it error out. See llvm.org/pr24575. This resolves the concerns raised in http://reviews.llvm.org/rL237053. Reviewed by: clayborg, ted Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12329 llvm-svn: 246043
This commit is contained in:
parent
3602286937
commit
2b6eab3273
|
@ -12,6 +12,7 @@ class Disassemble_VST1_64(TestBase):
|
||||||
|
|
||||||
mydir = TestBase.compute_mydir(__file__)
|
mydir = TestBase.compute_mydir(__file__)
|
||||||
|
|
||||||
|
@skipIf(True) # llvm.org/pr24575: all tests get ERRORs in dotest.py after this
|
||||||
@python_api_test
|
@python_api_test
|
||||||
def test_disassemble_invalid_vst_1_64_raw_data(self):
|
def test_disassemble_invalid_vst_1_64_raw_data(self):
|
||||||
"""Test disassembling invalid vst1.64 raw bytes with the API."""
|
"""Test disassembling invalid vst1.64 raw bytes with the API."""
|
||||||
|
|
Loading…
Reference in New Issue