Skip to content

Commit 41caae6

Browse files
committed
1 parent 9f20397 commit 41caae6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

libcxx/test/libcxx/fuzzing/random.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// This test fails because Clang no longer enables -fdelayed-template-parsing
1010
// by default on Windows with C++20 (#69431).
11-
// XFAIL: msvc && (clang-18 || clang-19 || clang-20 || clang-21)
11+
// XFAIL: msvc && (clang-18 || clang-19 || clang-20 || clang-21 || clang-22)
1212

1313
// UNSUPPORTED: c++03, c++11
1414

libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
//===----------------------------------------------------------------------===//
88

99
// This test fails because Clang no longer enables -fdelayed-template-parsing
10-
// by default on Windows with C++20 (#69431).
11-
// XFAIL: msvc && (clang-18 || clang-19 || clang-20 || clang-21)
10+
// by default on Windows with C++20 (#69431). Additionally, the MSVC UCRT
11+
// headers, their math.h is actually intended to implement the full C++ spec
12+
// requirements for the header. For details see
13+
// https://github.com/llvm/llvm-project/issues/70225#issuecomment-1992528828
14+
// XFAIL: msvc
1215

1316
// <math.h>
1417

libcxx/test/std/numerics/c.math/cmath.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// This test fails because Clang no longer enables -fdelayed-template-parsing
1010
// by default on Windows with C++20 (#69431).
11-
// XFAIL: msvc && (clang-18 || clang-19 || clang-20 || clang-21)
11+
// XFAIL: msvc && (clang-18 || clang-19 || clang-20 || clang-21 || clang-22)
1212

1313
// <cmath>
1414

0 commit comments

Comments
 (0)