diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-11 23:04:04 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-11 23:04:04 +0000 |
commit | bb78837e4dfb74e5e9abfd778021965126ded60b (patch) | |
tree | b4d99dd2b936f9def9c2c629c27aee20d9e43167 /libcxx/test/std/experimental/utilities | |
parent | d88705587fbd2a207d204e1b5d9d6df183a5ec9d (diff) | |
download | bcm5719-llvm-bb78837e4dfb74e5e9abfd778021965126ded60b.tar.gz bcm5719-llvm-bb78837e4dfb74e5e9abfd778021965126ded60b.zip |
Fix XFAIL to reflect recent fixes in GCC
llvm-svn: 302841
Diffstat (limited to 'libcxx/test/std/experimental/utilities')
-rw-r--r-- | libcxx/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp b/libcxx/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp index 1709fe46173..bfd385a1b8e 100644 --- a/libcxx/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp +++ b/libcxx/test/std/experimental/utilities/meta/meta.type.synop/meta.unary.prop.pass.cpp @@ -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> |