[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:
committed by
Space Team
parent
8a69904d02
commit
09a0905ffc
Generated
+6
@@ -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 {
|
||||
|
||||
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user