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

Yanzuo Liu via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 15 08:46:21 PDT 2026


================
@@ -1,906 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-// UNSUPPORTED: c++03
-// UNSUPPORTED: gcc
-// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22, clang-23, apple-clang-17, apple-clang-21
----------------
zwuis wrote:

How about

```diff
-// 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
```

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


More information about the libcxx-commits mailing list