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 66//
77// ===----------------------------------------------------------------------===//
88
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
1213
1314// UNSUPPORTED: c++03, c++11
1415
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
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
1213
1314// <math.h>
1415
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
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
1213
1314// <cmath>
1415
You can’t perform that action at this time.
0 commit comments