>>>> "Y" == Yoshiki Hayashi
<yoshiki(a)xemacs.org> writes:
Y> Martin Buchholz <martin(a)xemacs.org> writes:
> >>>>> "Steve" == Steve Youngs
<youngs(a)xemacs.org> writes:
>
Steve> | symbol-tests.el: 262 of 264 (99%) tests successful.
Steve> | Testing /usr/local/src/xemacs-21.2/tests/automated/syntax-tests.el...
>
> The regression suite is supposed to pass 100%, and it does for me.
Y> Hmm... Then I think I have to debug this myself.
Y> Testing /src/xemacs/tests/automated/hash-table-tests.el...
Y> hash-table-tests.el: 9864 of 9866 (99%) tests successful.
Hmmmmmm.
Follow instructions in test-harness.el to find the failing test.
One possibility is that re-byte-compiling everything in the core lisp
will fix things. We don't have accurate core lisp dependencies. And
the byte-compiler has been modified. (Although this shouldn't matter).
Try from the build directory:
find lisp/. -name '*.elc' -print | xargs rm; make && make check
Martin