summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/stl/TestSTL.py
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-02-13 18:56:41 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-02-13 18:56:41 +0000
commitf4068918579fae0efc48c47bb38eee7b25ed12f9 (patch)
treef20626658ee3aae77baa1f98fe72b7cdf313180f /lldb/test/lang/cpp/stl/TestSTL.py
parent52d0f40ad3d9d391ba72bbb9ceb33abe1987cbf4 (diff)
downloadbcm5719-llvm-f4068918579fae0efc48c47bb38eee7b25ed12f9.tar.gz
bcm5719-llvm-f4068918579fae0efc48c47bb38eee7b25ed12f9.zip
Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset()
- Filed bugzilla PR-15256 llvm-svn: 175065
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