Do we need to downcase the rtest files? When my file "known-bugs.mac"
contains the test
/* bug 1036546 */
realpart( (%I*%E^-(%I/2)-%I*%E^(%I/2))^a );
sin(1/2)^a*2^a$
we get trouble later on in rtest6a and rtest9. If I
partially uppercase my test
realpart( (%I*%E^-(%I/2)-%I*%E^(%I/2))^A);
sin(1/2)^A*2^A$
then no problem....
Barton
Running tests in known-bugs.mac: 17/17 tests passed.
Running tests in rtest1.mac: 28/28 tests passed.
Running tests in rtest1a.mac: 23/23 tests passed.
Running tests in rtest2.mac: 47/47 tests passed.
Running tests in rtest4.mac: 82/82 tests passed.
Running tests in rtest5.mac: 51/51 tests passed.
Running tests in rtest6.mac: 4/4 tests passed.
Running tests in rtest6a.mac:
********************** Problem 4 ***************
Input:
ASSUME(A > 0)
Result:
[A > 0]
This differed from the expected result:
[a > 0]
55/56 tests passed.
The following 1 problem failed: (4)
Running tests in rtest6b.mac: 16/16 tests passed.
Running tests in rtest7.mac: 41/41 tests passed.
Running tests in rtest9.mac:
********************** Problem 61 ***************
Input:
RESIDUE(SIN(A*X)/X^4,X,0)
Result:
-1/6
This differed from the expected result:
(-A^3)/6
76/77 tests passed.