[Test] Convert IGNORE: NATIVE directives in box tests sam/* and sameFile*/*
^KT-59057 Merge-request: KT-MR-10758 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
4db2bc28f2
commit
ab03cb2357
Generated
+3
-8
@@ -30209,11 +30209,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/sam"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("kt17765.kt")
|
||||
public void testKt17765() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt17765.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt51821.kt")
|
||||
public void testKt51821() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt51821.kt");
|
||||
@@ -30305,9 +30300,9 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/nonLiteralComparator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sameWrapperClass.kt")
|
||||
public void testSameWrapperClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/sameWrapperClass.kt");
|
||||
@TestMetadata("sameWrapperClass2.kt")
|
||||
public void testSameWrapperClass2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/sameWrapperClass2.kt");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user