XFAIL is_trivially_copyable test for compilers that don't implement Core 2094
authorEric Fiselier <eric@efcs.ca>
Wed, 10 May 2017 20:19:35 +0000 (20:19 +0000)
committerEric Fiselier <eric@efcs.ca>
Wed, 10 May 2017 20:19:35 +0000 (20:19 +0000)
llvm-svn: 302723

libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp

index f67d575..0bb373c 100644 (file)
@@ -11,7 +11,9 @@
 
 // is_trivially_copyable
 
-// XFAIL: gcc-4.9
+// These compilers have not implemented Core 2094 which makes volatile
+// qualified types trivially copyable.
+// XFAIL: clang-3, clang-4, apple-clang, gcc
 
 #include <type_traits>
 #include <cassert>