Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove another Alpha remnant. | das | 2007-12-16 | 1 | -1/+0 | |
| | ||||||
* | Regression tests for nan{,f,l}(). | das | 2007-12-16 | 3 | -1/+133 | |
| | ||||||
* | Regression tests for csqrt(3). | das | 2007-12-15 | 3 | -1/+306 | |
| | ||||||
* | Fixes to avoid overzealous constant folding. | das | 2007-12-09 | 1 | -13/+15 | |
| | ||||||
* | gcc 4 does some overzealous constant folding, and since it doesn't | das | 2007-12-09 | 1 | -1/+6 | |
| | | | | | support FENV_ACCESS, that was causing this test to fail. Use a volatile to avoid the constant folding. | |||||
* | Fix a few of the tests so that correct implementations actually pass them. | das | 2007-01-07 | 1 | -6/+14 | |
| | ||||||
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -3/+0 | |
| | ||||||
* | Add missing test-rem.t. | das | 2005-04-02 | 1 | -0/+10 | |
| | ||||||
* | A few simple regression tests for remainder(), remainderf(), | das | 2005-03-25 | 2 | -1/+144 | |
| | | | | remquo(), and remquof(). | |||||
* | - Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), and | das | 2005-03-16 | 1 | -12/+31 | |
| | | | | | | | fegetexcept(). - Add additional tests for the above. - Output a separate success message for each of the 8 components of this set of tests. | |||||
* | Test cases for nextafter{,f,l} and nexttoward{,f,l}. | das | 2005-03-07 | 3 | -1/+272 | |
| | ||||||
* | Regression tests for [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 5 | -1/+258 | |
| | ||||||
* | Switch over to a different, more flexible test output protocol that's | nik | 2004-11-11 | 4 | -4/+26 | |
| | | | | | | | | | | | | | | | | | | | | understood by Perl's Test::Harness module and prove(1) commands. Update README to describe the new protocol. The work's broken down into two main sets of changes. First, update the existing test programs (shell scripts and C programs) to produce output in the ok/not ok format, and to, where possible, also produce a header describing the number of tests that are expected to be run. Second, provide the .t files that actually run the tests. In some cases these are copies of, or very similar too, scripts that already existed. I've kept the old scripts around so that it's possible to verify that behaviour under this new system (in terms of whether or not a test fails) is identical to the behaviour under the old system. Add a TODO file. | |||||
* | Add regression tests for ilogb{,f,l}(). | stefanf | 2004-10-11 | 2 | -1/+83 | |
| | ||||||
* | While testing fe[gs]etround(), make sure FLT_ROUNDS reflects the | das | 2004-07-19 | 1 | -0/+10 | |
| | | | | proper rounding mode as well. | |||||
* | Add some fenv.h regression tests. | das | 2004-06-11 | 2 | -0/+535 | |