diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java index 0d7c4143798..35b48ce1394 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java @@ -23796,9 +23796,9 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes } @Test - @TestMetadata("kt1047.kt") - public void testKt1047() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt1047.kt"); + @TestMetadata("kt1047a.kt") + public void testKt1047a() throws Exception { + runTest("compiler/testData/codegen/box/objects/kt1047a.kt"); } @Test @@ -23819,12 +23819,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/objects/kt1600.kt"); } - @Test - @TestMetadata("kt1737.kt") - public void testKt1737() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt1737.kt"); - } - @Test @TestMetadata("kt18982.kt") public void testKt18982() throws Exception { @@ -23843,12 +23837,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/objects/kt2663.kt"); } - @Test - @TestMetadata("kt2663_2.kt") - public void testKt2663_2() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt2663_2.kt"); - } - @Test @TestMetadata("kt2663_3.kt") public void testKt2663_3() throws Exception { @@ -23879,12 +23867,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/objects/kt32351.kt"); } - @Test - @TestMetadata("kt3238.kt") - public void testKt3238() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt3238.kt"); - } - @Test @TestMetadata("kt32749.kt") public void testKt32749() throws Exception { @@ -25145,12 +25127,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/primitiveTypes/kt665.kt"); } - @Test - @TestMetadata("kt684.kt") - public void testKt684() throws Exception { - runTest("compiler/testData/codegen/box/primitiveTypes/kt684.kt"); - } - @Test @TestMetadata("kt711.kt") public void testKt711() throws Exception { @@ -25211,12 +25187,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/primitiveTypes/kt887.kt"); } - @Test - @TestMetadata("kt935.kt") - public void testKt935() throws Exception { - runTest("compiler/testData/codegen/box/primitiveTypes/kt935.kt"); - } - @Test @TestMetadata("nullAsNullableIntIsNull.kt") public void testNullAsNullableIntIsNull() throws Exception { @@ -25253,12 +25223,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt"); } - @Test - @TestMetadata("substituteIntForGeneric.kt") - public void testSubstituteIntForGeneric() throws Exception { - runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt"); - } - @Test @TestMetadata("unboxComparable.kt") public void testUnboxComparable() throws Exception { @@ -25817,12 +25781,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/properties/kt10729.kt"); } - @Test - @TestMetadata("kt1159.kt") - public void testKt1159() throws Exception { - runTest("compiler/testData/codegen/box/properties/kt1159.kt"); - } - @Test @TestMetadata("kt1165.kt") public void testKt1165() throws Exception { @@ -25853,12 +25811,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/properties/kt1417.kt"); } - @Test - @TestMetadata("kt1714.kt") - public void testKt1714() throws Exception { - runTest("compiler/testData/codegen/box/properties/kt1714.kt"); - } - @Test @TestMetadata("kt1714_minimal.kt") public void testKt1714_minimal() throws Exception { @@ -32941,12 +32893,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/regressions/Kt1149.kt"); } - @Test - @TestMetadata("kt1172.kt") - public void testKt1172() throws Exception { - runTest("compiler/testData/codegen/box/regressions/kt1172.kt"); - } - @Test @TestMetadata("kt13381.kt") public void testKt13381() throws Exception { @@ -33767,12 +33713,6 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/sealed/kt54028.kt"); } - @Test - @TestMetadata("kt54028_cursed.kt") - public void testKt54028_cursed() throws Exception { - runTest("compiler/testData/codegen/box/sealed/kt54028_cursed.kt"); - } - @Test @TestMetadata("multipleFiles_enabled.kt") public void testMultipleFiles_enabled() throws Exception { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java index d796bdeaab3..5f90fecea3b 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java @@ -23796,9 +23796,9 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest } @Test - @TestMetadata("kt1047.kt") - public void testKt1047() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt1047.kt"); + @TestMetadata("kt1047a.kt") + public void testKt1047a() throws Exception { + runTest("compiler/testData/codegen/box/objects/kt1047a.kt"); } @Test @@ -23819,12 +23819,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/objects/kt1600.kt"); } - @Test - @TestMetadata("kt1737.kt") - public void testKt1737() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt1737.kt"); - } - @Test @TestMetadata("kt18982.kt") public void testKt18982() throws Exception { @@ -23843,12 +23837,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/objects/kt2663.kt"); } - @Test - @TestMetadata("kt2663_2.kt") - public void testKt2663_2() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt2663_2.kt"); - } - @Test @TestMetadata("kt2663_3.kt") public void testKt2663_3() throws Exception { @@ -23879,12 +23867,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/objects/kt32351.kt"); } - @Test - @TestMetadata("kt3238.kt") - public void testKt3238() throws Exception { - runTest("compiler/testData/codegen/box/objects/kt3238.kt"); - } - @Test @TestMetadata("kt32749.kt") public void testKt32749() throws Exception { @@ -25145,12 +25127,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/primitiveTypes/kt665.kt"); } - @Test - @TestMetadata("kt684.kt") - public void testKt684() throws Exception { - runTest("compiler/testData/codegen/box/primitiveTypes/kt684.kt"); - } - @Test @TestMetadata("kt711.kt") public void testKt711() throws Exception { @@ -25211,12 +25187,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/primitiveTypes/kt887.kt"); } - @Test - @TestMetadata("kt935.kt") - public void testKt935() throws Exception { - runTest("compiler/testData/codegen/box/primitiveTypes/kt935.kt"); - } - @Test @TestMetadata("nullAsNullableIntIsNull.kt") public void testNullAsNullableIntIsNull() throws Exception { @@ -25253,12 +25223,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt"); } - @Test - @TestMetadata("substituteIntForGeneric.kt") - public void testSubstituteIntForGeneric() throws Exception { - runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt"); - } - @Test @TestMetadata("unboxComparable.kt") public void testUnboxComparable() throws Exception { @@ -25817,12 +25781,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/properties/kt10729.kt"); } - @Test - @TestMetadata("kt1159.kt") - public void testKt1159() throws Exception { - runTest("compiler/testData/codegen/box/properties/kt1159.kt"); - } - @Test @TestMetadata("kt1165.kt") public void testKt1165() throws Exception { @@ -25853,12 +25811,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/properties/kt1417.kt"); } - @Test - @TestMetadata("kt1714.kt") - public void testKt1714() throws Exception { - runTest("compiler/testData/codegen/box/properties/kt1714.kt"); - } - @Test @TestMetadata("kt1714_minimal.kt") public void testKt1714_minimal() throws Exception { @@ -32941,12 +32893,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/regressions/Kt1149.kt"); } - @Test - @TestMetadata("kt1172.kt") - public void testKt1172() throws Exception { - runTest("compiler/testData/codegen/box/regressions/kt1172.kt"); - } - @Test @TestMetadata("kt13381.kt") public void testKt13381() throws Exception { @@ -33767,12 +33713,6 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/sealed/kt54028.kt"); } - @Test - @TestMetadata("kt54028_cursed.kt") - public void testKt54028_cursed() throws Exception { - runTest("compiler/testData/codegen/box/sealed/kt54028_cursed.kt"); - } - @Test @TestMetadata("multipleFiles_enabled.kt") public void testMultipleFiles_enabled() throws Exception {