File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
// 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
12
15
13
16
// UNSUPPORTED: c++03, c++11
14
17
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
// 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
12
15
13
16
// <math.h>
14
17
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
// 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
12
15
13
16
// <cmath>
14
17
You can’t perform that action at this time.
0 commit comments