summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [src/round_prec.c] fixed for 16-bit limbzimmerma2018-09-041-2/+4
* [tests/tdiv.c] more detailed error messagezimmerma2018-09-041-2/+12
* [tests/tbeta.c] exit at the first errorzimmerma2018-09-031-2/+3
* [tests/mpfr-test.h] If MPFR_TESTS_ABORT is defined, replace exit(1) byvlefevre2018-09-031-0/+6
* [tests/tgeneric.c] revert 13107 (abort might lose some data in open files)zimmerma2018-09-031-3/+3
* [tests/tgeneric.c] replace exit(1) by abort() to allow debugging with gdbzimmerma2018-09-031-3/+3
* removed TEST_FLAGS stuffzimmerma2018-08-314-13/+0
* [src/add1.c] fix for 16-bit limbzimmerma2018-08-311-0/+2
* [tests/tadd.c] fix for 16-bit limbzimmerma2018-08-291-1/+1
* [tests/tdiv_ui.c] Added a comment about a spurious failurevlefevre2018-08-291-0/+6
* [tests/tsinh.c] Fixed test introduced in r13047.vlefevre2018-08-281-1/+1
* [tests/tdiv_ui.c] Disabled rnd=MPFR_RNDF in a loop as this now fails.vlefevre2018-08-281-1/+1
* [tests/tdiv_ui.c] Corrected an error message.vlefevre2018-08-281-1/+1
* Removed trailing whitespace.vlefevre2018-08-281-1/+1
* [tests/tsinh.c] improve coveragezimmerma2018-08-281-0/+42
* [tests/tsubnormal.c] improve coveragezimmerma2018-08-281-0/+20
* [tests/tmul.c] improve coveragezimmerma2018-08-271-0/+30
* [src/const_log2.c] avoid hard-coded valueszimmerma2018-08-271-0/+18
* [src/const_euler.c] better choice of (initial) working precisionzimmerma2018-08-271-0/+18
* [tests/tversion.c] Update concerning the shared cache, to be consistentvlefevre2018-08-271-7/+13
* [tests/tconst_catalan.c] improve coveragezimmerma2018-08-271-0/+17
* [tests/tbuildopt.c] added check of mpfr_buildopt_sharedcache_p()zimmerma2018-08-271-0/+19
* [tests/tversion.c] Output "Enable formally proven code" info.vlefevre2018-08-231-0/+8
* [tests/mpfr-test.h] added macro TEST_FLAGS (debug use only)zimmerma2018-08-224-2/+16
* [tests/tversion.c] Portability corrections related to the use of thevlefevre2018-08-221-38/+49
* [tests/tsub1sp.c] improved comment about bug20180813()zimmerma2018-08-211-1/+2
* [tests/tsub1sp.c] added a test for a bug in mpfr_sub1sp (to be fixed)zimmerma2018-08-211-0/+20
* Avoid a pointer-to-int-cast warning with GCC (e.g. under 32-bit Linux)vlefevre2018-08-181-3/+7
* [tests/tcan_round.c] Added missing casts for printf (error messages).vlefevre2018-08-061-4/+4
* [tests/tdiv_ui.c] Improved the conditions for test_20170105().vlefevre2018-08-061-3/+8
* [tests/memory.c] To print a size_t or a pointer in error messages,vlefevre2018-08-061-16/+20
* [tests/tversion.c] Try to detect missing output from the first printfvlefevre2018-07-311-1/+18
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-271-0/+2
* [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t):vlefevre2018-07-271-0/+3
* [tests/tsprintf.c] Added 2 other tests with the P length modifier.vlefevre2018-07-271-0/+2
* [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t).vlefevre2018-07-271-1/+9
* [tests/tsprintf.c] Another failure with the P length modifier.vlefevre2018-07-261-0/+1
* [tests/tsprintf.c] Added tests with the P length modifier (mpfr_prec_t),vlefevre2018-07-261-0/+4
* [tests/tsprintf.c] Added a test that yields a "store to null pointer",vlefevre2018-07-261-0/+1
* [tests/terf.c] Added a testcase for bug reported by Naoki Shibata:vlefevre2018-07-221-2/+17
* [src/subnormal.c] experimental support for RNDNAzimmerma2018-07-211-0/+46
* Shared caches: fix and minor changes.vlefevre2018-07-182-1/+9
* [tests/tconst_pi.c] Removed an incorrect assertion, as the #else wouldvlefevre2018-07-181-2/+4
* [tests/tsprintf.c] Added other tests to check_length_overflow, whichvlefevre2018-07-161-9/+20
* [tests/tsprintf.c] Added check_length_overflow to check the behavior ofvlefevre2018-07-161-0/+52
* [tests/tsprintf.c] Updated a comment.vlefevre2018-07-161-0/+1
* [tests/tprintf.c] Grrr... again a copy-paste error. Now OK.vlefevre2018-07-061-1/+1
* [tests/{tprintf.c,tsprintf.c}] Corrected the tests added in r12898,vlefevre2018-07-062-6/+6
* [tests/tsprintf.c] Corrected the latest tests.vlefevre2018-07-061-2/+2
* [tests/tsprintf.c] Added tests (failure on "%09.3Rg" for 1000).vlefevre2018-07-061-0/+10