Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 73 | -4694/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Mark a bunch of long running tests as 'REQUIRES: long_tests' | Jonathan Roelofs | 2014-12-11 | 6 | -0/+12 |
| | | | | | | This lets us skip them as UNSUPPORTED on slow systems like QEMU llvm-svn: 224032 | ||||
* | Fix bug in test; found by AddressSanitizer | Marshall Clow | 2013-03-20 | 1 | -1/+1 |
| | | | | llvm-svn: 177464 | ||||
* | Fix bug in test; found by AddressSanitizer | Marshall Clow | 2013-03-18 | 1 | -1/+1 |
| | | | | llvm-svn: 177355 | ||||
* | Fix test for default constructor of discrete_distribution. This partially ↵ | Howard Hinnant | 2012-04-02 | 1 | -6/+3 |
| | | | | | | addresses http://llvm.org/bugs/show_bug.cgi?id=12436. llvm-svn: 153873 | ||||
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 10 | -15/+24 |
| | | | | llvm-svn: 137522 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 73 | -146/+146 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 6 | -12/+12 |
| | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 9 | -9/+9 |
| | | | | llvm-svn: 111762 | ||||
* | [rand.dist.samp.plinear]. This means we've got a fully tested and ↵ | Howard Hinnant | 2010-05-25 | 24 | -0/+1505 |
| | | | | | | functional <random>! 489 tests over 48 sections are passing. :-) The only thing still on my plate in this area is to back-port some of this technology to random_shuffle/shuffle in <algorithm>. That will involve shuffling header bits around (<random> depepends on <algorithm>), but it won't entail that much development (compared to what has been required for <random>). llvm-svn: 104575 | ||||
* | [rand.dist.samp.pconst] plus some bug fixes in the tests of the other ↵ | Howard Hinnant | 2010-05-20 | 24 | -0/+1833 |
| | | | | | | distributions llvm-svn: 104224 | ||||
* | [rand.dist.samp.discrete] | Howard Hinnant | 2010-05-19 | 24 | -0/+1326 |
| | | | | llvm-svn: 104103 | ||||
* | [rand.dist.norm.chisq] | Howard Hinnant | 2010-05-15 | 1 | -0/+12 |
llvm-svn: 103888 |