Skip to content

Commit bd6dd16

Browse files
committed
1 parent 9f20397 commit bd6dd16

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

libcxx/test/libcxx/fuzzing/random.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
// UNSUPPORTED: c++03, c++11
1417

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: 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
// <cmath>
1417

0 commit comments

Comments
 (0)