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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments