[libcxx-commits] [PATCH] D118235: [libcxx] [test] Clarify a MinGW test failure waiver in rand.dist.uni.int/eval.pass.cpp
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 26 08:20:45 PST 2022
Quuxplusone added a comment.
I think my comment is worth pursuing, but if it doesn't work out, then I think this is a vast improvement anyway. Thanks!
================
Comment at: libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp:135
#ifndef _LIBCPP_HAS_NO_INT128
test_statistics<__int128_t, std::minstd_rand0>();
----------------
Is there an easy way to just change this ifdef, assuming it controls the trouble spot in Clang 13?
`git grep TEST_BUGGY_SIGNALING_NAN libcxx/test/` to see the approach I'm thinking of.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118235/new/
https://reviews.llvm.org/D118235
More information about the libcxx-commits
mailing list