summaryrefslogtreecommitdiff
path: root/tests/tsum.c
Commit message (Expand)AuthorAgeFilesLines
* [tests] Added always_scale argument (boolean) to tests_default_random()vlefevre2015-05-291-1/+2
* [tests/tsum.c] In cancel(), increase the number of tests from 8 to 1000.vlefevre2015-05-051-1/+1
* [tests/tsum.c] Changes in cancel():vlefevre2015-05-051-2/+9
* [tests/tsum.c] Added a comment about the latest fixed bug.vlefevre2015-04-101-0/+4
* [tests/tsum.c] Replaced a mpfr_inits by a mpfr_inits2.vlefevre2015-04-091-1/+1
* [tests/tsum.c] Added a simple test that triggers a glibc free() errorvlefevre2015-04-091-0/+30
* [tests/tsum.c] Removed a temporary comment.vlefevre2015-04-091-2/+0
* [tests/tsum.c] Added check_underflow test.vlefevre2015-04-091-4/+123
* [tests/tsum.c] Comments.vlefevre2015-04-081-2/+6
* [tests/tsum.c] Added check_overflow test, which triggers a bug.vlefevre2015-04-081-0/+52
* [tests/tsum.c] Completed the cancel test (generic random tests withvlefevre2015-03-311-15/+25
* [tests/tsum.c] Improved the check4 test:vlefevre2015-03-311-8/+13
* [tests/tsum.c] Reduced the check4 test because it was much too longvlefevre2015-03-311-2/+2
* [tests/tsum.c] Updated comment of the check4 test.vlefevre2015-03-301-1/+1
* [tests/tsum.c] Another correction in the check4 test.vlefevre2015-03-301-1/+1
* [tests/tsum.c] In the check4 test, two terms didn't correspond tovlefevre2015-03-301-2/+2
* [tests/tsum.c] Forgot the h in the error message of the check4 test.vlefevre2015-03-301-3/+4
* [tests/tsum.c] Extend the check4 test even further.vlefevre2015-03-301-53/+54
* [tests/tsum.c] Extend the check4 test even further.vlefevre2015-03-301-41/+50
* [tests/tsum.c] Added check4 test, which triggers a bug.vlefevre2015-03-301-0/+70
* [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-131-1/+1
|\
| * Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
| * [tests/tsum.c] Do not run the check_extreme test (which currently fails)vlefevre2014-06-251-1/+4
* | Merged the latest changes from the trunk.vlefevre2014-06-251-1/+4
|\ \ | |/
| * [tests/tsum.c] Changed initialization in check_extreme(), which wasn'tvlefevre2014-04-151-1/+4
* | [tests/tsum.c] Improved check_more_special test.vlefevre2014-03-141-17/+17
* | [tests/tsum.c] Added check_more_special test.vlefevre2014-03-141-0/+75
|/
* [tests/tadd.c] Added check_extreme test (huge + tiny).vlefevre2014-01-231-0/+40
* Use of the numberof macro.vlefevre2014-01-231-1/+1
* [tests/tsum.c] Added a comment about the cancellation test.vlefevre2014-01-221-0/+2
* [tests/tsum.c] In the cancellation test, do a random permutation.vlefevre2014-01-221-12/+18