Index: tests/vts/vm/src/test/vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02.xml =================================================================== --- tests/vts/vm/src/test/vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02.xml (revision 565812) +++ tests/vts/vm/src/test/vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02.xml (working copy) @@ -1,51 +0,0 @@ - - - - - - - - Checks that VM throws java.lang.ClassFormatError during loading class with - ACC_INTERFACE flag set, but without ACC_ABSTRACT flag. Negative test. - Covered assertions assert_class052 - - - - - - - - - - - - - - - Index: tests/vts/vm/src/test/vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02n.ccode =================================================================== --- tests/vts/vm/src/test/vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02n.ccode (revision 565812) +++ tests/vts/vm/src/test/vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02n.ccode (working copy) @@ -1,66 +0,0 @@ -/* - Copyright 2005-2006 The Apache Software Foundation or its licensors, as applicable - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - - See the License for the specific language governing permissions and - limitations under the License. -*/ -// Ccode file - -/** - * @author: Khen G. Kim - * @version: $Revision: 1.1.1.1 $ - */ - -magic = xCAFEBABE - -minor_version = 3 - -major_version = 45 - -constant_pool_count = 7 - -constant_pool { - /* #1 */ UTF8 = "org/apache/harmony/vts/test/vm/jvms/classFile/structure/accessFlags/accessFlags02/accessFlags02n" - /* #2 */ UTF8 = "accessFlags02n" - /* #3 */ UTF8 = "java/lang/Object" - /* #4 */ Class = #3 - /* #5 */ Class = #1 - /* #6 */ UTF8 = "SourceFile" -} - -access_flags = PUBLIC INTERFACE //Invalid tested combination of the access flags. ABSTRACT is not set. - -this_class = #5 - -super_class = #4 - -interfaces_count = 0 - -interfaces { -} - -fields_count = 0 - -methods_count = 0 - -methods { -} - -attributes_count = 1 -attributes { - attribute SourceFile { - attribute_name_index = #6 // "SourceFile" - attribute_length = 2 - sourcefile_index = #2 // "accessFlags02n" - } -}