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/03 10:10:04 UTC

[jira] Created: (HARMONY-4317) [buildtest][vts] Test vm/jvmti/funcs/GetSourceDebugExtension/GetSourceDebugExtension0101/GetSourceDebugExtension0101.xml is incorrect

[buildtest][vts] Test vm/jvmti/funcs/GetSourceDebugExtension/GetSourceDebugExtension0101/GetSourceDebugExtension0101.xml is incorrect
-------------------------------------------------------------------------------------------------------------------------------------

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


According to J2SE JVMTI specification
    GetSourceDebugExtension returns the debug extension for used class. 
    The returned string contains exactly the debug extension information present in the class file.

Test 
             vm/jvmti/funcs/GetSourceDebugExtension/GetSourceDebugExtension0101/GetSourceDebugExtension0101.xml
should pass when GetSourceDebugExtension function returns not empty SourceDebugExcension information from defined class.

But used class GetSourceDebugExtension0101 does not contain any debug
information. 
So VM returns code JVMTI_ERROR_ABSENT_INFORMATION (101).
This test fails on Harmony and RI.



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


[jira] Assigned: (HARMONY-4317) [buildtest][vts] Test vm/jvmti/funcs/GetSourceDebugExtension/GetSourceDebugExtension0101/GetSourceDebugExtension0101.xml is incorrect

Posted by "Vladimir Ivanov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ivanov reassigned HARMONY-4317:
----------------------------------------

    Assignee: Vladimir Ivanov

> [buildtest][vts] Test vm/jvmti/funcs/GetSourceDebugExtension/GetSourceDebugExtension0101/GetSourceDebugExtension0101.xml is incorrect
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4317
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4317
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vera Petrashkova
>            Assignee: Vladimir Ivanov
>
> According to J2SE JVMTI specification
>     GetSourceDebugExtension returns the debug extension for used class. 
>     The returned string contains exactly the debug extension information present in the class file.
> Test 
>              vm/jvmti/funcs/GetSourceDebugExtension/GetSourceDebugExtension0101/GetSourceDebugExtension0101.xml
> should pass when GetSourceDebugExtension function returns not empty SourceDebugExcension information from defined class.
> But used class GetSourceDebugExtension0101 does not contain any debug
> information. 
> So VM returns code JVMTI_ERROR_ABSENT_INFORMATION (101).
> This test fails on Harmony and RI.

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