Author: emaste
Date: Thu Feb 22 18:50:07 2018
New Revision: 325856

URL: http://llvm.org/viewvc/llvm-project?rev=325856&view=rev
Log:
remove FreeBSD xfail from lit TestCallStdStringFunction

This test is consistently reporting unexpected pass for me, and the
expectedFailure decorator was removed from the legacy test in r310626.
Apply the same change to the lit version of this test.

Will investigate further if this fails once the new buildbot is running
tests.

llvm.org/pr17807

Modified:
    lldb/trunk/lit/Expr/TestCallStdStringFunction.test

Modified: lldb/trunk/lit/Expr/TestCallStdStringFunction.test
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Expr/TestCallStdStringFunction.test?rev=325856&r1=325855&r2=325856&view=diff
==============================================================================
--- lldb/trunk/lit/Expr/TestCallStdStringFunction.test (original)
+++ lldb/trunk/lit/Expr/TestCallStdStringFunction.test Thu Feb 22 18:50:07 2018
@@ -1,9 +1,6 @@
 # XFAIL: windows
 # -> llvm.org/pr21765
 
-# XFAIL: freebsd
-# -> llvm.org/pr17807
-
 # RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -- %t | 
FileCheck %s
 
 breakpoint set --file call-function.cpp --line 52


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to