From: Volodymyr Sapsai Date: Mon, 14 May 2018 19:45:24 +0000 (+0000) Subject: Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57e7470ab6c0743c8a5b6fb34799748a011e53c2;p=platform%2Fupstream%2Fllvm.git Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094. The test is passing with apple-clang-9.1. rdar://problem/40222003 llvm-svn: 332282 --- 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 0bb373c..ac46643 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 @@ -13,7 +13,7 @@ // These compilers have not implemented Core 2094 which makes volatile // qualified types trivially copyable. -// XFAIL: clang-3, clang-4, apple-clang, gcc +// XFAIL: clang-3, clang-4, apple-clang-6, apple-clang-7, apple-clang-8, apple-clang-9.0, gcc #include #include