summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-06-16 13:30:36 -0400
committerLouis Dionne <ldionne.2@gmail.com>2021-06-16 13:30:36 -0400
commit82796b3c3dab0a109958f3bfbef7f798c6c8d3e2 (patch)
tree8287a01a2c9a61c6d2236f566ba5c8f1c3e6ae7e
parent6412392511340a7f1793a00b5b501692300089e6 (diff)
[libc++] Adjust XFAIL for std::tuple deduction tests with GCC
GCC has been failing those tests, and we marked them as such in a3ab5120fd572215afeac190757834a041dda73a on 'main'. Cherry-pick only that part of the change into the LLVM 12 release so that we can get the CI green again.
-rw-r--r--libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp2
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 db0958ca6de1..4951ae22d406 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-5, gcc-6, gcc-7
+// XFAIL: gcc-5, gcc-6, gcc-7, gcc-8, gcc-9, gcc-10, gcc-11
// <tuple>