Add several new SMAP tests
Some of them are still failing and suppose to be fixed later
This commit is contained in:
+24
@@ -4570,6 +4570,12 @@ public class FirLightTreeBlackBoxInlineCodegenTestGenerated extends AbstractFirL
|
||||
runTest("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("coroutinesWithTailCallOtpimization.kt")
|
||||
public void testCoroutinesWithTailCallOtpimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/coroutinesWithTailCallOtpimization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("crossroutines.kt")
|
||||
public void testCrossroutines() throws Exception {
|
||||
@@ -4594,6 +4600,12 @@ public class FirLightTreeBlackBoxInlineCodegenTestGenerated extends AbstractFirL
|
||||
runTest("compiler/testData/codegen/boxInline/smap/forInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineProperty.kt")
|
||||
public void testInlineProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
@@ -4666,6 +4678,18 @@ public class FirLightTreeBlackBoxInlineCodegenTestGenerated extends AbstractFirL
|
||||
runTest("compiler/testData/codegen/boxInline/smap/smapWithOldSyntax.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally1.kt")
|
||||
public void testTryFinally1() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally2.kt")
|
||||
public void testTryFinally2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally2.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+24
@@ -4570,6 +4570,12 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
|
||||
runTest("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("coroutinesWithTailCallOtpimization.kt")
|
||||
public void testCoroutinesWithTailCallOtpimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/coroutinesWithTailCallOtpimization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("crossroutines.kt")
|
||||
public void testCrossroutines() throws Exception {
|
||||
@@ -4594,6 +4600,12 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
|
||||
runTest("compiler/testData/codegen/boxInline/smap/forInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineProperty.kt")
|
||||
public void testInlineProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
@@ -4666,6 +4678,18 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
|
||||
runTest("compiler/testData/codegen/boxInline/smap/smapWithOldSyntax.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally1.kt")
|
||||
public void testTryFinally1() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally2.kt")
|
||||
public void testTryFinally2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally2.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+24
@@ -4570,6 +4570,12 @@ public class FirPsiBlackBoxInlineCodegenTestGenerated extends AbstractFirPsiBlac
|
||||
runTest("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("coroutinesWithTailCallOtpimization.kt")
|
||||
public void testCoroutinesWithTailCallOtpimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/coroutinesWithTailCallOtpimization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("crossroutines.kt")
|
||||
public void testCrossroutines() throws Exception {
|
||||
@@ -4594,6 +4600,12 @@ public class FirPsiBlackBoxInlineCodegenTestGenerated extends AbstractFirPsiBlac
|
||||
runTest("compiler/testData/codegen/boxInline/smap/forInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineProperty.kt")
|
||||
public void testInlineProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
@@ -4666,6 +4678,18 @@ public class FirPsiBlackBoxInlineCodegenTestGenerated extends AbstractFirPsiBlac
|
||||
runTest("compiler/testData/codegen/boxInline/smap/smapWithOldSyntax.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally1.kt")
|
||||
public void testTryFinally1() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally2.kt")
|
||||
public void testTryFinally2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally2.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+24
@@ -4570,6 +4570,12 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
|
||||
runTest("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("coroutinesWithTailCallOtpimization.kt")
|
||||
public void testCoroutinesWithTailCallOtpimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/coroutinesWithTailCallOtpimization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("crossroutines.kt")
|
||||
public void testCrossroutines() throws Exception {
|
||||
@@ -4594,6 +4600,12 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
|
||||
runTest("compiler/testData/codegen/boxInline/smap/forInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineProperty.kt")
|
||||
public void testInlineProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
@@ -4666,6 +4678,18 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
|
||||
runTest("compiler/testData/codegen/boxInline/smap/smapWithOldSyntax.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally1.kt")
|
||||
public void testTryFinally1() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tryFinally2.kt")
|
||||
public void testTryFinally2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally2.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user