[test] Split KMP IR text tests onto K1-only and K2-only groups
^KT-60390
This commit is contained in:
committed by
Space Team
parent
79c300209e
commit
0b3d64719f
+21
-21
@@ -1032,45 +1032,45 @@ public class FirLightTreeJvmIrTextTestGenerated extends AbstractFirLightTreeJvmI
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/ir/FirPsiJvmIrTextTestGenerated.java
Generated
+21
-21
@@ -1032,45 +1032,45 @@ public class FirPsiJvmIrTextTestGenerated extends AbstractFirPsiJvmIrTextTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-33
@@ -1,33 +0,0 @@
|
||||
// FIR_IDENTICAL
|
||||
// IGNORE_BACKEND_K1: JVM_IR, JS_IR
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
|
||||
// KT-61141: NO_ACTUAL_FOR_EXPECT: Expected class 'C' has no actual declaration in module <common> for Native (21,14) in /common.kt
|
||||
// IGNORE_BACKEND_K1: NATIVE
|
||||
|
||||
// MODULE: common
|
||||
// FILE: common.kt
|
||||
|
||||
interface I1 {
|
||||
fun f(): String
|
||||
|
||||
val p: Int
|
||||
}
|
||||
|
||||
interface I2 {
|
||||
fun f(): String
|
||||
|
||||
val p: Int
|
||||
}
|
||||
|
||||
@Suppress("ABSTRACT_MEMBER_NOT_IMPLEMENTED") // Workaround for KT-60390
|
||||
expect class C() : I1, I2
|
||||
|
||||
// MODULE: platform()()(common)
|
||||
// FILE: platform.kt
|
||||
|
||||
actual class C : I1, I2 {
|
||||
override fun f() = "OK"
|
||||
|
||||
override val p = 42
|
||||
}
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND_K2: ANY
|
||||
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
|
||||
expect abstract class A protected constructor() {
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND_K2: ANY
|
||||
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||
|
||||
// SKIP_KLIB_TEST
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
|
||||
+3
-2
@@ -1,6 +1,7 @@
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_BACKEND_K2: ANY
|
||||
// FIR status: In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
|
||||
expect enum class MyEnum {
|
||||
FOO,
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND_K2: ANY
|
||||
// ^^^ In FIR, declaring the same `expect` and `actual` classes in one compiler module is not possible (see KT-55177).
|
||||
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
// SKIP_KLIB_TEST
|
||||
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
// IGNORE_BACKEND_K1: ANY
|
||||
// ^^^ K1 as well as K1-based test infra do not support "fragment refinement".
|
||||
|
||||
// FIR_IDENTICAL
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
|
||||
// MODULE: common
|
||||
// FILE: common.kt
|
||||
|
||||
interface I1 {
|
||||
fun f(): String
|
||||
val p: Int
|
||||
}
|
||||
|
||||
interface I2 {
|
||||
fun f(): String
|
||||
val p: Int
|
||||
}
|
||||
|
||||
expect class C() : I1, I2 {
|
||||
override fun f(): String
|
||||
override val p: Int
|
||||
}
|
||||
|
||||
// MODULE: platform()()(common)
|
||||
// FILE: platform.kt
|
||||
|
||||
actual class C : I1, I2 {
|
||||
actual override fun f() = "OK"
|
||||
actual override val p = 42
|
||||
}
|
||||
+3
-4
@@ -1,11 +1,10 @@
|
||||
// IGNORE_BACKEND_K1: ANY
|
||||
// ^^^ K1 as well as K1-based test infra do not support "fragment refinement".
|
||||
|
||||
// FIR_IDENTICAL
|
||||
// IGNORE_BACKEND_K1: JVM_IR, JS_IR
|
||||
// SKIP_KLIB_TEST
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
|
||||
// KT-61141: NO_ACTUAL_FOR_EXPECT: Expected class 'C1' has no actual declaration in module <common> for Native (9,19) in /common.kt
|
||||
// IGNORE_BACKEND_K1: NATIVE
|
||||
|
||||
// MODULE: common
|
||||
// FILE: common.kt
|
||||
|
||||
+3
-1
@@ -1,6 +1,8 @@
|
||||
// IGNORE_BACKEND_K1: ANY
|
||||
// ^^^ K1 as well as K1-based test infra do not support "fragment refinement".
|
||||
|
||||
// FIR_IDENTICAL
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_BACKEND_K1: ANY
|
||||
|
||||
// MODULE: lib
|
||||
// FILE: lib.kt
|
||||
+21
-21
@@ -1032,45 +1032,45 @@ public class ClassicJvmIrTextTestGenerated extends AbstractClassicJvmIrTextTest
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+21
-21
@@ -835,39 +835,39 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/declarations/multiplatform"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Generated
+21
-21
@@ -942,45 +942,45 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+21
-21
@@ -942,45 +942,45 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+21
-21
@@ -942,45 +942,45 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+21
-21
@@ -942,45 +942,45 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+21
-21
@@ -942,45 +942,45 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+21
-21
@@ -942,45 +942,45 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectClassInherited.kt")
|
||||
public void testExpectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectClassInherited.kt");
|
||||
@TestMetadata("K1_expectClassInherited.kt")
|
||||
public void testK1_expectClassInherited() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectClassInherited.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectIntersectionOverride.kt")
|
||||
public void testExpectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectIntersectionOverride.kt");
|
||||
@TestMetadata("K1_expectMemberInNotExpectClass.kt")
|
||||
public void testK1_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClass.kt")
|
||||
public void testExpectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClass.kt");
|
||||
@TestMetadata("K1_expectedEnumClass.kt")
|
||||
public void testK1_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedEnumClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectMemberInNotExpectClassFir.kt")
|
||||
public void testExpectMemberInNotExpectClassFir() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectMemberInNotExpectClassFir.kt");
|
||||
@TestMetadata("K1_expectedSealedClass.kt")
|
||||
public void testK1_expectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K1_expectedSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass.kt")
|
||||
public void testExpectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.kt");
|
||||
@TestMetadata("K2_expectIntersectionOverride.kt")
|
||||
public void testK2_expectIntersectionOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedEnumClass2.kt")
|
||||
public void testExpectedEnumClass2() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass2.kt");
|
||||
@TestMetadata("K2_expectMemberInNotExpectClass.kt")
|
||||
public void testK2_expectMemberInNotExpectClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectMemberInNotExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedSealedClass.kt")
|
||||
public void testExpectedSealedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/expectedSealedClass.kt");
|
||||
@TestMetadata("K2_expectedEnumClass.kt")
|
||||
public void testK2_expectedEnumClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/multiplatform/K2_expectedEnumClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user