[libcxx-commits] [PATCH] D127588: [libc++][test] Remove support old compiler support.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 12 02:36:26 PDT 2022
Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The compilers clang-11, clang-12, and apple-clang-12 are no longer
supported, so remove their annotations in the tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127588
Files:
libcxx/test/std/ranges/range.adaptors/range.filter/pred.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char_array.pass.cpp
Index: libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char_array.pass.cpp
===================================================================
--- libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char_array.pass.cpp
+++ libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char_array.pass.cpp
@@ -9,7 +9,6 @@
// UNSUPPORTED: libcpp-has-no-incomplete-format
// TODO FMT Evaluate gcc-11 status
// UNSUPPORTED: gcc-11
-// UNSUPPORTED: apple-clang-12
// <format>
Index: libcxx/test/std/ranges/range.adaptors/range.filter/pred.pass.cpp
===================================================================
--- libcxx/test/std/ranges/range.adaptors/range.filter/pred.pass.cpp
+++ libcxx/test/std/ranges/range.adaptors/range.filter/pred.pass.cpp
@@ -10,8 +10,7 @@
// UNSUPPORTED: libcpp-has-no-incomplete-ranges
// Older Clangs don't properly deduce decltype(auto) with a concept constraint
-// XFAIL: clang-11, clang-12
-// XFAIL: apple-clang-12, apple-clang-13.0
+// XFAIL: apple-clang-13.0
// constexpr Pred const& pred() const;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127588.436198.patch
Type: text/x-patch
Size: 1136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220612/962f6564/attachment.bin>
More information about the libcxx-commits
mailing list