summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2015-04-06 21:52:10 +0000
committerSiva Chandra <sivachandra@google.com>2015-04-06 21:52:10 +0000
commitc077b3d0acfa4d2ec4fc46fe9d294927cacbf191 (patch)
treee475c79b333b8f95a0239f6892fee1a77d6eb15a /lldb/test/lang/cpp
parentad4cee162b684e4de4870d32a90640dc28355be3 (diff)
downloadbcm5719-llvm-c077b3d0acfa4d2ec4fc46fe9d294927cacbf191.tar.gz
bcm5719-llvm-c077b3d0acfa4d2ec4fc46fe9d294927cacbf191.zip
Enable a test in TestSTL for GCC.
Summary: Remove @skipIfGcc from a test in TestSTL as that test passes with GCC now. Also, mark one of the dsym tests with @skipUnlessDarwin in TestSTL. Test Plan: dotest.py -C gcc -p TestSTL Reviewers: vharron Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D8793 llvm-svn: 234243
Diffstat (limited to 'lldb/test/lang/cpp')
-rw-r--r--lldb/test/lang/cpp/stl/TestSTL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py
index 0b7d8d3fedb..4a1b2e0eb2f 100644
--- a/lldb/test/lang/cpp/stl/TestSTL.py
+++ b/lldb/test/lang/cpp/stl/TestSTL.py
@@ -31,12 +31,12 @@ class STLTestCase(TestBase):
@python_api_test
@dsym_test
+ @skipUnlessDarwin
def test_SBType_template_aspects_with_dsym(self):
"""Test APIs for getting template arguments from an SBType."""
self.buildDsym()
self.sbtype_template_apis()
- @skipIfGcc # llvm.org/pr15036: crashes during DWARF parsing when built with GCC
@expectedFailureIcc # icc 13.1 and 14-beta do not emit DW_TAG_template_type_parameter
@python_api_test
@dwarf_test
OpenPOWER on IntegriCloud