diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-05-04 19:13:28 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-05-04 19:13:28 +0000 |
| commit | 5be171f0bd795e74dc5396d1573153fadd0eddcc (patch) | |
| tree | bef3a2daaff19d6a112fa86b154b515d088f242b | |
| parent | 8f6c6b95502de0fc4838bcb8b8044bf509e8f157 (diff) | |
| download | bcm5719-llvm-5be171f0bd795e74dc5396d1573153fadd0eddcc.tar.gz bcm5719-llvm-5be171f0bd795e74dc5396d1573153fadd0eddcc.zip | |
Fix test failure with GCC 4.9
llvm-svn: 302182
| -rw-r--r-- | libcxx/test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp b/libcxx/test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp index 4735417e67a..669f175c453 100644 --- a/libcxx/test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp +++ b/libcxx/test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp @@ -9,6 +9,10 @@ // UNSUPPORTED: c++98, c++03 +// This workaround option is specific to MSVC's C1XX, so we don't care that +// it isn't set for older GCC versions. +// XFAIL: gcc-4.9 + // Verify TEST_WORKAROUND_C1XX_BROKEN_IS_TRIVIALLY_COPYABLE. #include <type_traits> |

