Hi Mark, Does release manager must be a PMC? If not, maybe I can take the responsibility. However, I don't know much about how to do it, I think we need some transferring work.
If it has to be a PMC, I think we have to wait for a volunteer. On Mon, Nov 29, 2010 at 10:08 PM, Mark Hindess <mark.hind...@googlemail.com> wrote: > > Ray, > > Your enthusiasm is commendable but if we still don't have a volunteer to > be release manager then there wont be any milestone releases. > > When I integrated my build changes I made a mistake and subsequently > jdwp was being built in release mode when it hadn't been previously. > The optimized code exhibits a problem - that I guess must exist in some > of our previous milestone releases - that isn't seen in debug mode. I > think this is causing the JDWP failures. > > I had planned to binary chop the sources to see which one has problems > when optimized but haven't had time to do this yet. For now I guess > we should just disable optimization for the jdwp module. > > Regards, > Mark. > > In message <aanlkti=ohbtad89qzyfzlzwsw3puv1xubcnhuh=pa...@mail.gmail.com>, > Ray Chen writes: >> >> I have run test tests of trunk on linux platform: >> I got 10 test failures and 2 test errors >> >> failures: >> java.awt.AccessibleAWTWindowTest.testGetAccessibleStateSet >> javax.swing.JComponent_MultithreadedTest.testRequestFocusInWindowboolean >> javax.swing.JComponent_MultithreadedTest.testRevalidate >> javax.swing.JTextPaneTest.testGetLogicalStyle >> javax.swing.plaf.basic.BasicScrollBarUITest.testGetThumbBounds >> org.apache.harmony.jpda.tests.jdwp.Method.VariableTableTest.testVariableTable >> Test001 >> org.apache.harmony.jpda.tests.jdwp.Method.VariableTableWithGenericTest.testVa >> riableTableWithGenericTest001 >> org.apache.harmony.jpda.tests.jdwp.StackFrame.GetValuesTest.testGetValues001 >> org.apache.harmony.jpda.tests.jdwp.StackFrame.SetValuesTest.testSetValues001 >> org.apache.harmony.pack200.tests.PackingOptionsTest.testModificationTime >> >> After run the tests independently: >> java.awt.AccessibleAWTWindowTest.testGetAccessibleStateSet PASS >> javax.swing.JComponent_MultithreadedTest PASS >> javax.swing.JTextPaneTest PASS >> javax.swing.plaf.basic.BasicScrollBarUITest PASS >> >> org.apache.harmony.jpda.tests.jdwp.Method.VariableTableTest.testVariableTable >> Test001 >> Failed every time. >> org.apache.harmony.jpda.tests.jdwp.Method.VariableTableWithGenericTest >> Failed every time. >> org.apache.harmony.jpda.tests.jdwp.StackFrame.GetValuesTest.testGetValues001 >> Failed every time. >> org.apache.harmony.jpda.tests.jdwp.StackFrame.SetValuesTest.testSetValues001 >> Failed every time. >> org.apache.harmony.pack200.tests.PackingOptionsTest.testModificationTime >> Failed every time. >> >> errors: >> java.awt.event.MouseEventTest.testHarmony5215 NPE >> org.apache.harmony.luni.tests.java.net.InetAddressTest crashed >> >> After re-ran them independently, InetAddressTest can pass some time >> but org.apache.harmony.luni.tests.java.net.InetAddressTest.test_isReachableLj >> ava_net_NetworkInterfaceII >> failed intermittently. >> java.awt.event.MouseEventTest.testHarmony5215 throws NPE every time. >> >> I will give the java6 test results later. >> > > > -- Regards, Ray Chen