Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@258287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-01-20 04:59:57 +00:00
parent b8f31a1c14
commit c8b24c6d54
12 changed files with 39 additions and 3 deletions

View File

@@ -14,6 +14,9 @@
// Test that reference wrapper meets the requirements of TriviallyCopyable,
// CopyConstructible and CopyAssignable.
// Test fails due to use of is_trivially_* trait.
// XFAIL: gcc-4.9
#include <functional>
#include <type_traits>
#include <string>