[Lldb-commits] [lldb] r195361 - Annotate test that fails on the FreeBSD buildbot
Ed Maste
emaste at freebsd.org
Thu Nov 21 06:23:15 PST 2013
Author: emaste
Date: Thu Nov 21 08:23:15 2013
New Revision: 195361
URL: http://llvm.org/viewvc/llvm-project?rev=195361&view=rev
Log:
Annotate test that fails on the FreeBSD buildbot
llvm.org/pr17807
Modified:
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
Modified: lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py?rev=195361&r1=195360&r2=195361&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py Thu Nov 21 08:23:15 2013
@@ -26,6 +26,7 @@ class ExprCommandCallFunctionTestCase(Te
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):
More information about the lldb-commits
mailing list