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/05 09:02:22 UTC

[jira] Created: (HARMONY-4347) [buildtest][vts] 2 VTS tests for jst ibstruction should be removed

[buildtest][vts] 2 VTS tests for jst ibstruction should be removed
------------------------------------------------------------------

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


The following VTS tests 
    vm/jvms/classFile/finally/finally09/finally0901/finally0901.xml
    vm/jvms/classFile/constraints/structural/constraint23/subroutine01/subroutine01.xml

try to check that no jsr instruction may be used recursively to call subroutine.

But it is not clear how to define the subroutine body formally and do these tests
demonstrate that used jsr instructions call the same subroutine recursively.
For more explanation see H-3755 https://issues.apache.org/jira/browse/HARMONY-3755

These tests should be removed or 


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


Re: [jira] Created: (HARMONY-4347) [buildtest][vts] 2 VTS tests for jst ibstruction should be removed

Posted by Mikhail Loenko <ml...@gmail.com>.
I think both test are valid: they are negative tests
with recursion in calling subroutines

Thanks,
Mikhail

2007/7/5, Vera Petrashkova (JIRA) <ji...@apache.org>:
> [buildtest][vts] 2 VTS tests for jst ibstruction should be removed
> ------------------------------------------------------------------
>
>                 Key: HARMONY-4347
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4347
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vera Petrashkova
>
>
> The following VTS tests
>    vm/jvms/classFile/finally/finally09/finally0901/finally0901.xml
>    vm/jvms/classFile/constraints/structural/constraint23/subroutine01/subroutine01.xml
>
> try to check that no jsr instruction may be used recursively to call subroutine.
>
> But it is not clear how to define the subroutine body formally and do these tests
> demonstrate that used jsr instructions call the same subroutine recursively.
> For more explanation see H-3755 https://issues.apache.org/jira/browse/HARMONY-3755
>
> These tests should be removed or
>
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Updated: (HARMONY-4347) [buildtest][vts] 2 VTS tests for jsr instruction should be removed

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

Vera Petrashkova updated HARMONY-4347:
--------------------------------------

    Description: 
The following VTS tests 
    vm/jvms/classFile/finally/finally09/finally0901/finally0901.xml
    vm/jvms/classFile/constraints/structural/constraint23/subroutine01/subroutine01.xml

try to check that no jsr instruction may be used recursively to call subroutine.

But it is not clear how to define the subroutine body formally and do these tests
demonstrate that used jsr instructions call the same subroutine recursively.
For more clarification see H-3755 https://issues.apache.org/jira/browse/HARMONY-3755

These tests should be removed or 


  was:
The following VTS tests 
    vm/jvms/classFile/finally/finally09/finally0901/finally0901.xml
    vm/jvms/classFile/constraints/structural/constraint23/subroutine01/subroutine01.xml

try to check that no jsr instruction may be used recursively to call subroutine.

But it is not clear how to define the subroutine body formally and do these tests
demonstrate that used jsr instructions call the same subroutine recursively.
For more explanation see H-3755 https://issues.apache.org/jira/browse/HARMONY-3755

These tests should be removed or 


        Summary: [buildtest][vts] 2 VTS tests for jsr instruction should be removed  (was: [buildtest][vts] 2 VTS tests for jst ibstruction should be removed)

> [buildtest][vts] 2 VTS tests for jsr instruction should be removed
> ------------------------------------------------------------------
>
>                 Key: HARMONY-4347
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4347
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vera Petrashkova
>
> The following VTS tests 
>     vm/jvms/classFile/finally/finally09/finally0901/finally0901.xml
>     vm/jvms/classFile/constraints/structural/constraint23/subroutine01/subroutine01.xml
> try to check that no jsr instruction may be used recursively to call subroutine.
> But it is not clear how to define the subroutine body formally and do these tests
> demonstrate that used jsr instructions call the same subroutine recursively.
> For more clarification see H-3755 https://issues.apache.org/jira/browse/HARMONY-3755
> These tests should be removed or 

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


[jira] Commented: (HARMONY-4347) [buildtest][vts] 2 VTS tests for jsr instruction should be removed

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510308 ] 

Mikhail Loenko commented on HARMONY-4347:
-----------------------------------------

duplicate of my posting to the dev list:
I think both tests are valid: they are negative tests with recursion in calling subroutines


> [buildtest][vts] 2 VTS tests for jsr instruction should be removed
> ------------------------------------------------------------------
>
>                 Key: HARMONY-4347
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4347
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vera Petrashkova
>
> The following VTS tests 
>     vm/jvms/classFile/finally/finally09/finally0901/finally0901.xml
>     vm/jvms/classFile/constraints/structural/constraint23/subroutine01/subroutine01.xml
> try to check that no jsr instruction may be used recursively to call subroutine.
> But it is not clear how to define the subroutine body formally and do these tests
> demonstrate that used jsr instructions call the same subroutine recursively.
> For more clarification see H-3755 https://issues.apache.org/jira/browse/HARMONY-3755
> These tests should be removed or 

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