diff options
-rw-r--r-- | libcxx/test/libcxx/fuzzing/random.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/numerics/c.math/cmath.pass.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/libcxx/fuzzing/random.pass.cpp b/libcxx/test/libcxx/fuzzing/random.pass.cpp index 69b496fa..6639776 100644 --- a/libcxx/test/libcxx/fuzzing/random.pass.cpp +++ b/libcxx/test/libcxx/fuzzing/random.pass.cpp @@ -8,7 +8,7 @@ // This test fails because Clang no longer enables -fdelayed-template-parsing // by default on Windows with C++20 (#69431). -// XFAIL: msvc && clang-18 +// XFAIL: msvc && (clang-18 || clang-19) // UNSUPPORTED: c++03, c++11 diff --git a/libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp index 7a6c71a..bbfb0c554 100644 --- a/libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp @@ -8,7 +8,7 @@ // This test fails because Clang no longer enables -fdelayed-template-parsing // by default on Windows with C++20 (#69431). -// XFAIL: msvc && clang-18 +// XFAIL: msvc && (clang-18 || clang-19) // <math.h> diff --git a/libcxx/test/std/numerics/c.math/cmath.pass.cpp b/libcxx/test/std/numerics/c.math/cmath.pass.cpp index a6a9dad6..9379084 100644 --- a/libcxx/test/std/numerics/c.math/cmath.pass.cpp +++ b/libcxx/test/std/numerics/c.math/cmath.pass.cpp @@ -8,7 +8,7 @@ // This test fails because Clang no longer enables -fdelayed-template-parsing // by default on Windows with C++20 (#69431). -// XFAIL: msvc && clang-18 +// XFAIL: msvc && (clang-18 || clang-19) // <cmath> |