From: Eric Fiselier Date: Thu, 22 Mar 2018 19:18:08 +0000 (+0000) Subject: Un-XFAIL a test under new GCC version; the GCC bug has been fixed X-Git-Tag: llvmorg-7.0.0-rc1~9918 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f14127eed351889d0dffacc2271556fe02c999e;p=platform%2Fupstream%2Fllvm.git Un-XFAIL a test under new GCC version; the GCC bug has been fixed llvm-svn: 328229 --- diff --git a/libcxx/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp b/libcxx/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp index 6ebca1e3cdad..abb80d06d755 100644 --- a/libcxx/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp @@ -9,7 +9,7 @@ // UNSUPPORTED: c++98, c++03, c++11 -// XFAIL: gcc-7, gcc-8 +// XFAIL: gcc-7 //