ARM jtreg results

Andrew Haley aph at redhat.com
Mon Nov 7 05:26:51 PST 2011


The preliminary test results are now at
http://aph.fedorapeople.org/test results/IcedTea6
1.11pre+r628e5ee78eca

I'm going through them.  Ignoring JDI tests for the moment -- the
support is not all there -- I'm looking at others.  I'll post the
analysis in this thread.

javax_swing_tree_TreePath.java seems simply to run out of stack space.
Increasing the stack size causes the StackOverflowError to go away.
However, this test doesn't work for me on x86-64 either, eventually
failing with

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
	at com.sun.beans.ObjectHandler.dequeueResult(ObjectHandler.java:189)
	at java.beans.XMLDecoder.readObject(XMLDecoder.java:218)
	at AbstractTest.readObject(AbstractTest.java:147)
	at AbstractTest.testObject(AbstractTest.java:131)
	at AbstractTest.test(AbstractTest.java:101)
	at javax_swing_tree_TreePath.main(javax_swing_tree_TreePath.java:35)

so I'm not going to worry about this one.

It may be, however, that the default stack size on ARM is too small.

Andrew.



More information about the distro-pkg-dev mailing list