share testsuite



I'm seeing more failures in the share test suite than I did the last time
I tried. Not long ago, there were no unexpected errors in rtest_hg.mac.
Now I'm getting errors such as

********************** Problem 87 ***************
Input:
(fpprec : 20, hypergeometric([2, 4], [7.1b0], %i + 5.6b0))


Result:
BIGFLOAT:  Unable to convert false to a CL or BIGFLOAT number
hypergeometric([2, 4], [7.1b0], %i + 5.6b0)

This differed from the expected result:
8.245572273577160061b-2 - 3.4771832247673618857b-1 %i

Also, I'm seeing an error from rtest_fractals that %exp is undefined.
This might be a new error.


Error summary:
Errors found in rtest_numericalio.mac, problems:
(50 52 57)
Error found in rtest_fractals.mac, problem:
(9)
Errors found in rtest_lsquares.mac, problems:
(20 21 22 37 38 39 41 42)
Errors found in rtestprintf.mac, problems:
(27 54)
Errors found in rtest_graphs.mac, problems:
(1 3 4 5 6 7 8 9 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
55 56 57 58 59 60 61 62 63 64 65 67 68 70 71 72 74 75 76 77 78 79 80 82 83
84 85 87 88 89)
Error found in rtest_pochhammer.mac, problem:
(29)
Errors found in rtest_hg.mac, problems:
(52 66 84 87 88 98 101 104 107 128 130 131 132 133 134)


Barton