JVM KT-49548 extra test

This commit is contained in:
Dmitry Petrov
2021-11-10 07:11:00 +03:00
committed by TeamCityServer
parent 9a4cff0dc7
commit 76bdf4ff1a
9 changed files with 60 additions and 0 deletions
@@ -1103,6 +1103,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548.kt");
}
@TestMetadata("kt49548a.kt")
public void testKt49548a() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548a.kt");
}
@TestMetadata("kt5493.kt")
public void testKt5493() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt5493.kt");
@@ -1103,6 +1103,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548.kt");
}
@TestMetadata("kt49548a.kt")
public void testKt49548a() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548a.kt");
}
@TestMetadata("kt5493.kt")
public void testKt5493() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt5493.kt");
@@ -1212,6 +1212,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548.kt");
}
@Test
@TestMetadata("kt49548a.kt")
public void testKt49548a() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548a.kt");
}
@Test
@TestMetadata("kt5493.kt")
public void testKt5493() throws Exception {
@@ -1170,6 +1170,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548.kt");
}
@Test
@TestMetadata("kt49548a.kt")
public void testKt49548a() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548a.kt");
}
@Test
@TestMetadata("kt5493.kt")
public void testKt5493() throws Exception {