Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -475/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Mark a bunch of long running tests as 'REQUIRES: long_tests' | Jonathan Roelofs | 2014-12-11 | 1 | -0/+2 |
| | | | | | | This lets us skip them as UNSUPPORTED on slow systems like QEMU llvm-svn: 224032 | ||||
* | Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure ↵ | Marshall Clow | 2014-09-17 | 1 | -0/+11 |
| | | | | | | that signed and unsigned verstions produce the same sequence. llvm-svn: 217976 | ||||
* | Marshall Clow found some divide-by-zero warnings with UBSan in rand's ↵ | Howard Hinnant | 2013-03-23 | 1 | -25/+65 |
| | | | | | | binomial_distribution test. This eliminates the divide-by-zeros and describes in comments the numerical difficulties the test is having. Each of the problematic tests are exploring edge cases of the distribution. llvm-svn: 177826 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | [rand.dist.samp.pconst] plus some bug fixes in the tests of the other ↵ | Howard Hinnant | 2010-05-20 | 1 | -20/+20 |
| | | | | | | distributions llvm-svn: 104224 | ||||
* | [rand.dist.bern.negbin] | Howard Hinnant | 2010-05-17 | 1 | -2/+0 |
| | | | | llvm-svn: 103916 | ||||
* | Beefed up the tests for all of the distributions to include checks against ↵ | Howard Hinnant | 2010-05-16 | 1 | -29/+221 |
| | | | | | | the expected skewness and kurtosis llvm-svn: 103910 | ||||
* | Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better ↵ | Howard Hinnant | 2010-05-15 | 1 | -33/+198 |
| | | | | | | algorithms llvm-svn: 103886 | ||||
* | tests for [rand.dist.bern.bin] | Howard Hinnant | 2010-05-12 | 1 | -0/+67 |
llvm-svn: 103612 |