summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3172-0/+144
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-284-8/+0
* Support tests in freestandingJF Bastien2019-02-0473-73/+219
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1973-292/+219
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-191-6/+0
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier2017-04-199-18/+18
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-114-62/+62
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-231-1/+2
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-261-0/+3
* Avoid huge main() functions and huge arrays. Patch from STL@microsoft.comEric Fiselier2016-06-222-872/+940
* Rename variables to prevent shadowing. Patch from STL@microsoft.comEric Fiselier2016-06-142-36/+36
* Initialize local doubles to NaN. Patch from STL@microsoft.comEric Fiselier2016-05-022-28/+30
* 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
* Move test into test/std subdirectory.Eric Fiselier2014-12-2073-0/+4694
OpenPOWER on IntegriCloud