From 1b2ed703fe06dc4203e0de0fc6545a5c26205fd3 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 24 Jul 2013 20:30:34 +0000 Subject: tests: Mark expected FreeBSD failures due to pr16697 These fail due to: error: Expression can't be run, because there is no JIT compiled function llvm-svn: 187072 --- lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py') 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.""" -- cgit v1.2.3