summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-281-2/+0
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-191-6/+0
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-33/+33
* 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-021-24/+25
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-221-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+343
OpenPOWER on IntegriCloud