[all-commits] [llvm/llvm-project] a5403a: [libcxx] Amend XFAIL for failing tests on Windows ...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Oct 30 20:45:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5403a3a69d10d79c1abd361f02460380e08b2c0
https://github.com/llvm/llvm-project/commit/a5403a3a69d10d79c1abd361f02460380e08b2c0
Author: Petr Hosek <phosek at google.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
M libcxx/test/libcxx/fuzzing/random.pass.cpp
M libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
M libcxx/test/std/numerics/c.math/cmath.pass.cpp
Log Message:
-----------
[libcxx] Amend XFAIL for failing tests on Windows (#70422)
Some tests starting passing/failing after #69431 because Clang no longer
enables -fdelayed-template-parsing by default on Windows with C++20.
More information about the All-commits
mailing list