diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-01-20 04:59:57 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-01-20 04:59:57 +0000 |
| commit | 6469c3ec172db5e4da6e7ea64feab76e3c1a7f87 (patch) | |
| tree | 7285831fa980740fac254f12c89e070afbe780f8 /libcxx/test/std/utilities/function.objects/refwrap | |
| parent | 5959df89e935380d53f8530a94474ce41639e4b5 (diff) | |
| download | bcm5719-llvm-6469c3ec172db5e4da6e7ea64feab76e3c1a7f87.tar.gz bcm5719-llvm-6469c3ec172db5e4da6e7ea64feab76e3c1a7f87.zip | |
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
llvm-svn: 258287
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/refwrap')
| -rw-r--r-- | libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp index 61e0bfa162d..5a6a6fb7df9 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp @@ -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> |

