Gregory Shimansky wrote: > Alexei Zakharov wrote: >> Hi all, >> >>>> 2) >>>> org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest >>>> >>> This passes ok for me. >> >> I've just fixed this failure. Looks like it was introduced by commit >> r578410 - most likely the patch haven't been checked on DRLVM. The >> problem itself was in differences between JNI implementations in DRLVM >> and J9/RI. For more details please see HARMONY-4840 and HARMONY-4841. > > Alexei, thank you for finding this bug. > > I created a patch for HARMONY-4841 that fixes CallVoidMethod > implementation in DRLVM when calling constructors. Would anyone mind if > I commit it?
+1 for this well-understood fix to go in. Regards, Tim >> My patch also fixed >> org.apache.harmony.luni.tests.java.io.ObjectInputStreamTest.test_readObject_Hierarchy >> >> failure reported at [1]. Therefore, all HUT tests should now pass on >> DRLVM. >> >> [1] http://people.apache.org/~varlax/harmony-integrity/ >> >> Thanks, >> Alexei >> >> 2007/9/17, Tim Ellison <[EMAIL PROTECTED]>: >>> Alexei Zakharov wrote: >>>> I'm able to reproduce and currently investigating the following HUT >>>> failures reported in [1]: >>> Thanks Alexei. If it helps track down the problems, when I run all the >>> classlib tests on Win ia32 with the IBM VME... >>> >>>> (in that order): >>>> 1) java.awt.EventDispatchThreadRTest >>> this also fails for me >>> >>>> 2) >>>> org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest >>>> >>> This passes ok for me. >>> >>> Regards, >>> Tim >> > >
