llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint
Marshall Clow 2184374d94 Disable the 'nextafter' portions of these tests on PPC when using 128-bit doubles because the 'nextafter' call doesn't work right. Reviewed as https://reviews.llvm.org/D62384. Thanks to Xing Xue for the patch, and Hubert for the explanation.
llvm-svn: 363740
2019-06-18 21:20:02 +00:00
..
midpoint.fail.cpp Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037. 2019-05-29 15:17:55 +00:00
midpoint.float.pass.cpp Disable the 'nextafter' portions of these tests on PPC when using 128-bit doubles because the 'nextafter' call doesn't work right. Reviewed as https://reviews.llvm.org/D62384. Thanks to Xing Xue for the patch, and Hubert for the explanation. 2019-06-18 21:20:02 +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