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/radar_9673664/TestExprHelpExamples.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 c3e93efaf7b..7faa540452f 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -26,6 +26,7 @@ class ExprCommandCallFunctionTestCase(TestBase): self.call_function() @dwarf_test + @expectedFailureFreeBSD # llvm.org/pr16697 @expectedFailureGcc # llvm.org/pr14437, fails with GCC 4.6.3 and 4.7.2 def test_with_dwarf(self): """Test calling std::String member function.""" diff --git a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py index ed8501b334b..2165b3eeb93 100644 --- a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py +++ b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py @@ -20,6 +20,7 @@ class Radar9673644TestCase(TestBase): self.line = line_number(self.main_source, '// Set breakpoint here.') # rdar://problem/9673664 + @expectedFailureFreeBSD # llvm.org/pr16697 @skipIfLinux # llvm.org/pr14805: expressions that require memory allocation evaluate incorrectly on Linux def test_expr_commands(self): """The following expression commands should just work.""" |