[libcxx] r302841 - Fix XFAIL to reflect recent fixes in GCC
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu May 11 16:04:04 PDT 2017
Author: ericwf
Date: Thu May 11 18:04:04 2017
New Revision: 302841
URL: http://llvm.org/viewvc/llvm-project?rev=302841&view=rev
Log:
Fix XFAIL to reflect recent fixes in GCC
Modified:
libcxx/trunk/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp
Modified: libcxx/trunk/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp?rev=302841&r1=302840&r2=302841&view=diff
==============================================================================
--- libcxx/trunk/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp (original)
+++ libcxx/trunk/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp Thu May 11 18:04:04 2017
@@ -11,7 +11,8 @@
// GCC returns true for __is_trivially_constructible(void, int)
// See gcc.gnu.org/PR80682
-// XFAIL: gcc
+// NOTE: This has been fixed in trunk and will be backported soon.
+// XFAIL: gcc-7, gcc-6, gcc-5, gcc-4
// <experimental/type_traits>
More information about the cfe-commits
mailing list