summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tsum.c] Added bug20150327 testcase.vlefevre2015-03-271-0/+52
* [tests/tsum.c] Corrected test of the ternary values inex1 and inex2.vlefevre2015-03-271-5/+8
* [tests/tsum.c] More tests.vlefevre2015-03-191-27/+35
* [tests/tsum.c] Improved the check3 tests, which were added in thevlefevre2015-03-171-3/+3
* [tests/tsum.c] New tests.vlefevre2015-03-171-0/+77
* [tests/tsum.c] Value coverage checking: tmd can be 2 only for MPFR_RNDN.vlefevre2015-03-171-1/+1
* [tests/tsum.c] Improved test portability.vlefevre2015-02-261-10/+13
* [tests/tsum.c] New tests.vlefevre2015-02-261-30/+38
* [tests/tsum.c] New tests.vlefevre2015-02-261-0/+76
* [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