summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/c.math
Commit message (Expand)AuthorAgeFilesLines
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-6/+8
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+1
* cmath: Skip Libc for integral types in isinf, etc.Duncan P. N. Exon Smith2017-04-211-0/+33
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier2016-10-083-28/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-0/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Tolerate incorrect return type for 'isinf' and 'isnan' in tests.Eric Fiselier2016-05-273-63/+48
* Implement P0030R1: Introduce a 3-Argument Overload to std::hypotMarshall Clow2016-05-171-0/+23
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+1607
OpenPOWER on IntegriCloud