Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.
authorVolodymyr Sapsai <vsapsai@apple.com>
Mon, 14 May 2018 19:45:24 +0000 (19:45 +0000)
committerVolodymyr Sapsai <vsapsai@apple.com>
Mon, 14 May 2018 19:45:24 +0000 (19:45 +0000)
The test is passing with apple-clang-9.1. rdar://problem/40222003

llvm-svn: 332282

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

index 0bb373c..ac46643 100644 (file)
@@ -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 <type_traits>
 #include <cassert>