Add several new SMAP tests
Some of them are still failing and suppose to be fixed later
This commit is contained in:
Generated
+15
@@ -3590,6 +3590,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("coroutinesWithTailCallOtpimization.kt")
|
||||
public void testCoroutinesWithTailCallOtpimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/coroutinesWithTailCallOtpimization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("crossroutines.kt")
|
||||
public void testCrossroutines() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/crossroutines.kt");
|
||||
@@ -3610,6 +3615,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/smap/forInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineProperty.kt")
|
||||
public void testInlineProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/interleavedFiles.kt");
|
||||
@@ -3665,6 +3675,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/smap/smapWithOldSyntax.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("tryFinally1.kt")
|
||||
public void testTryFinally1() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/tryFinally1.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user