Am Donnerstag, den 28.04.2011, 20:23 -0500 schrieb Barton Willis:
> -----drdieterkaiser at web.de wrote: -----
>
>
> >Am Donnerstag, den 28.04.2011, 06:33 -0500 schrieb Barton Willis:
> >> Using Clozure CL, the following tests fail:
> >>
> >> rtest16.mac, problems: (506 507)
> >> rtestprintf.mac, problems: (27 54)
> >> rtest_graphs.mac, problems: (3 8 13)
> >>
> >> I did "git pull," but maybe I'm doing something wrong?
> >
> >The tests 506 & 507 in rtest16.mac are related to a "fast array" of the
> >type hashed.
>
> Using SBCL, tests 506 & 507 pass, but with Clozure these tests fail. The rtest_graphs.mac
> bugs seems to be problems with backwards lists; I'm guessing it's a Clozure bug.
> (Clozure Common Lisp Version 1.6-r14468M).
>
> ********************** Problem 506 ***************
> Input:
> arrayinfo(a)
>
>
> Result:
> [hash_table, 1, 100, x y, x]
>
> This differed from the expected result:
> [hash_table, 1, 100, x, x y]
>
> ********************** Problem 507 ***************
> Input:
> listarray(a)
>
>
> Result:
> 2
> [100, y + x , sin(x)]
>
> This differed from the expected result:
> 2
> [100, sin(x), x + y]
>
> 569/571 tests passed
>
> The following 2 problems failed: (506 507)
> Running tests in rtestode: 90/90 tests passed
The results are correct, too. Only the display of Lisp arrays is
different. I will cut out these examples from rtest16.mac.
Dieter Kaiser