[Lldb-commits] [lldb] r325856 - remove FreeBSD xfail from lit TestCallStdStringFunction

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 22 18:50:07 PST 2018


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




More information about the lldb-commits mailing list