[K/N] Fix cleaning stack-local primitive array
^KT-55984
This commit is contained in:
committed by
Space Team
parent
9f850c1179
commit
2843c0ad1e
+6
@@ -549,6 +549,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55984.kt")
|
||||
public void testKt55984() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt594.kt")
|
||||
public void testKt594() throws Exception {
|
||||
|
||||
Generated
+6
@@ -331,6 +331,12 @@ public class JsLegacyPrimitiveArraysBoxTestGenerated extends AbstractJsLegacyPri
|
||||
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55984.kt")
|
||||
public void testKt55984() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt594.kt")
|
||||
public void testKt594() throws Exception {
|
||||
|
||||
+6
@@ -603,6 +603,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55984.kt")
|
||||
public void testKt55984() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt594.kt")
|
||||
public void testKt594() throws Exception {
|
||||
|
||||
+6
@@ -603,6 +603,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55984.kt")
|
||||
public void testKt55984() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt594.kt")
|
||||
public void testKt594() throws Exception {
|
||||
|
||||
+6
@@ -603,6 +603,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55984.kt")
|
||||
public void testKt55984() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt594.kt")
|
||||
public void testKt594() throws Exception {
|
||||
|
||||
+5
@@ -549,6 +549,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt55984.kt")
|
||||
public void testKt55984() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt594.kt")
|
||||
public void testKt594() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt594.kt");
|
||||
|
||||
Reference in New Issue
Block a user