summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawn Perchik <dawn@burble.org>2015-08-26 18:16:45 +0000
committerDawn Perchik <dawn@burble.org>2015-08-26 18:16:45 +0000
commit2b6eab3273cbd8dc002b33b2616cde026b1f6b5d (patch)
treeb065f8f353b4f7f2c6cdfc3195e24761d3fa4b33
parent360228693758b6735926a1c77a7f0830cd0c3034 (diff)
downloadbcm5719-llvm-2b6eab3273cbd8dc002b33b2616cde026b1f6b5d.tar.gz
bcm5719-llvm-2b6eab3273cbd8dc002b33b2616cde026b1f6b5d.zip
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
-rw-r--r--lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py1
1 files changed, 1 insertions, 0 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 455534518b0..3a7a0cb2954 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
@@ -12,6 +12,7 @@ class Disassemble_VST1_64(TestBase):
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."""
OpenPOWER on IntegriCloud