summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py')
-rw-r--r--lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py b/lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
index 3a7a0cb2954..4bd4367e096 100644
--- a/lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
+++ b/lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
@@ -14,14 +14,10 @@ class Disassemble_VST1_64(TestBase):
@skipIf(True) # llvm.org/pr24575: all tests get ERRORs in dotest.py after this
@python_api_test
+ @no_debug_info_test
def test_disassemble_invalid_vst_1_64_raw_data(self):
"""Test disassembling invalid vst1.64 raw bytes with the API."""
- self.disassemble_invalid_vst_1_64_raw_data()
-
- def disassemble_invalid_vst_1_64_raw_data(self):
- """Test disassembling invalid vst1.64 raw bytes with the API."""
# Create a target from the debugger.
-
target = self.dbg.CreateTargetWithFileAndTargetTriple ("", "thumbv7")
self.assertTrue(target, VALID_TARGET)
OpenPOWER on IntegriCloud