llvm-project/libcxx/test/numerics
David Majnemer 2dfdfdf45c [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.

llvm-svn: 210061
2014-06-03 02:40:39 +00:00
..
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 2014-03-05 17:09:51 +00:00
cfenv license change 2010-11-16 22:09:02 +00:00
complex.number Remove XFAIL from a number of tests that aren't expected to fail 2014-05-15 00:55:44 +00:00
numarray Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
numeric.ops Zhihao Yuan noted that a move assignment operation was missing from std::adjacent_difference. Fixed. 2013-08-22 18:02:34 +00:00
numeric.requirements license change 2010-11-16 22:09:02 +00:00
numerics.general license change 2010-11-16 22:09:02 +00:00
rand [libc++] Don't return uninitialized data from random_device::operator() 2014-06-03 02:40:39 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00