diff options
author | Ed Maste <emaste@freebsd.org> | 2013-11-21 14:23:15 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-11-21 14:23:15 +0000 |
commit | f9c2c989de9aa5fc8480a789185d7bd2ea1980cf (patch) | |
tree | ee6f2691e8e334f14eb35f05702f07d6b961430d /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 53b000a86ccb612f94c6156fd8b08d6646fc59b2 (diff) | |
download | bcm5719-llvm-f9c2c989de9aa5fc8480a789185d7bd2ea1980cf.tar.gz bcm5719-llvm-f9c2c989de9aa5fc8480a789185d7bd2ea1980cf.zip |
Annotate test that fails on the FreeBSD buildbot
llvm.org/pr17807
llvm-svn: 195361
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 0bbf78c679e..96ad361ea69 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/pr17807') # Fails on FreeBSD buildbot @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): |