You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/numerics
David Majnemer 4d9f97b40b [libc++] Don't return uninitialized data from random_device::operator()
Make sure we appropriately retry calls to read if the return result is
less than what we asked for.

Additionally, check and handle IO errors: EINTR results in the read
operation getting restarted; other errors turn into exceptions.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210061 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
c.math Remove definition of std::fmaf from libc++. Fixes bug #18910. This function should come from the C standard library. As a drive-by fix, update the tests to remove a warning from -Wabsolute-value 12 years ago
cfenv license change 15 years ago
complex.number Remove XFAIL from a number of tests that aren't expected to fail 12 years ago
numarray Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
numeric.ops Zhihao Yuan noted that a move assignment operation was missing from std::adjacent_difference. Fixed. 12 years ago
numeric.requirements license change 15 years ago
numerics.general license change 15 years ago
rand [libc++] Don't return uninitialized data from random_device::operator() 12 years ago
nothing_to_do.pass.cpp license change 15 years ago