summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallStdStringFunction.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/expression_command/call-function/TestCallStdStringFunction.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/expression_command/call-function/TestCallStdStringFunction.py')
-rw-r--r--lldb/test/expression_command/call-function/TestCallStdStringFunction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
index 9d4131493b7..3c8f66a68fd 100644
--- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
+++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
@@ -25,7 +25,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
self.buildDsym()
self.call_function()
- @expectedFailureLinux # bugzilla 14437
+ @skipOnLinux #PR-15256: assertion failure in RecordLayoutBuilder::updateExternalFieldOffset
@dwarf_test
def test_with_dwarf(self):
"""Test calling std::String member function."""
OpenPOWER on IntegriCloud