You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2008/01/31 10:39:34 UTC

[jira] Resolved: (HARMONY-4435) [buildtest][func] Missing resource file for RuntimeExtend1 test

     [ https://issues.apache.org/jira/browse/HARMONY-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura resolved HARMONY-4435.
-------------------------------------

    Resolution: Fixed

Thanks Elena for the jar. The test was fixed at r617077.
Please check that the fix works for you.

> [buildtest][func] Missing resource file for RuntimeExtend1 test
> ---------------------------------------------------------------
>
>                 Key: HARMONY-4435
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4435
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Elena Sayapina
>            Assignee: Stepan Mishura
>         Attachments: child.jar
>
>
> Functional test org.apache.harmony.test.func.jit.HLO.devirt.Runtime.RuntimeExtend1.RuntimeExtend1 missing resource file src/test/org/apache/harmony/test/func/jit/HLO/devirt/Runtime/RuntimeExtend1/auxiliary/child.jar.
> It seems that child.jar was lost during functional suite contribution (https://issues.apache.org/jira/browse/HARMONY-3528)
> It causes the test fail:
> Start RuntimeExtend1 test...
> java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> java.security.AccessController.doPrivileged(Native Method)
> java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> org.apache.harmony.test.func.jit.HLO.devirt.Runtime.RuntimeExtend1.AuxiliaryClass.changeObj(Unknown Source)
> org.apache.harmony.test.func.jit.HLO.devirt.Runtime.RuntimeExtend1.RuntimeExtend1.test(Unknown Source)
> org.apache.harmony.share.Test.test(Unknown Source)
> org.apache.harmony.test.func.jit.HLO.devirt.Runtime.RuntimeExtend1.RuntimeExtend1.main(Unknown Source)
> TEST FAILED: unexpected java.lang.ClassNotFoundException: org.apache.harmony.test.func.jit.HLO.devirt.Runtime.RuntimeExtend1.Child
> Please, use attached child.jar to prepare RuntimeExtend1 test patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.