[libcxx-commits] [PATCH] D118235: [libcxx] [test] Clarify a MinGW test failure waiver in rand.dist.uni.int/eval.pass.cpp
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 26 04:12:56 PST 2022
mstorsjo created this revision.
mstorsjo added reviewers: Quuxplusone, ldionne.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118235
Files:
libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
Index: libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
===================================================================
--- libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
+++ libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
@@ -8,8 +8,10 @@
//
// REQUIRES: long_tests
//
-// This fails on MinGW for some unknown reason.
-// UNSUPPORTED: target={{.+}}-windows-gnu
+// This fails on MinGW due to crashes in calling helper functions for
+// conversion between __int128 and floating point. This is fixed in LLVM 14
+// by https://reviews.llvm.org/D110413.
+// XFAIL: target={{.+}}-windows-gnu && clang-13
// <random>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118235.403207.patch
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220126/4caf0119/attachment.bin>
More information about the libcxx-commits
mailing list