summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/unwind
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-14 18:49:16 +0000
committerZachary Turner <zturner@google.com>2015-12-14 18:49:16 +0000
commitf098e4fb19064e23ed0247e0ed8e769354249d9c (patch)
tree721a36816b8c4e51c885f335b809ef5a5d2adb5c /lldb/packages/Python/lldbsuite/test/functionalities/unwind
parent4ae76c26928324698b2c8a290964f9709887bda6 (diff)
downloadbcm5719-llvm-f098e4fb19064e23ed0247e0ed8e769354249d9c.tar.gz
bcm5719-llvm-f098e4fb19064e23ed0247e0ed8e769354249d9c.zip
Make debug info specification use categories system.
Reviewed By: Tamas Berghammer, Pavel Labath Differential Revision: http://reviews.llvm.org/D15428 llvm-svn: 255525
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/unwind')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py
index e8fb5634b25..3f88e7b6e1a 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py
@@ -117,7 +117,7 @@ for d in test_source_dirs:
# Generate test cases based on the collected source files
for f in test_source_files:
if f.endswith(".cpp") or f.endswith(".c"):
- @dwarf_test
+ @add_test_categories(["dwarf"])
@unittest2.skipIf(TestBase.skipLongRunningTest(), "Skip this long running test")
def test_function_dwarf(self, f=f):
if f.endswith(".cpp"):
OpenPOWER on IntegriCloud