[libcxx-commits] [libcxx] [libcxx] Mark test unsupported in clang-24 (PR #209794)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 15 10:00:57 PDT 2026


================
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++03
 // UNSUPPORTED: gcc
-// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22, clang-23, apple-clang-17, apple-clang-21
+// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22, clang-23, clang-24, apple-clang-17, apple-clang-21
----------------
ldionne wrote:

This should be supported in clang 24 since #75371 was merged though, so I don't really understand. Removing the `UNSUPPORTED` seems wrong.

https://github.com/llvm/llvm-project/pull/209794


More information about the libcxx-commits mailing list