summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand/rand.device
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
* Support tests in freestandingJF Bastien2019-02-043-3/+9
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* 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-151-1/+1
* Document XFAIL's with the relevent bug numberEric Fiselier2017-05-052-0/+4
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-042-0/+12
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+2
* [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
* Improve portability of random_device tests. Patch from STL@microsoft.comEric Fiselier2016-06-152-2/+6
* Guard use of <unistd.h> in test.Eric Fiselier2016-05-031-17/+22
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-1/+1
* 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-203-0/+143
OpenPOWER on IntegriCloud