summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/stl/TestSTL.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/stl/TestSTL.py')
-rw-r--r--lldb/test/lang/cpp/stl/TestSTL.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py
index 53219338016..7727f0d8f60 100644
--- a/lldb/test/lang/cpp/stl/TestSTL.py
+++ b/lldb/test/lang/cpp/stl/TestSTL.py
@@ -22,6 +22,7 @@ class STLTestCase(TestBase):
self.step_stl_exprs()
# rdar://problem/10400981
+ @skipOnLinux #PR-15256: assertion failure in RecordLayoutBuilder::updateExternalFieldOffset
@unittest2.expectedFailure
@dwarf_test
def test_with_dwarf(self):
@@ -36,7 +37,7 @@ class STLTestCase(TestBase):
self.buildDsym()
self.sbtype_template_apis()
- @skipIfGcc # bugzilla 15036: crashes during DWARF parsing when built with GCC
+ @skipOnLinux #PR-15256: assertion failure in RecordLayoutBuilder::updateExternalFieldOffset
@python_api_test
@dwarf_test
def test_SBType_template_aspects_with_dwarf(self):
OpenPOWER on IntegriCloud