From ff158254018e70f7440e5fb177cbd3257ca8ae1a Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 10 May 2017 20:19:35 +0000 Subject: [PATCH] XFAIL is_trivially_copyable test for compilers that don't implement Core 2094 llvm-svn: 302723 --- .../meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp index f67d575..0bb373c 100644 --- a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp @@ -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 #include -- 2.7.4