[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
Tue Nov 1 16:26:43 PDT 2022
rprichard updated this revision to Diff 472442.
rprichard added a comment.
Add a comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137135/new/
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,8 @@
// 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-{{.+}}
+// Android's 32-bit x86 target has long double equal to regular double.
+// UNSUPPORTED: target=i686-{{.+}}-android{{.*}}
// <compare>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137135.472442.patch
Type: text/x-patch
Size: 704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221101/cae065fa/attachment.bin>
More information about the libcxx-commits
mailing list