[K/N] Run irText tests for K1/Native

^KT-58240
This commit is contained in:
Vladimir Sukharev
2023-08-09 22:21:59 +02:00
committed by Space Team
parent 40c9f831e2
commit 3aa6c9e74d
69 changed files with 3376 additions and 73 deletions
@@ -76,12 +76,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/classes/classes.kt");
}
@Test
@TestMetadata("cloneable.kt")
public void testCloneable() throws Exception {
runTest("compiler/testData/ir/irText/classes/cloneable.kt");
}
@Test
@TestMetadata("companionObject.kt")
public void testCompanionObject() throws Exception {
@@ -2484,12 +2478,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
}
@Test
@TestMetadata("valueClassEquals.kt")
public void testValueClassEquals() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/valueClassEquals.kt");
}
@Test
@TestMetadata("VarInInit.kt")
public void testVarInInit() throws Exception {
@@ -76,12 +76,6 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
runTest("compiler/testData/ir/irText/classes/classes.kt");
}
@Test
@TestMetadata("cloneable.kt")
public void testCloneable() throws Exception {
runTest("compiler/testData/ir/irText/classes/cloneable.kt");
}
@Test
@TestMetadata("companionObject.kt")
public void testCompanionObject() throws Exception {
@@ -2484,12 +2478,6 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
}
@Test
@TestMetadata("valueClassEquals.kt")
public void testValueClassEquals() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/valueClassEquals.kt");
}
@Test
@TestMetadata("VarInInit.kt")
public void testVarInInit() throws Exception {
@@ -76,12 +76,6 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
runTest("compiler/testData/ir/irText/classes/classes.kt");
}
@Test
@TestMetadata("cloneable.kt")
public void testCloneable() throws Exception {
runTest("compiler/testData/ir/irText/classes/cloneable.kt");
}
@Test
@TestMetadata("companionObject.kt")
public void testCompanionObject() throws Exception {
@@ -2484,12 +2478,6 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
}
@Test
@TestMetadata("valueClassEquals.kt")
public void testValueClassEquals() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/valueClassEquals.kt");
}
@Test
@TestMetadata("VarInInit.kt")
public void testVarInInit() throws Exception {