[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
Wed Nov 2 14:56:25 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9e6049527f9b: [libc++][Android] strong_order_long_double.verify.cpp: disable on i686 (authored by rprichard).
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.472780.patch
Type: text/x-patch
Size: 704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221102/69643548/attachment.bin>
More information about the libcxx-commits
mailing list