llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint
Michal Gorny 87ae6bf80b [libc++] [test] Use std::nextafter() instead of std::nexttoward()
Use std::nextafter() instead of std::nexttoward() in midpoint tests.
In the context of this test, this should not cause any difference.
Since nexttowardl() is not implemented on NetBSD 8, the latter function
combined with 'long double' type caused test failure.  nextafterl() does
not have this problem.

Differential Revision: https://reviews.llvm.org/D61748

llvm-svn: 360673
2019-05-14 13:56:20 +00:00
..
midpoint.fail.cpp
midpoint.float.pass.cpp [libc++] [test] Use std::nextafter() instead of std::nexttoward() 2019-05-14 13:56:20 +00:00
midpoint.integer.pass.cpp [libc++] [test] Add missing required headers to midpoint.integer.pass.cpp 2019-04-18 18:02:14 +00:00
midpoint.pointer.pass.cpp Reorg the midpoint pointer test into runtime and constexpr tests; comment out the volatile constexpr tests for GCC because our experimental gcc bot barfs on them. 2019-03-14 17:43:41 +00:00