[test] Run irText tests against K1 frontend for JS

This commit is contained in:
Sergej Jaskiewicz
2023-03-14 20:20:53 +01:00
committed by Space Team
parent 502a0b7e10
commit 27ccef868a
135 changed files with 6607 additions and 697 deletions
@@ -2069,12 +2069,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/expressions/funInterface/castFromAny.kt");
}
@Test
@TestMetadata("functionSupertype.kt")
public void testFunctionSupertype() throws Exception {
runTest("compiler/testData/ir/irText/expressions/funInterface/functionSupertype.kt");
}
@Test
@TestMetadata("partialSam.kt")
public void testPartialSam() throws Exception {
@@ -2192,12 +2186,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/firProblems/FirBuilder.kt");
}
@Test
@TestMetadata("FlushFromAnonymous.kt")
public void testFlushFromAnonymous() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/FlushFromAnonymous.kt");
}
@Test
@TestMetadata("ImplicitReceiverStack.kt")
public void testImplicitReceiverStack() throws Exception {
@@ -2264,12 +2252,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/firProblems/recursiveCapturedTypeInPropertyReference.kt");
}
@Test
@TestMetadata("reflectFindAnnotationOnDefaultMethodParameter.kt")
public void testReflectFindAnnotationOnDefaultMethodParameter() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/reflectFindAnnotationOnDefaultMethodParameter.kt");
}
@Test
@TestMetadata("reflectGetOnNullableTypeAlias.kt")
public void testReflectGetOnNullableTypeAlias() throws Exception {
@@ -2682,12 +2664,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/stubs"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
}
@Test
@TestMetadata("constFromBuiltins.kt")
public void testConstFromBuiltins() throws Exception {
runTest("compiler/testData/ir/irText/stubs/constFromBuiltins.kt");
}
@Test
@TestMetadata("genericClassInDifferentModule.kt")
public void testGenericClassInDifferentModule() throws Exception {
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff