atom feed10 messages in org.apache.harmony.devRe: svn commit: r889137 - in /harmony...
FromSent OnAttachments
Mark HindessJan 20, 2010 11:57 am 
regis xuJan 20, 2010 11:13 pm 
Sean QiuJan 20, 2010 11:39 pm 
regis xuJan 21, 2010 12:04 am 
Mark HindessJan 21, 2010 12:51 am 
regis xuJan 21, 2010 1:05 am 
Tim EllisonJan 21, 2010 2:14 am 
Mark HindessJan 21, 2010 2:38 am 
RegisJan 21, 2010 6:37 am 
Mark HindessFeb 14, 2010 3:38 am 
Subject:Re: svn commit: r889137 - in /harmony/enhanced/classlib/trunk/modules/instrument/src/test/java/org/apache/harmony/tests/java/lang/instrument: HelloWorldTest.java InstrumentTestHelper.java agents/HelloWorldAgent.java
From:Regis (xu.r@gmail.com)
Date:Jan 21, 2010 6:37:59 am
List:org.apache.harmony.dev

On 2010-01-21 18:38, Mark Hindess wrote:

In message<64f7@mail.gmail.com>, regis xu writes:

On Thu, Jan 21, 2010 at 4:51 PM, Mark Hindess <mark@googlemail.com>wrote:

I'm not convinced it is just a local configuration problem. It works for me with an IBM VM but fails with DRLVM.

Regards, Mark.

It passed for me with both IBM vm and drlvm. Can you reproduce it on your machine? Patch[1] may help to find out what happened on the forked process.

Not sure why it passed for you on DRLVM without -javaagent support but now the code freeze is over I've committed r901641 to re-applied the patch to support this flag and I expect the tests to be functional again now.

Regards, Mark.

Hi Mark,

You are right, I used drlvm build with that fix. Thank you for re-applying that patch, and it fixed instrument test failures according to latest test report.