summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tsprintf.c] With MPFR_CHECK_LIBC_PRINTF, disable the test ofvlefevre2017-09-051-2/+6
* [tests/tsprintf.c] Formatting.vlefevre2017-09-051-1/+1
* [tests/Makefile.am] Added tfpif_rw.dat to CLEANFILES.vlefevre2017-09-051-1/+1
* [tests] Renamed mpfrtest.txt, mpfrtest.dat and mpfrtest2.dat tovlefevre2017-09-054-5/+5
* [tests]vlefevre2017-09-052-7/+3
* [tests]vlefevre2017-09-054-3/+5
* [tests/turandom.c] Added test_underflow().vlefevre2017-09-011-0/+35
* [tests/turandom.c] Disabled the reprod_abi test with GMP < 4.2.0vlefevre2017-08-271-0/+2
* [tests/turandom.c] Check that the behavior does not depend on thevlefevre2017-08-251-0/+87
* [tests/turandom.c] Corrected error messages after r11661.vlefevre2017-08-251-2/+2
* [tests/turandom.c] Renamed "reprod" to "reprod_rnd_exp" (reproducibilityvlefevre2017-08-251-2/+3
* [tests/turandom.c]vlefevre2017-08-251-51/+82
* [tests/turandom.c] Do some test several times in order to triggervlefevre2017-08-251-26/+29
* [tests/turandom.c] Code formatting. Added an assertion.vlefevre2017-08-251-3/+7
* [tests/turandom.c] Check that the behavior of mpfr_urandom() does notvlefevre2017-08-241-0/+71
* [tests/turandom.c] In bug20170123, use a local gmp_randstate_t variablevlefevre2017-08-231-2/+5
* [tests/{mpfr-test.h,tests.c}] Got rid of __gmp_randstate_struct, whichvlefevre2017-08-232-7/+3
* [tests/turandom.c] Disabled a test with GMP < 4.2.0 since it depends onvlefevre2017-08-231-1/+3
* [tests/turandom.c] Added inex test for the underflow & overflow tests.vlefevre2017-08-221-2/+18
* [tests/turandom.c] Added overflow tests.vlefevre2017-08-221-0/+57
* [tests/turandom.c] Indentation.vlefevre2017-08-221-1/+1
* [tests/turandom.c] Added underflow tests.vlefevre2017-08-221-0/+58
* [tests/turandom.c] With mini-gmp, omit another test that assumesvlefevre2017-08-221-4/+3
* [tests/turandom.c] Added tests of the flags. This currently yieldsvlefevre2017-08-221-2/+24
* [tests/turandom.c] Added a test of the underflow flag.vlefevre2017-08-221-0/+6
* [src/get_float128.c] Partly fixed mpfr_get_float128 when it underflows.vlefevre2017-08-141-45/+69
* [tests/{tstdint.c,tvalist.c}] Include "mpfr-test.h" instead ofvlefevre2017-08-012-2/+2
* [tests] Re-indented some RND_LOOP / RND_LOOP_NO_RNDF blocks.vlefevre2017-07-175-210/+214
* [tests/tversion.c] Forgot casts for printf in r11585.vlefevre2017-07-101-1/+1
* [tests/tversion.c] Added ABI information & tests.vlefevre2017-07-101-1/+40
* [tests/tversion.c]vlefevre2017-06-191-4/+33
* [tests/mpf_compat.h] Always use stdout for failure messages.vlefevre2017-06-031-2/+2
* src/get_str.c: fixed for negative basezimmerma2017-06-021-0/+18
* tests/mpf_compat.h: non-regression tests for bugs fixed in revision 11565zimmerma2017-06-021-0/+10
* fixed a bug in mpfr_mul for RNDF when Mulders' algorithm is usedzimmerma2017-06-021-0/+34
* added new function mpfr_get_qzimmerma2017-06-022-1/+112
* Removed trailing spaces.vlefevre2017-05-291-1/+1
* [tests] Code simplification and improvement by using SAME_VAL().vlefevre2017-05-294-10/+4
* [tests/tbeta.c] Replaced not_same() by the simpler ! SAME_VAL().vlefevre2017-05-291-19/+1
* [tests/tgeneric.c] For MPFR_RNDF, replaced EQUAL() by SAME_VAL(),faithfulvlefevre2017-05-291-8/+1
* [tests/tui_sub.c] Avoid a failure in 32-bit ABI by replacingvlefevre2017-05-291-1/+1
* Merged the latest changes from the trunk.vlefevre2017-05-2930-314/+522
|\
| * [tests/tsprintf.c] Fixed setlocale usage (problem detected with MinGW)vlefevre2017-05-241-3/+2
| * [tests/tprintf.c] check_long_string() error handling: initialize n2 tovlefevre2017-05-241-8/+19
| * [tests/tprintf.c] More detailed error message.vlefevre2017-05-241-3/+5
| * [tests/tprintf.c] Added tests with %ln.vlefevre2017-05-241-2/+29
| * [tests/tprintf.c] Improved check_vprintf_failure().vlefevre2017-05-241-5/+12
| * [src/vasprintf.c] Fixed the handling of the 'n' format specifiervlefevre2017-05-241-2/+2
| * [tests/tsprintf.c] Added explanation for the percent_n() / mixed() bugs.vlefevre2017-05-221-1/+4
| * [tests/tsprintf.c] Added percent_n() test to reproduce the bug foundvlefevre2017-05-221-1/+28