Skip to content

Commit 09bd375

Browse files
author
git apple-llvm automerger
committed
Merge commit '59f05239dbbc' from llvm.org/main into next
2 parents ac8fb86 + 59f0523 commit 09bd375

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libcxx/test/libcxx/fuzzing/random.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// This test fails because Clang no longer enables -fdelayed-template-parsing
1010
// by default on Windows with C++20 (#69431).
11-
// XFAIL: msvc && clang-18
11+
// XFAIL: msvc && (clang-18 || clang-19)
1212

1313
// UNSUPPORTED: c++03, c++11
1414

libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// This test fails because Clang no longer enables -fdelayed-template-parsing
1010
// by default on Windows with C++20 (#69431).
11-
// XFAIL: msvc && clang-18
11+
// XFAIL: msvc && (clang-18 || clang-19)
1212

1313
// <math.h>
1414

libcxx/test/std/numerics/c.math/cmath.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// This test fails because Clang no longer enables -fdelayed-template-parsing
1010
// by default on Windows with C++20 (#69431).
11-
// XFAIL: msvc && clang-18
11+
// XFAIL: msvc && (clang-18 || clang-19)
1212

1313
// <cmath>
1414

0 commit comments

Comments
 (0)