You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Eugene Ostrovsky <eu...@gmail.com> on 2007/10/11 19:13:38 UTC

[drlvm][regression] Re: [build-test alert] FAILED Windows 2003 x86: jdktools-test debug

We've got a regression: https://issues.apache.org/jira/browse/HARMONY-4930

Please undo commit r583223.
It could be done with patch -R command without reverting latest commits.

Thanks,
Eugene.

On 10/10/07, nomail@intel.com <no...@intel.com> wrote:
>
> BUILD FAILED:
>         Ant Error Message:
> D:\cc\cc-common\scripts\cc-exec-adaptor.xml:104: The following error occurred while executing this line: D:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error occurred while executing this line: D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The following error occurred while executing this line: D:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\build-test.xml:97: There were test errors.
>
> Date of build:  2007-10-10 17:12:11 +0700
> Time to build:  46 minutes 16 seconds
> Last changed:   10/10/2007 12:08:09
> Last log entry: hdk
>
> ***********************************************************
> Errors/Warnings:        (230)
>
> Tests FAILED
> Result: 1
> [cc-ant]: Test Suite 'jdktools-test' execution. Repository updated: ${repository.updated}
> [cc-ant]: Check for 'run' failure of hdk = ${hdk.parameters.run.failed}
> [cc-ant]: Result: failed.superiors = '${failed.superiors}'
> ========================================
> Testing jdktools binaries...
> ========================================
> Compiling JPDA tests
> Since fork is false, ignoring memoryMaximumSize setting
> ----------
> 1. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\DebuggeeRegister.java
> (at line 58)
> registered.add(debuggee);
> ^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized
> ----------
> ----------
> 2. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\TestOptions.java
> (at line 505)
> internalProperties.put(name, value);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
> ----------
> ----------
> 3. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
> (at line 114)
> eventQueue.add(eventPacket);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
> ----------
> 4. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
> (at line 249)
> replies.put(new Integer(replyPacket.getId()),
> replyPacket);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> ----------
> 5. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
> (at line 284)
> commands.put(Id, command);
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> ----------
> 6. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
> (at line 355)
> commands.put(Id, command);
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
> ----------
> ----------
> 7. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
> (at line 1834)
> frames.add(frame);
> ^^^^^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> ----------
> 8. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
> (at line 1902)
> vars.add(var);
> ^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> ----------
> 9. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
> (at line 2122)
> fields.add(superClassFields.toArray()[i]);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> ----------
> 10. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
> (at line 2132)
> fields.add(field);
> ^^^^^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
> ----------
> ----------
> 11. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\DebuggerOnDemand\OnthowDebuggerLaunchDebuggee.java
> (at line 94)
> class ExceptionForDebugger extends Exception {
> ^^^^^^^^^^^^^^^^^^^^
> The serializable class ExceptionForDebugger does not declare a static final serialVersionUID field of type long
> ----------
> ----------
> 12. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
> (at line 32)
> import java.util.LinkedList;
> ^^^^^^^^^^^^^^^^^^^^
> The import java.util.LinkedList is never used
> ----------
> 13. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
> (at line 97)
> boolean isOutOfMemory = false;
> ^^^^^^^^^^^^^
> The local variable isOutOfMemory is never read
> ----------
> 14. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
> (at line 171)
> public Class loadClass(String name) throws ClassNotFoundException {
> ^^^^^
> Type safety: The return type Class for loadClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class<?> from the type ClassLoader
> ----------
> 15. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java
> (at line 179)
> public Class findClass(String name) throws ClassNotFoundException {
> ^^^^^
> Type safety: The return type Class for findClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class<?> from the type ClassLoader
> ----------
> ----------
> 16. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents002Test.java
> (at line 100)
> boolean expectColocatedEvents = (testedMethodStartCodeIndex == testedMethodEndCodeIndex);
> ^^^^^^^^^^^^^^^^^^^^^
> The local variable expectColocatedEvents is never read
> ----------
> ----------
> 17. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents003Test.java
> (at line 36)
> private boolean eventMethodExitReceived = false;
> ^^^^^^^^^^^^^^^^^^^^^^^
> The field CombinedEvents003Test.eventMethodExitReceived is never read locally
> ----------
> 18. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents003Test.java
> (at line 59)
> int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
> ^^^^^^^^^^^^^^^^^^^^^
> The local variable EXPECTED_EVENTS_COUNT is never read
> ----------
> ----------
> 19. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
> (at line 67)
> int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
> ^^^^^^^^^^^^^^^^^^^^^
> The local variable EXPECTED_EVENTS_COUNT is never read
> ----------
> 20. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
> (at line 195)
> int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
> ^^^^^^^^^^^^^^^^^^^^^
> The local variable EXPECTED_EVENTS_COUNT is never read
> ----------
> 21. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
> (at line 331)
> int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
> ^^^^^^^^^^^^^^^^^^^^^
> The local variable EXPECTED_EVENTS_COUNT is never read
> ----------
> 22. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
> (at line 715)
> String failureMessage = "## FAILURE during checking events! !";
> ^^^^^^^^^^^^^^
> The local variable failureMessage is never read
> ----------
> 23. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java
> (at line 877)
> String failureMessage = "## FAILURE during checking events !";
> ^^^^^^^^^^^^^^
> The local variable failureMessage is never read
> ----------
> ----------
> 24. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTestCase.java
> (at line 135)
> long methodStartCodeIndex = lineTableReply.getNextValueAsLong();
> ^^^^^^^^^^^^^^^^^^^^
> The local variable methodStartCodeIndex is never read
> ----------
> 25. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTestCase.java
> (at line 187)
> long methodStartCodeIndex = reply.getNextValueAsLong();
> ^^^^^^^^^^^^^^^^^^^^
> The local variable methodStartCodeIndex is never read
> ----------
> ----------
> 26. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ExceptionTest.java
> (at line 188)
> long frameID = reply.getNextValueAsFrameID();
> ^^^^^^^
> The local variable frameID is never read
> ----------
> ----------
> 27. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\ThreadReference\FramesTest.java
> (at line 450)
> frames.add(new FrameStruct(frameID, loc));
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
> ----------
> ----------
> 28. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\share\JDWPUnitDebuggeeProcessWrapper.java
> (at line 233)
> argv.add(val);
> ^^^^^^^^^^^^^
> Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
> ----------
> 29. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\share\JDWPUnitDebuggeeProcessWrapper.java
> (at line 253)
> return (String[])argv.toArray(args);
> ^^^^^^^^^^^^^^^^^^
> Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
> ----------
> 29 problems (29 warnings)
> JPDA exclude list: D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.jpda.exclude
> Running JPDA tests
> Debugger JVM=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
> Debuggee JVM=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
> SAMSA exclude list: D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.samsa.exclude
> Running SAMSA tests
> test.jre.home=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre
> Run jdk/bin/java -version in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r583354, (Oct 10 2007), Windows/ia32/msvc 1310, debug build
> http://harmony.apache.org
> Run jdk/bin/javac -version in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
> Run jdk/bin/javah in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
> Run jdk/bin/javadoc in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
> Run jdk/bin/jarsigner in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
> Run jdk/bin/keytool -help in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
> Compiling TOOLS tests
> Since fork is false, ignoring memoryMaximumSize setting
> ----------
> 1. WARNING in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\modules\tools\src\test\java\org\apache\harmony\tests\tools\javah\Test\Test01.java
> (at line 24)
> private static final long xxx2 = 1;
> ^^^^
> The field Test01.xxx2 is never read locally
> ----------
> 1 problem (1 warning)
> TOOLS exclude list: D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.tools.exclude
> Running TOOLS tests
> test.jre.home=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre
> The test report is in D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report\html\index.html
> The execution FAILED with the following exception:
> The following error occurred while executing this line:
> D:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error occurred while executing this line:
> D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The following error occurred while executing this line:
> D:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\build-test.xml:97: There were test errors.
>
> ***********************************************************
> Unit Tests: (163)
>
> error: testHoldEvents001 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
> error: testReleaseEvents001 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTest
> error: testSuspend001 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
> Unit Test Error Details:        (3)
>
> Test: testHoldEvents001Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTestorg.apache.harmony.jpda.tests.framework.TestErrorException: Debuggee process did not finish during timeout
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:284)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper.stop(JDWPUnitDebuggeeWrapper.java:109)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.internalTearDown(JDWPTestCase.java:108)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalTearDown(JDWPSyncTestCase.java:83)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.tearDown(JDWPRawTestCase.java:118)
> Caused by: java.lang.IllegalThreadStateException: process has not exited
>         at java.lang.Runtime$SubProcess.exitValue(Runtime.java:357)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:279)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87)
>         ... 14 more
> Test: testReleaseEvents001Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTestorg.apache.harmony.jpda.tests.framework.TestErrorException: Debuggee process did not finish during timeout
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:284)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper.stop(JDWPUnitDebuggeeWrapper.java:109)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.internalTearDown(JDWPTestCase.java:108)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalTearDown(JDWPSyncTestCase.java:83)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.tearDown(JDWPRawTestCase.java:118)
> Caused by: java.lang.IllegalThreadStateException: process has not exited
>         at java.lang.Runtime$SubProcess.exitValue(Runtime.java:357)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:279)
>         at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87)
>         ... 14 more
> Test: testSuspend001Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTestjava.lang.ArrayIndexOutOfBoundsException
>         at org.apache.harmony.jpda.tests.framework.jdwp.Packet.readFromByteArray(Packet.java:1222)
>         at org.apache.harmony.jpda.tests.framework.jdwp.Packet.getNextValueAsInt(Packet.java:335)
>         at org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest.testSuspend001(SuspendTest.java:88)
>         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> ***********************************************************
> Modifications since last successful build:      (2)
>
> add cc-hdk log20071010120809Lbuild.250 10/10/2007 12:08:09hdk
> add cc-hdk log20071010100016Lbuild.249 10/10/2007 10:00:16hdk
>
> begin 644 execution_log.zip
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
> M<$4R (?69DNBKD&YJP$$LDKO$MWE.H D("": ),MK+?_AN*G>A]PFN)[RQ[
> M6'T;*5%RU+G4FY9D:0"/ML=]$-?X3%C(CIPKL<W(KD(B!U&E?C\=265S0[3E
> MA[:"\0(O499:@AE>%3CY&&FC))G7TP3&J@>1*R3& 5B*BG(9XPE,8"Q'+8DJ
> MT_P7A9(;D]CY<Q(Y3]>IA%QD6N\0Q2(#U_[F>\;*,]-4$%[L;V2*:*W+UIV?
> M;5[FR-6K\_,/G=29J_'^!),LC7\?AYK:5D/?26'KO36P@EF;:NB6ZLQJ"DT=
> MEJG^E"L+#MN;MXUNZBP&M371P\-#E;PAE85[9XQ_LW<CTAOFQLPIHD_9#C?9
> MVH)L59*-+9;8UT+KXK.]_]!_?^3[CYQQF7__L<02@TGK\:@(&;\/@Q"D@^Y/
> M[T;>H8!TX1*#I5>DU<Q]M;J[\'N:I;DJ6^7D$YBGOL33 4X)'%6)#8-PI!/C
> M:<*II'P*3M&5='0(][HY^A8:):@O]?;QP#BNQJ^TAAFU04-%;H@NA"9J+%SM
> MXEGT71<W@K/P$OF5, 8/)PR_VH2>9_I6"T+)1^B9P5>;F\@D]DF1"O+TFU/=
> M0ZM92HY3H&J#R&1;MGU59.H!RI]PVXZ$ -N['[C>F"(\#C%D0C^)Q]EGFDX=
> M"F,,(<=&KYA+DO&D^/UJ2V\-9*2^Y46MZZY7?W3E0WK+NI- 0+&QUU1<0.AS
> MCW^41FFEMP#4]FMZT'X-GAK^7G-G!/^@/AS\/U!+ 0(4 PH    ( $^/2C=,
> M5+XD81(  *V    2              "D@0    !E>&5C=71I;VY?;&]G+FAT
> 8;6Q02P4&      $  0!     D1(
> end
>

Re: [drlvm][regression] Re: [build-test alert] FAILED Windows 2003 x86: jdktools-test debug

Posted by Eugene Ostrovsky <eu...@gmail.com>.
Good patch.

But 2 tests still fail.
https://issues.apache.org/jira/browse/HARMONY-4939

They pass with reverted r583223.

On 10/12/07, Pavel Rebriy <pa...@gmail.com> wrote:
> I've submitted the patch to fix the issue [1]. Please check regressions.
>
> [1] https://issues.apache.org/jira/secure/attachment/12367624/H4930.patch
>
> On 11/10/2007, Gregory Shimansky <gs...@apache.org> wrote:
> >
> > Eugene Ostrovsky wrote:
> > > We've got a regression:
> > https://issues.apache.org/jira/browse/HARMONY-4930
> > >
> > > Please undo commit r583223.
> > > It could be done with patch -R command without reverting latest commits.
> >
> > This one is a very big commit. Is it possible to fix this regression
> > without fully reverting it?
> >
> > --
> > Gregory
> >
> >
>
>
> --
> Best regards,
> Pavel Rebriy
>

Re: [drlvm][regression] Re: [build-test alert] FAILED Windows 2003 x86: jdktools-test debug

Posted by Pavel Rebriy <pa...@gmail.com>.
I've submitted the patch to fix the issue [1]. Please check regressions.

[1] https://issues.apache.org/jira/secure/attachment/12367624/H4930.patch

On 11/10/2007, Gregory Shimansky <gs...@apache.org> wrote:
>
> Eugene Ostrovsky wrote:
> > We've got a regression:
> https://issues.apache.org/jira/browse/HARMONY-4930
> >
> > Please undo commit r583223.
> > It could be done with patch -R command without reverting latest commits.
>
> This one is a very big commit. Is it possible to fix this regression
> without fully reverting it?
>
> --
> Gregory
>
>


-- 
Best regards,
Pavel Rebriy

Re: [drlvm][regression] Re: [build-test alert] FAILED Windows 2003 x86: jdktools-test debug

Posted by Gregory Shimansky <gs...@apache.org>.
Eugene Ostrovsky wrote:
> We've got a regression: https://issues.apache.org/jira/browse/HARMONY-4930
> 
> Please undo commit r583223.
> It could be done with patch -R command without reverting latest commits.

This one is a very big commit. Is it possible to fix this regression 
without fully reverting it?

-- 
Gregory