summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3124-0/+48
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-283-6/+0
* Support tests in freestandingJF Bastien2019-02-0424-24/+72
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1924-96/+72
* [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-193-6/+6
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-112-39/+39
* 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-221-277/+301
* 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-221-0/+1
* Add missing include of <algorithm>Marshall Clow2016-04-221-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2024-0/+1511
OpenPOWER on IntegriCloud