[libcxx-commits] [PATCH] D137135: [libc++][Android] strong_order_long_double.verify.cpp: disable on i686
Ryan Prichard via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 31 16:12:08 PDT 2022
rprichard created this revision.
rprichard added reviewers: ldionne, danalbert.
Herald added subscribers: danielkiss, kristof.beyls.
Herald added a project: All.
rprichard requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This target (as well as 32-bit ARM Android) have sizeof(long double)
equal to sizeof(double).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137135
Files:
libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
Index: libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
===================================================================
--- libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
+++ libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
@@ -17,6 +17,7 @@
// ARM/AArch64 MinGW also has got long double equal to regular double, just
// like MSVC (thus match both MinGW and MSVC here, for those architectures).
// UNSUPPORTED: target={{aarch64|armv7}}-{{.*}}-windows-{{.+}}
+// UNSUPPORTED: target=i686-{{.+}}-android{{.*}}
// <compare>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137135.472177.patch
Type: text/x-patch
Size: 631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221031/98f20a58/attachment.bin>
More information about the libcxx-commits
mailing list