[libcxx-commits] [libcxx] [libcxx][tests] Continue marking tests XFAIL in clang-22 (PR #149124)

Paul Kirth via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 16 13:15:18 PDT 2025


================
@@ -8,7 +8,7 @@
 
 // This test fails because Clang no longer enables -fdelayed-template-parsing
 // by default on Windows with C++20 (#69431).
-// XFAIL: msvc && (clang-18 || clang-19 || clang-20 || clang-21)
+// XFAIL: msvc && (clang-18 || clang-19 || clang-20 || clang-21 || clang-22)
----------------
ilovepi wrote:

Actually done this time :)

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


More information about the libcxx-commits mailing list