From: Ed Maste Date: Fri, 23 Feb 2018 02:50:07 +0000 (+0000) Subject: remove FreeBSD xfail from lit TestCallStdStringFunction X-Git-Tag: llvmorg-7.0.0-rc1~12200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7129ae39bde613513360d0660c51bbdd4d4b7732;p=platform%2Fupstream%2Fllvm.git 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 llvm-svn: 325856 --- diff --git a/lldb/lit/Expr/TestCallStdStringFunction.test b/lldb/lit/Expr/TestCallStdStringFunction.test index dadb5db..36c06e4 100644 --- a/lldb/lit/Expr/TestCallStdStringFunction.test +++ b/lldb/lit/Expr/TestCallStdStringFunction.test @@ -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