From f9c2c989de9aa5fc8480a789185d7bd2ea1980cf Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 21 Nov 2013 14:23:15 +0000 Subject: Annotate test that fails on the FreeBSD buildbot llvm.org/pr17807 llvm-svn: 195361 --- 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 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): -- cgit v1.2.3