[Test] Convert IGNORE: NATIVE directives in rest of tests

^KT-59057 Fixed

Merge-request: KT-MR-10794
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
Vladimir Sukharev
2023-06-26 07:44:12 +00:00
committed by Space Team
parent 8a69904d02
commit 09a0905ffc
19 changed files with 68 additions and 106 deletions
@@ -25223,6 +25223,12 @@ 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 {
@@ -25223,6 +25223,12 @@ 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 {