JVM KT-49548 extra test
This commit is contained in:
committed by
TeamCityServer
parent
9a4cff0dc7
commit
76bdf4ff1a
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -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");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -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");
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user