[llvm-branch-commits] [libcxx] 82796b3 - [libc++] Adjust XFAIL for std::tuple deduction tests with GCC
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 17 05:50:02 PDT 2021
Author: Louis Dionne
Date: 2021-06-16T13:30:36-04:00
New Revision: 82796b3c3dab0a109958f3bfbef7f798c6c8d3e2
URL: https://github.com/llvm/llvm-project/commit/82796b3c3dab0a109958f3bfbef7f798c6c8d3e2
DIFF: https://github.com/llvm/llvm-project/commit/82796b3c3dab0a109958f3bfbef7f798c6c8d3e2.diff
LOG: [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.
Added:
Modified:
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp
Removed:
################################################################################
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 db0958ca6de18..4951ae22d4069 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>
More information about the llvm-branch-commits
mailing list