summaryrefslogtreecommitdiff
path: root/libcxx/test/numerics
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-12-11Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs
2014-12-11Mark some more fenv tests as UNSUPPORTED by newlibJonathan Roelofs
2014-12-01libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien
2014-10-17[libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo.Eric Fiselier
2014-09-17Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure t...Marshall Clow
2014-09-03Fix buffer overflow issue in valarray testEric Fiselier
2014-08-12Add return statement to slice_array and mask_array assignment. Closes PR20614.Eric Fiselier
2014-08-09fix copy and pasted comment in testEric Fiselier
2014-08-09Mark math.h and cmath tests as xfail on linux.Eric Fiselier
2014-06-03[libc++] Don't return uninitialized data from random_device::operator()David Majnemer
2014-06-03[libc++] random_device fails if open returns zeroDavid Majnemer
2014-05-15Remove XFAIL from a number of tests that aren't expected to failJustin Bogner
2014-03-06Fix a couple of -Wabsolute-value warnings in the libc++ testsMarshall Clow
2014-03-05Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...Marshall Clow
2014-01-06Back out the <type_traits> changes from r198431; they were breaking when buil...Marshall Clow
2014-01-03Patch by Howard. First part of fix for PR18218; add type traits needed to do ...Marshall Clow
2013-10-05Implement literal suffixes for compledMarshall Clow
2013-08-22XFAIL a few tests on darwin12Howard Hinnant
2013-08-22Zhihao Yuan noted that a move assignment operation was missing from std::adja...Howard Hinnant
2013-08-07War on tabsHoward Hinnant
2013-07-31Implement constexpr (n3302) and fix operator *= and /=Marshall Clow
2013-05-21Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...Howard Hinnant
2013-03-23Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...Howard Hinnant
2013-03-20Fix bug in test; found by AddressSanitizerMarshall Clow
2013-03-18Fix bug in test; found by AddressSanitizerMarshall Clow
2013-02-05[tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar
2013-01-14Make <cmath> classification macros work with integral types.Howard Hinnant
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow
2013-01-04...and then there was one. Only one copy of 'iterators.h' in the test tree fo...Marshall Clow
2012-12-12Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant
2012-09-19Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant
2012-07-20constexpr applied to <complex>.Howard Hinnant
2012-04-02Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant
2012-04-02Fix test for default constructor of discrete_distribution. This partially ad...Howard Hinnant
2011-09-01Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-05-14Warning suppression in test.Howard Hinnant
2011-05-14Warning suppression in test.Howard Hinnant
2011-05-13http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant
2011-04-11Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant
2010-11-18LWG 1522Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-28Implemented some adaptor constructors which I had missed.Howard Hinnant
2010-05-26[numeric.iota]Howard Hinnant
2010-05-25[rand.dist.samp.plinear]. This means we've got a fully tested and functional...Howard Hinnant
2010-05-20[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...Howard Hinnant
2010-05-19[rand.dist.samp.discrete]Howard Hinnant