diff options
author | Eric Fiselier <eric@efcs.ca> | 2019-09-13 18:40:46 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2019-09-13 18:40:46 +0000 |
commit | ffe8916cf2f6125caa866e636126c81cddf277eb (patch) | |
tree | 46ca59f93095a8589710b913224dab219b4ba321 /libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp | |
parent | 4ba6717c7e566f3d99122e6b98ae69d560fbb105 (diff) | |
download | bcm5719-llvm-ffe8916cf2f6125caa866e636126c81cddf277eb.tar.gz bcm5719-llvm-ffe8916cf2f6125caa866e636126c81cddf277eb.zip |
Fix various test failures with GCC
llvm-svn: 371880
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp index 4944f64ddf0..b14447a63f9 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp @@ -13,7 +13,7 @@ // GCC's implementation of class template deduction is still immature and runs // into issues with libc++. However GCC accepts this code when compiling // against libstdc++. -// XFAIL: gcc +// XFAIL: gcc-5, gcc-6, gcc-7 // <tuple> |