summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
AgeCommit message (Expand)Author
2024-08-30[libcxx][test] Add macro for when long double is just double (#106708)David Spickett
2024-02-23[libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree
2023-04-17[libc++] Add annotation for arm64e in the strong_order test for long doubleLouis Dionne
2022-11-02[libc++][Android] strong_order_long_double.verify.cpp: disable on i686Ryan Prichard
2022-05-05[libcxx] [test] Extend the UNSUPPORTED lines in strong_order_long_double.veri...Martin Storsjö
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-22[libcxx][CI] Set Arm triples to match native clang build's defaultDavid Spickett
2021-11-24[libc++] Handle armv7m in two architecture dependent testsLouis Dionne
2021-11-22[libc++] [P1614] Implement [cmp.alg]'s std::{strong,weak,partial}_order.Arthur O'Dwyer