summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics
Commit message (Expand)AuthorAgeFilesLines
* Fix unused parameters and variablesEric Fiselier2016-12-2318-28/+11
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1132-147/+151
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-083-3/+3
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+4
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-2314-25/+25
* [libcxx] [test] D27020: Fix MSVC warning C4245 "conversion from 'X' to 'Y', s...Stephan T. Lavavej2016-11-234-4/+4
* [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-232-2/+2
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-23123-193/+316
* [libcxx] [test] D26812: In random tests, use real static_asserts and silence ...Stephan T. Lavavej2016-11-186-20/+84
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-1412-4/+208
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-143-0/+3
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-049-11/+27
* Protect tests that expect an exception for an unknown std::random_deviceRoger Ferrer Ibanez2016-11-012-2/+4
* Remove usages of _LIBCPP_CONSTEXPR under test/stdEric Fiselier2016-10-124-12/+20
* Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier2016-10-084-32/+0
* Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....Marshall Clow2016-08-111-1/+0
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-266-0/+359
* Fix portability issues in <random> tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+3
* 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