diff options
author | Ed Maste <emaste@freebsd.org> | 2013-08-30 14:05:22 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-08-30 14:05:22 +0000 |
commit | fcdab16d244324482d8cd52fd047a7de1c51d486 (patch) | |
tree | a9c6717ab891f781d8237176035be123a11118a8 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 119ce5320228a89bd2f73935837ee49136a3c617 (diff) | |
download | bcm5719-llvm-fcdab16d244324482d8cd52fd047a7de1c51d486.tar.gz bcm5719-llvm-fcdab16d244324482d8cd52fd047a7de1c51d486.zip |
Expression evaluation works on FreeBSD after switch to MCJIT
http://www.llvm.org/pr16697
llvm-svn: 189668
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, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index a8b968b39ef..0bbf78c679e 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -26,7 +26,6 @@ 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 @expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1 def test_with_dwarf(self): |