summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics
Commit message (Expand)AuthorAgeFilesLines
* Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier2016-07-201-0/+74
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-261-0/+3
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-225-102/+0
* Avoid huge main() functions and huge arrays. Patch from STL@microsoft.comEric Fiselier2016-06-229-2455/+2686
* Fix operator precedence mistake in valarray/not.pass.cpp. Patch from STL@micr...Eric Fiselier2016-06-221-1/+1
* Improve portability of random_device tests. Patch from STL@microsoft.comEric Fiselier2016-06-152-2/+6
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-0/+1
* Rename variables to prevent shadowing. Patch from STL@microsoft.comEric Fiselier2016-06-1432-372/+372
* Rename some test data (and make it const) to rid us of some shadowing warning...Marshall Clow2016-06-0627-315/+315
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-019-14/+14
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-284-13/+5
* 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
* Guard use of <unistd.h> in test.Eric Fiselier2016-05-031-17/+22
* Initialize local doubles to NaN. Patch from STL@microsoft.comEric Fiselier2016-05-022-28/+30
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-022-1/+3
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-222-0/+2
* Add missing include of <algorithm>Marshall Clow2016-04-222-0/+2
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-121-1/+0
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-103-0/+3
* Remove unneeded initialisation of fenv_t and fexcept_t.Ed Schouten2015-03-151-2/+2
* Add support for arc4random() to random_device.Ed Schouten2015-03-101-6/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-20820-0/+43889
OpenPOWER on IntegriCloud