summaryrefslogtreecommitdiff
path: root/tests/tests.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tests.c] In a comment with a GMP_CHECK_RANDOMIZE value, mentionvlefevre2021-09-071-1/+2
* [tests/tests.c] Fixed bad_cases when y is ±0 (rare case).vlefevre2021-09-071-6/+27
* [tests/tests.c] fixed bug introduced in r13787, which invalidated data_checkzimmerma2021-06-011-1/+1
* Get rid of obsolescent AC_HEADER_TIME. Cleanup about sys/time.h usage.vlefevre2021-03-181-6/+3
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-4/+4
* [tests/tests.c] Improved error message in set_emin / set_emax tovlefevre2021-01-311-2/+4
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [tests/tests.c] test5rm(): mention test5rm in the error message.vlefevre2020-12-151-1/+2
* [tests/tests.c] Added a note about tests done in "src/init2.c".vlefevre2020-09-151-0/+7
* [tests/tests.c] Simplified the d_trace and ld_trace functions:vlefevre2020-07-131-16/+10
* [tests] Skip tabort_defalloc1 and tabort_defalloc2 under Valgrind, asvlefevre2020-06-131-0/+13
* [tests/tests.c] Removed a useless "#include <errno.h>" (added in r5252,vlefevre2020-06-121-1/+0
* Updated URLs of the GCC mailing-list archives.vlefevre2020-04-081-1/+2
* [tests/tests.c] Revert a change done in r13783 for function bad_cases():vlefevre2020-03-131-7/+22
* [tests] Update to test the ternary value in test5rm() when possible,vlefevre2020-03-131-43/+55
* [tests/tests.c] Modified the prototype of test5rm() to support avlefevre2020-03-131-17/+16
* [tests]vlefevre2020-03-121-4/+9
* [tests/tests.c] Added a TODO for bad_cases, as the exact cases are notvlefevre2020-03-121-0/+3
* [tests/tests.c]vlefevre2020-03-121-31/+26
* [tests/tests.c] Minor change in an initialization.vlefevre2020-03-121-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Clean-up concerning the tests of subnormals for double and float.vlefevre2019-10-011-2/+2
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [tests]vlefevre2018-12-071-0/+24
* [tests/tests.c] Define only one buffer in test_version().vlefevre2018-09-171-2/+1
* [tests/tests.c] fixed compiler warningzimmerma2018-09-171-1/+1
* [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
* Updated mpfr.org URL's to use https (except in ChangeLog and NEWS).vlefevre2018-05-311-1/+1
* [tests/tests.c] Make stderr unbuffered again.vlefevre2018-02-021-2/+9
* [tests/tests.c] Mention a libtool 2.4.6 bug concerning Solaris, yieldingvlefevre2018-01-231-3/+9
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests/tests.c] Added a note about gettimeofday() and a cast.vlefevre2017-12-231-0/+6
* [tests/tests.c] Fixed a potential integer overflow from r12053 withvlefevre2017-12-231-1/+1
* [tests/tests.c] decrease probability of collision with random seedzimmerma2017-12-231-1/+1
* Solved an output issue on AIX due to the use of setbuf() after outputvlefevre2017-12-011-4/+7
* [tests]vlefevre2017-11-061-7/+13
* [tests/{mpfr-test.h,tests.c}] Got rid of __gmp_randstate_struct, whichvlefevre2017-08-231-5/+3
* [tests] Code simplification and improvement by using SAME_VAL().vlefevre2017-05-291-1/+1
* [tests/tests.c] Corrected comment about MPFR_TESTS_FPE_TRAP.vlefevre2017-05-191-1/+1
* Renamed MPFR_TESTS_DIVBYZERO to MPFR_TESTS_FPE_DIV (less confusing).vlefevre2017-05-191-3/+3
* [tests] Renamed MPFR_RAISE_EXCEPTIONS to MPFR_TESTS_FPE_TRAP.vlefevre2017-05-191-2/+2
* [tests] Got rid of MPFR_TESTS_EXCEPTIONS (added in r11489 and above),vlefevre2017-05-191-28/+17
* [tests/tests.c] Change for MPFR_TESTS_DIVBYZERO: in case of FE_DIVBYZEROvlefevre2017-05-191-9/+7
* more work on MPFR_TESTS_EXCEPTIONSzimmerma2017-05-191-6/+16
* [tests/tests.c] Re-added code testing FE_DIVBYZERO and FE_INVALID withvlefevre2017-05-191-3/+20
* check for fp exceptions (experimental)zimmerma2017-05-191-11/+14
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [tests] Define global variable tests_memory_disabled, which needs tovlefevre2016-08-301-7/+13