Minor: drop new bytecode listing test that passes only in JVM_IR
Unfortunately, there's no way to mute it in JVM right now. Corresponding case is tracked as KT-42179, anyway.
This commit is contained in:
-5
@@ -289,11 +289,6 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noStubsInJavaSuperClass2.kt")
|
||||
public void testNoStubsInJavaSuperClass2() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noStubsInMutableIterable.kt")
|
||||
public void testNoStubsInMutableIterable() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInMutableIterable.kt");
|
||||
|
||||
-5
@@ -289,11 +289,6 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noStubsInJavaSuperClass2.kt")
|
||||
public void testNoStubsInJavaSuperClass2() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noStubsInMutableIterable.kt")
|
||||
public void testNoStubsInMutableIterable() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInMutableIterable.kt");
|
||||
|
||||
Reference in New Issue
Block a user