[Test] Convert IGNORE: NATIVE directives in box tests from J to J
^KT-59057 Merge-request: KT-MR-10749 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
f3fcaa69eb
commit
1bf3bde4f8
Generated
-20
@@ -19156,26 +19156,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
public void testAllFilesPresentInObjectMethods() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/javaInterop/objectMethods"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("cloneCallsConstructor.kt")
|
||||
public void testCloneCallsConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/objectMethods/cloneCallsConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("cloneCallsSuper.kt")
|
||||
public void testCloneCallsSuper() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/objectMethods/cloneCallsSuper.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("cloneCallsSuperAndModifies.kt")
|
||||
public void testCloneCallsSuperAndModifies() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/objectMethods/cloneCallsSuperAndModifies.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("cloneableClassWithoutClone.kt")
|
||||
public void testCloneableClassWithoutClone() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/objectMethods/cloneableClassWithoutClone.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user