You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vera Petrashkova (JIRA)" <ji...@apache.org> on 2007/07/13 12:09:04 UTC

[jira] Created: (HARMONY-4466) [buildtest][func] 3 agentpath tests can not be run on Linux

[buildtest][func] 3 agentpath tests can not be run on Linux
-----------------------------------------------------------

                 Key: HARMONY-4466
                 URL: https://issues.apache.org/jira/browse/HARMONY-4466
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
         Environment: Linux
            Reporter: Vera Petrashkova
            Priority: Minor


The following 3 tests from Functional test suite
    functional/org/apache/harmony/test/func/vm/cli/agentpath/agentpath01/agentpath01.xml
    functional/org/apache/harmony/test/func/vm/cli/agentpath/agentpath02/agentpath02.xml
    functional/org/apache/harmony/test/func/vm/cli/agentpath/agentpath03/agentpath03.xml

always fail on Linux because they are invalid.

According to their descriptions they try to use incorrect library (which can be used only on Windows),
see for example, agentpath01.xml

Agentpath1.xml
        <Runner ID="Execute">       
            <Param name="toRun" value="$TestedRuntime">
                <Option name="-agentpath:$TestSuiteRoot$FileSeparatorbin$FileSeparatorlib$FileSeparatortestlib.dll"/> <<<<<<<
                <Option name="-classpath" value="$CP"/>
                <Option name="CommonTest"/>
            </Param>        
        </Runner>                               

But if  " -agentpath:<library name>" option is defined then "library name" should be specified with "platform dependent  name".

Descriptions of these tests should be fixed.


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