On 10/27/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > On 10/26/07, Stepan Mishura <[EMAIL PROTECTED]> wrote: > > > > On 10/26/07, Stepan Mishura <[EMAIL PROTECTED]> wrote: > > > On 10/25/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > > > > On 10/23/07, Alexei Fedotov <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Hello Stepan, > > > > > > > > > > As per our dicsussion I've created a JIRA issue with a distinctive > > > > > name [1]. Could one please close HARMONY-4114 [2]? > > > > > > > > > > Hi, Andrew, > > > > > > I have a look into HARMONY-4992 - looking into diffs it is hard for me > > > to get an idea why the harness have to be patched to integrate p-unit. > > > > > > > Andrew, > > > > Could you take care of HARMONY-4992? I'm quite busy with BTI related > > tasks and I assume that it is easier for you to understand 1Mb patch > > for the stress suite which make use of p-unit. > > > Hi Stepan, > > Sure, I'll take Harmony-4992. Thanks! >
Hi Andrew, I've tried to setup/run stress suite from scratch but it failed because of incompatible changes in PUnit framework. I found that stress suite works OK with r278 but fails to compile with the last version from PUnit SVN with the log below. So I implemented workaround for the issue [1] and I'd like to ask you to think about creating a bundle for using it by stress suite or updating stress suite to incorporate latest changes in PUnit. Is this possible? [1] http://svn.apache.org/viewvc?view=rev&revision=655770 build.java: [javac] Compiling 785 source files to C:\cc\i1.6\cc-jre\build\classes\stress\classes [javac] C:\cc\i1.6\cc-jre\build\checkouts\stress\qa\src\test\stress\org\apache\harmony\test\share\stress\AbstractTest.java:93: cannot find symbol [javac] symbol : method releaseWilderness() [javac] location: class org.punit.util.MemoryUtil [javac] MemoryUtil.releaseWilderness(); [javac] ^ [javac] C:\cc\i1.6\cc-jre\build\checkouts\stress\qa\src\test\stress\org\apache\harmony\test\share\stress\AbstractTest.java:95: cannot find symbol [javac] symbol : method allocateWilderness() [javac] location: class org.punit.util.MemoryUtil [javac] MemoryUtil.allocateWilderness(); [javac] ^ [javac] C:\cc\i1.6\cc-jre\build\checkouts\stress\qa\src\test\stress\org\apache\harmony\test\share\stress\AbstractTest.java:100: cannot find symbol [javac] symbol : method releaseWilderness() [javac] location: class org.punit.util.MemoryUtil [javac] MemoryUtil.releaseWilderness(); [javac] ^ [javac] C:\cc\i1.6\cc-jre\build\checkouts\stress\qa\src\test\stress\org\apache\harmony\test\share\stress\AbstractTest.java:103: cannot find symbol [javac] symbol : method allocateWilderness() [javac] location: class org.punit.util.MemoryUtil [javac] MemoryUtil.allocateWilderness(); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 4 errors BUILD FAILED Thanks, Stepan. > > If have free time I'll > > take the patch for the harness for testing and if there is any issue > > with it I'll let you know. > > > > Thanks, > > Stepan. > > > > > Alexei, could you comment your update? > > > > > > Thanks, > > > Stepan. > > > > > > -- > Best regards, > Andrew Zhang > > http://zhanghuangzhu.blogspot.com/ >
