diff options
author | Ed Maste <emaste@freebsd.org> | 2013-07-24 20:30:34 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-07-24 20:30:34 +0000 |
commit | 1b2ed703fe06dc4203e0de0fc6545a5c26205fd3 (patch) | |
tree | 8f90c56b061f765ea1afccb108bd589b800e7c18 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | bdab227e53dbcf8a55db85c2641c6eaae680bdde (diff) | |
download | bcm5719-llvm-1b2ed703fe06dc4203e0de0fc6545a5c26205fd3.tar.gz bcm5719-llvm-1b2ed703fe06dc4203e0de0fc6545a5c26205fd3.zip |
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
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 1 |
1 files changed, 1 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.""" |