[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
Mon Jun 13 08:54:41 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG883dd770d772: [libc++][test] Remove support old compiler support. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127588/new/

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.436429.patch
Type: text/x-patch
Size: 1136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220613/42b9541c/attachment.bin>


More information about the libcxx-commits mailing list