Fix XFAIL to reflect recent fixes in GCC
authorEric Fiselier <eric@efcs.ca>
Thu, 11 May 2017 23:04:04 +0000 (23:04 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 11 May 2017 23:04:04 +0000 (23:04 +0000)
llvm-svn: 302841

libcxx/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp

index 1709fe4..bfd385a 100644 (file)
@@ -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>