You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/12/28 14:33:44 UTC

[jira] Closed: (HARMONY-4328) [buildtest][vts] Test vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02.xml should be removed

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

Gregory Shimansky closed HARMONY-4328.
--------------------------------------


No response, assuming ok.

> [buildtest][vts] Test vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02.xml  should be removed
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4328
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4328
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vera Petrashkova
>            Assignee: Gregory Shimansky
>            Priority: Minor
>         Attachments: H4328.patch
>
>
> According to J2SE specification:
>     If ACC_INTERFACE flag of the class is set then its ACC_ABSTRACT flag must also be set.
> Test vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02.xml  checks that 
> if class file contains interface without abstract flag then VM should throw ClassFormatError.
> But some classes of existing applications are interfaces without ACC_ABSTRACT flag
> set. This is the reason why Harmony allows interfaces without abstract flag.
> RI also allows such interfaces.
> As the result this test fails on Harmony and RI.
> It is useless and should be removed.

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