[K/N][Tests] Migrate test direct.kt
^KT-61259
This commit is contained in:
+6
@@ -5068,6 +5068,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("direct.kt")
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
|
||||
+6
@@ -5184,6 +5184,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("direct.kt")
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
|
||||
+6
@@ -4952,6 +4952,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("direct.kt")
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
|
||||
+6
@@ -5069,6 +5069,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("direct.kt")
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user