diff options
Diffstat (limited to 'lldb/test/expression_command')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 1 | ||||
-rw-r--r-- | lldb/test/expression_command/formatters/TestFormatters.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index 3582ced90f4..9d4131493b7 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -25,6 +25,7 @@ class ExprCommandCallFunctionTestCase(TestBase): self.buildDsym() self.call_function() + @expectedFailureLinux # bugzilla 14437 @dwarf_test def test_with_dwarf(self): """Test calling std::String member function.""" diff --git a/lldb/test/expression_command/formatters/TestFormatters.py b/lldb/test/expression_command/formatters/TestFormatters.py index 6b0adfda97d..8d13981b240 100644 --- a/lldb/test/expression_command/formatters/TestFormatters.py +++ b/lldb/test/expression_command/formatters/TestFormatters.py @@ -25,6 +25,7 @@ class ExprFormattersTestCase(TestBase): self.buildDsym() self.do_my_test() + @expectedFailureLinux # bugzilla 14437 @dwarf_test def test_with_dwarf(self): """Test expr + formatters for good interoperability.""" |