File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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)
9
+ // This doesn't work on Windows because in the MSVC UCRT headers the math.h is
10
+ // actually intended to implement the full C++ spec requirements. For details
11
+ // see https://github.com/llvm/llvm-project/issues/70225#issuecomment-1992528828
12
+ // XFAIL: msvc
12
13
13
14
// UNSUPPORTED: c++03, c++11
14
15
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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)
9
+ // This doesn't work on Windows because in the MSVC UCRT headers the math.h is
10
+ // actually intended to implement the full C++ spec requirements. For details
11
+ // see https://github.com/llvm/llvm-project/issues/70225#issuecomment-1992528828
12
+ // XFAIL: msvc
12
13
13
14
// <math.h>
14
15
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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)
9
+ // This doesn't work on Windows because in the MSVC UCRT headers the math.h is
10
+ // actually intended to implement the full C++ spec requirements. For details
11
+ // see https://github.com/llvm/llvm-project/issues/70225#issuecomment-1992528828
12
+ // XFAIL: msvc
12
13
13
14
// <cmath>
14
15
You can’t perform that action at this time.
0 commit comments