summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-072-1/+74
* [libc++] Fix broken <random> testLouis Dionne2019-08-221-16/+23
* [libc++] Avoid implicit conversion warning in a <random> testLouis Dionne2019-08-201-23/+16
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31463-0/+925
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-284-8/+0
* Support tests in freestandingJF Bastien2019-02-04495-495/+1485
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19495-1980/+1485
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-171-13/+15
* [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallbackHubert Tong2018-08-161-0/+81
* [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...Billy Robert O'Neal III2018-05-171-1/+0
* Add void casts to suppress nodiscard on linear_congruential_engine.Billy Robert O'Neal III2018-05-172-3/+3
* [libcxx] [test] Use TEST_COMPILER_C1XX.Stephan T. Lavavej2018-04-121-4/+4
* Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch.Marshall Clow2018-03-071-0/+1
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-1519-54/+58
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-115-10/+10
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-195-21/+0
* Document XFAIL's with the relevent bug numberEric Fiselier2017-05-052-0/+4
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-042-0/+12
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier2017-04-1916-20/+32
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-056-16/+0
* Fix unused parameters and variablesEric Fiselier2016-12-233-7/+9
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1120-131/+135
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* [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-2315-46/+61
* [libcxx] [test] D26812: In random tests, use real static_asserts and silence ...Stephan T. Lavavej2016-11-186-20/+84
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-142-0/+2
* 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
* Fix portability issues in <random> tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+3
* 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-221-20/+0
* Avoid huge main() functions and huge arrays. Patch from STL@microsoft.comEric Fiselier2016-06-229-2455/+2686
* Improve portability of random_device tests. Patch from STL@microsoft.comEric Fiselier2016-06-152-2/+6
* Rename variables to prevent shadowing. Patch from STL@microsoft.comEric Fiselier2016-06-1432-372/+372
* 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-021-1/+1
* 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
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-102-0/+2
* Add support for arc4random() to random_device.Ed Schouten2015-03-101-6/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-20495-0/+25941
OpenPOWER on IntegriCloud