summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-04 19:13:28 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-04 19:13:28 +0000
commit5be171f0bd795e74dc5396d1573153fadd0eddcc (patch)
treebef3a2daaff19d6a112fa86b154b515d088f242b
parent8f6c6b95502de0fc4838bcb8b8044bf509e8f157 (diff)
downloadbcm5719-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.cpp4
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>
OpenPOWER on IntegriCloud