Skip to content

Commit 9e60495

Browse files
committed
[libc++][Android] strong_order_long_double.verify.cpp: disable on i686
This target (as well as 32-bit ARM Android) have sizeof(long double) equal to sizeof(double). Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D137135
1 parent cdde270 commit 9e60495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
// ARM/AArch64 MinGW also has got long double equal to regular double, just
1818
// like MSVC (thus match both MinGW and MSVC here, for those architectures).
1919
// UNSUPPORTED: target={{aarch64|armv7}}-{{.*}}-windows-{{.+}}
20+
// Android's 32-bit x86 target has long double equal to regular double.
21+
// UNSUPPORTED: target=i686-{{.+}}-android{{.*}}
2022

2123
// <compare>
2224

0 commit comments

Comments
 (0)