summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tcheck.c] Corrected meaningless error message.vlefevre2019-01-131-1/+1
* [tests/tversion.c] When the shared cache is enabled, also output thevlefevre2019-01-091-1/+7
* [tests/tstrtofr.c] Updated comment about GCC bug 86554: now fixed invlefevre2019-01-081-1/+3
* [tests/Makefile.am] Replaced "env -u DISPLAY" by "env DISPLAY=''" asvlefevre2019-01-071-2/+7
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-07195-195/+195
* [tests/tstrtofr.c] Updated comment about GCC bug 86554: the MPFR buildvlefevre2019-01-071-2/+4
* [tests/tstrtofr.c] Added a comment about GCC bug 86554: the MPFR buildvlefevre2019-01-041-0/+3
* Copyright notice update: added 2019 withvlefevre2019-01-01195-195/+195
* [tests/tfmma.c] Added double_rounding test to trigger errors beforevlefevre2018-12-311-0/+64
* [src/set.c] fixed double-rounding bug in mpfr_set_1_2zimmerma2018-12-141-0/+63
* [tests/tset.c] added a test of test_set_1_2(), which currently failszimmerma2018-12-141-0/+26
* [tests/tcan_round.c] disabled tests that don't agree with mpfr_can_round docu...zimmerma2018-12-141-0/+6
* [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.vlefevre2018-12-131-0/+1
* [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.vlefevre2018-12-131-0/+1
* [tests/tdiv.c] fixed test_20151023 (was giving an error with micro-gmp-8zimmerma2018-12-101-3/+5
* [tests]vlefevre2018-12-073-16/+29
* [tests/tcan_round.c] Corrected all the error messages for mini-gmp.vlefevre2018-12-061-3/+6
* [tests/tcan_round.c] Corrected error message for mini-gmp.vlefevre2018-12-061-1/+2
* [tests/tpow_z.c] Another fix and minor improvements.vlefevre2018-12-051-2/+2
* [tests/tpow_z.c] Fixed a test (midpoint case) that was failingvlefevre2018-12-051-1/+1
* [tests/tpow_z.c] Fixed a test for MPFR_RNDF: do not check the ternaryvlefevre2018-12-051-1/+2
* [tests/tpow_z.c] Improved error message.vlefevre2018-12-051-1/+1
* [tests/Makefile.am] About r13308, added references to the bugs.vlefevre2018-11-291-1/+3
* [tests/Makefile.am] Unset DISPLAY as it is not needed and it can yieldvlefevre2018-11-291-1/+3
* [tests/tversion.c] Updated a comment about an output issue with MinGW,vlefevre2018-11-291-6/+6
* [tests/tstrtofr.c] In case of failure of some particular test, outputvlefevre2018-11-281-0/+7
* [tests/tversion.c] Updated a comment about a printf issue with MinGW.vlefevre2018-11-271-1/+4
* [tests/tstrtofr.c] Added bug20181127 (test found with random_tests),vlefevre2018-11-271-0/+26
* [src/mpfr-impl.h] Added a comment with a warning concerning thevlefevre2018-11-271-1/+1
* [tests/tdiv.c] Fixed bad format string for an error message, detectedvlefevre2018-11-271-1/+2
* [tests] Moved bug20180908() from tget_str.c to tset_str.c since it testsvlefevre2018-11-262-17/+17
* [tests/tstrtofr.c] Resolved the FIXME and fixed the issue related tovlefevre2018-11-221-4/+6
* [tests/tstrtofr.c] Added comments, including a FIXME.vlefevre2018-11-221-0/+5
* [tests/tstrtofr.c] Resolved the FIXME for the random tests, andvlefevre2018-11-221-5/+12
* [tests/tstrtofr.c] Added a FIXME, which explains the current failure.vlefevre2018-11-201-0/+3
* [tests/tstrtofr.c] Added random tests, which currently fail.vlefevre2018-11-201-0/+142
* [tests/tcan_round.c] fixed some TODOs, which exposes a bugzimmerma2018-11-151-13/+37
* [tests/Makefile.am] Run tversion at the beginning of the tests,vlefevre2018-09-181-12/+24
* [tests/random2.c] Avoid undefined behavior on shift count.vlefevre2018-09-181-2/+3
* [tests/random2.c] Fix for 8-bit limb.vlefevre2018-09-171-0/+5
* [tests/tests.c] Define only one buffer in test_version().vlefevre2018-09-171-2/+1
* [tests/random2.c] Improved code by using MPFR_LIMB_* macros.vlefevre2018-09-171-3/+2
* [tests/tests.c] fixed compiler warningzimmerma2018-09-171-1/+1
* [tests/random2.c] Fix for 16-bit limb.vlefevre2018-09-141-2/+3
* [tests/tsin.c] reduce REDUCE_EMAX with mini-gmpzimmerma2018-09-131-0/+4
* [tests/tests.c] Improved change in r13179 for mini-gmp.vlefevre2018-09-121-6/+1
* [tests/tests.c] libgmp is not defined with mini-gmp (issue found with -O0)zimmerma2018-09-121-0/+5
* [tests/tcan_round.c] fixed test for small value of GMP_NUMB_BITSzimmerma2018-09-111-1/+8
* [tests/tsqrt.c] modified test_sqrt1n() so that it passes with 8-bit limbszimmerma2018-09-111-2/+10
* [src/strtofr.c] fix from r13163 was incorrectzimmerma2018-09-101-0/+18