Here's what I'm seeing while running with Xvfb on Ubuntu 8.10 x86_64. At the end of the run Xvfb reports a segmentation fault and the process ends.
Crash - org.apache.harmony.xnet.provider.jsse.SSLSocketImplTest Error VM crash? Tests - 24308 Failures - 588 Errors - 1808 Success rate - 90.14% Most of the failures and errors seem to be a result of something failing in java.awt.Toolkit. -Nathan On Thu, Mar 12, 2009 at 4:56 AM, Regis <[email protected]> wrote: > Nathan Beyer wrote: >> >> On Wed, Mar 11, 2009 at 10:13 PM, Regis <[email protected]> wrote: >>> >>> Nathan Beyer wrote: >>>> >>>> What Linux distro are you using? I can get the crashes in X11/XCB on >>>> ubuntu 8.10. >>> >>> $ cat /etc/issue >>> Ubuntu 8.04.2 \n \l >>> >>> I didn't run the all tests, just tried crashed tests in Chunrong's >>> report. >> >> If you don't mind upgrading, you should see the crashes in the AWT and >> Swing modules. >> >>>> >>>> Sent from my iPhone >>>> >>>> On Mar 11, 2009, at 1:35 AM, Regis <[email protected]> wrote: >>>> >>>>> chunrong lai wrote: >>>>>> >>>>>> I am doing the testing. >>>>>> I also post some snapshot testing results in >>>>>> http://people.apache.org/~chunrong/snapshots/r749061/index.html and >>>>>> http://people.apache.org/~chunrong/snapshots/r745015/index.html but >>>>>> have >>>>>> not found significant change from the results. >>>>>> On Mon, Mar 9, 2009 at 10:24 PM, Sian January >>>>>> <[email protected]>wrote: >>>>>>> >>>>>>> Let's use r751364 as the basis for our testing for M9. Could as many >>>>>>> people as possible please try it out and report back? >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> Sian >>>>>>> >>>>>>> -- >>>>>>> Unless stated otherwise above: >>>>>>> IBM United Kingdom Limited - Registered in England and Wales with >>>>>>> number >>>>>>> 741598. >>>>>>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire >>>>>>> PO6 >>>>>>> 3AU >>>>>>> >>>>> Since there are vm crash in classlib test on linux, lots of tests are >>>>> not >>>>> run. 16856 tests run on windows but only 13736 tests run on linux. The >>>>> lost >>>>> tests are mostly in luni module, I think they are very important for >>>>> us. >>>>> >>>>> BTW: I can't reproduce the crashes when I ran these tests separately (I >>>>> haven't run the whole classlib tests) >>>>> >>>>> -- >>>>> Best Regards, >>>>> Regis. >>> >>> -- >>> Best Regards, >>> Regis. >>> >> > I have ran the full classlib tests > total 16531 tests, 11 failures, 9 errors. > four crashes: > java.awt.AccessibleAWTCanvasTest > javax.swing.DefaultFocusManagerTest > org.apache.harmony.rmi.RegistryTest > org.apache.harmony.security.tests.java.security.PolicyTest > > Nathan, are these crashes in awt/swing modules same with you? > > -- > Best Regards, > Regis. >
