llvm-project/libcxx/test/std/numerics/c.math
Zoe Carver 80ddfcb5b8 [libc++] Fix std::abs tests
On systems where sizeof(long) == sizeof(int)
the current tests failed. This commit updates
those tests to work on all systems.
std::abs has specific long specializations
which can be used instead.

llvm-svn: 369437
2019-08-20 20:44:59 +00:00
..
c.math.lerp Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete. 2019-04-25 17:44:18 +00:00
abs.fail.cpp [libc++] std::abs should not return double 2019-08-20 15:43:25 +00:00
abs.pass.cpp [libc++] Fix std::abs tests 2019-08-20 20:44:59 +00:00
cmath.pass.cpp Fix implementation of ::abs and std::abs LWG 2192. 2019-04-23 18:01:58 +00:00
ctgmath.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
tgmath_h.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00