[K/N][Tests] Polish test sharing_with_weak.kt

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-19 16:58:22 +01:00
parent 4aa8774c6e
commit 833e125450
5 changed files with 29 additions and 32 deletions
@@ -5074,12 +5074,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("illegal_sharing_with_weak.kt")
public void testIllegal_sharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {
@@ -5109,6 +5103,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
public void testOverridabilityCondition() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
}
@Test
@TestMetadata("sharing_with_weak.kt")
public void testSharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
}
}
@Nested
@@ -5190,12 +5190,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("illegal_sharing_with_weak.kt")
public void testIllegal_sharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {
@@ -5225,6 +5219,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
public void testOverridabilityCondition() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
}
@Test
@TestMetadata("sharing_with_weak.kt")
public void testSharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
}
}
@Nested
@@ -4958,12 +4958,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("illegal_sharing_with_weak.kt")
public void testIllegal_sharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {
@@ -4993,6 +4987,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
public void testOverridabilityCondition() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
}
@Test
@TestMetadata("sharing_with_weak.kt")
public void testSharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
}
}
@Nested
@@ -5075,12 +5075,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("illegal_sharing_with_weak.kt")
public void testIllegal_sharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {
@@ -5110,6 +5104,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
public void testOverridabilityCondition() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
}
@Test
@TestMetadata("sharing_with_weak.kt")
public void testSharing_with_weak() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
}
}
@Nested