summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tsum.c] New tests.vlefevre2015-02-251-0/+76
* [tests/tsum.c] In the generic test, also test with negative numbers.vlefevre2015-02-251-1/+5
* Updated value coverage checking for mpfr_sum.vlefevre2015-02-251-7/+9
* Value coverage checking when MPFR_COV_CHECK is defined, initiallyvlefevre2015-02-251-0/+24
* [tests/tsum.c] Added check of the ternary value.vlefevre2015-02-251-17/+29
* [tests/tsum.c] Re-enabled cancel() test.vlefevre2015-02-251-4/+0
* [tests/tsum.c] Increased the number of tests to get 2 current failuresvlefevre2015-02-201-2/+3
* [tests/tsum.c] Completely rewrote the generic test (now allows one tovlefevre2015-02-201-122/+75
* [tests/tsum.c] Run bug20131027 in each rounding mode.vlefevre2015-02-191-9/+19
* [tests/tsum.c] Removed the obsolete mpfr_sum_sort related testvlefevre2015-02-131-53/+0
* Merged the latest changes from the trunk.vlefevre2015-02-13184-205/+254
|\
| * Copyright notice update: added 2015 withvlefevre2015-02-13184-184/+184
| * [tests/tfpif.c] Updated a mpfr_set_zero line for consistency andvlefevre2015-01-211-1/+1
| * [tests/tset.c] More mpfr_set_inf tests.vlefevre2015-01-211-2/+11
| * [tests/tset.c] More mpfr_set_zero tests.vlefevre2015-01-211-2/+11
| * added check for libquadmath (not used)zimmerma2014-11-091-1/+1
| * [tests/tget_str.c] Code formatting.vlefevre2014-10-301-3/+3
| * [tests/tget_str.c] Fixed a test that made mpfr_get_str crash withvlefevre2014-10-301-1/+2
| * mpfr_get_str now sets the NaN flag on NaN input. See:vlefevre2014-10-291-1/+7
| * [tests/tests.c] Updated the error message last changed.vlefevre2014-10-091-1/+1
| * [tests/tests.c] Updated the error message last changed + comment.vlefevre2014-10-091-1/+10
| * [tests/Makefile.am] Added a reference to the bug I've just reportedvlefevre2014-10-081-0/+1
| * [tests/tests.c] Updated the error message last changed.vlefevre2014-10-081-3/+3
| * [tests/tests.c] Changed an error message.vlefevre2014-10-071-10/+16
| * [tests] Corrections for builds with "config.h".vlefevre2014-09-092-0/+8
* | Merged the latest changes from the trunk (but reverted tests/tsum.c).vlefevre2014-08-0561-340/+667
|\ \ | |/
| * [tests/mpf_compat.h] Fixed a bug (mpf_set_prec_raw usage with GMP/MPF).vlefevre2014-07-231-1/+3
| * [tests]vlefevre2014-07-234-11/+7
| * Renamed the MPFR_TEST_DIVBYZERO macro to MPFR_TESTS_DIVBYZEROvlefevre2014-07-081-3/+3
| * [tests] Minor improvements.vlefevre2014-07-074-4/+4
| * [tests/reuse.c,tests/taway.c] Added mpfr_ai and mpfr_digamma.vlefevre2014-07-072-0/+10
| * [tests/tmul_d.c] Minor improvement.vlefevre2014-07-071-2/+2
| * Removed the need of MPFR_USE_MINI_GMP tests for mpfr_[ne]randomvlefevre2014-07-022-26/+0
| * [tests/t[ne]random.c] Code clean-up: added !defined(MPFR_USE_MINI_GMP)vlefevre2014-07-022-2/+2
| * [tests/t[ne]random.c] Reverted the changes done in r9126,9127,9130vlefevre2014-07-022-2/+28
| * [tests/t[ne]random.c] Fixed the change done in r9126 and r9127.vlefevre2014-07-022-2/+2
| * Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-0221-22/+22
| * [tests/terandom.c] Put the WANT_MINI_GMP test at the right place, likevlefevre2014-07-021-13/+1
| * [tests/tnrandom.c] Put the WANT_MINI_GMP test at the right placevlefevre2014-07-021-14/+1
| * added commentzimmerma2014-07-021-1/+2
| * [tests/trandom_deviate.c] Correction (fprintf format).vlefevre2014-07-011-1/+1
| * patch from Charles Karney:zimmerma2014-07-014-164/+287
| * New macros for mpfr_{mul,div}_ui to optimize the call when the integervlefevre2014-06-302-1/+16
| * [tests/tdiv.c] Forgot "exit (1);".vlefevre2014-06-261-0/+2
| * [tests/tdiv.c] Added mpfr_div tests on extreme values. This detectsvlefevre2014-06-261-0/+89
| * [tests/tsprintf.c] Fixed test added in r9099 (the problem was unrelatedvlefevre2014-06-251-2/+7
| * [tests/tsprintf.c] Added a test with the minimum exponentvlefevre2014-06-251-0/+59
| * [tests/tsum.c] Do not run the check_extreme test (which currently fails)vlefevre2014-06-251-1/+4
| * speedup in mpfr_div for n/n division, using mpz_tdiv_qzimmerma2014-06-251-0/+50
| * Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-2531-108/+108