Tests: adjust test data for bytecode listing tests

- remove obsolete `IGNORE_BACKEND: JVM` directives
- move contents of .ir.txt files to the corresponding .txt
This commit is contained in:
Alexander Udalov
2023-11-01 16:19:42 +01:00
committed by Space Team
parent 1cf04916d6
commit 968dfddbc9
348 changed files with 865 additions and 9800 deletions
@@ -2,7 +2,7 @@ public final class UIntArray {
// source: 'unsignedArray.kt'
private final field storage: int[]
private synthetic method <init>(p0: int[]): void
public synthetic method add(p0: java.lang.Object): boolean
public synthetic bridge method add(p0: java.lang.Object): boolean
public method add-WZ4Q5Ns(p0: int): boolean
public method addAll(p0: java.util.Collection): boolean
public synthetic final static method box-impl(p0: int[]): UIntArray
@@ -29,7 +29,7 @@ public final class UIntArray {
public method remove(p0: java.lang.Object): boolean
public method removeAll(p0: java.util.Collection): boolean
public method retainAll(p0: java.util.Collection): boolean
public bridge final method size(): int
public synthetic bridge method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
public method toString(): java.lang.String