Riccardo wrote:
Hey,

rejoice! After the header fixes of yesterday, now NetBSD/ppc magically works !!!

4 of 144 tests failed
Please report to [EMAIL PROTECTED]

DoubleCvt.fail            GCTest.fail
DoublePrint.fail          TestSerializable2.fail

Oh, that's some good news!


could you post the results of

for i in test/regression/*.fail ; do \
        name=`dirname $i`/`basename $i .fail` ; \
        diff -u $name.out $name.fail ; \
done

when you run it in your top build directory? It should show the diffs between the expected output of tests vs. actual output in a somewhat readable form.

I'd be interested in seing whether the failures look similar to the ones on Solaris.

cheers,
dalibor topic

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to