summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2020-01-13 10:00:06 +0100
committerRaphael Isemann <teemperor@gmail.com>2020-01-13 10:40:29 +0100
commitddf044290ede7d7fd47f4f673e3e628f551a8aac (patch)
tree40108d64eeac4ae95547c672fb3a9bb0d66e169f /lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist
parent3cad8ada4947dc6793e5af56d6dd0e6eed9e570f (diff)
downloadbcm5719-llvm-ddf044290ede7d7fd47f4f673e3e628f551a8aac.tar.gz
bcm5719-llvm-ddf044290ede7d7fd47f4f673e3e628f551a8aac.zip
[lldb] Mark several tests as not dependent on debug info
Summary: This just adds `NO_DEBUG_INFO_TESTCASE` to tests that don't really exercise anything debug information specific and therefore don't need to be rerun for all debug information variants. Reviewers: labath, jingham, aprantl, mib, jfb Reviewed By: aprantl Subscribers: dexonsmith, JDevlieghere, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D72447
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py b/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py
index 3bf4b7ae3b2..1662f69312d 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py
@@ -11,6 +11,7 @@ from lldbsuite.test import lldbutil
class SBValuePersistTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ NO_DEBUG_INFO_TESTCASE = True
@add_test_categories(['pyapi'])
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24772")
OpenPOWER on IntegriCloud