[K/N] Add failed test for KT-63049

^KT-63049
This commit is contained in:
Vladimir Sukharev
2023-12-06 21:49:54 +01:00
committed by Space Team
parent fa33c5dc79
commit b1508a49ac
5 changed files with 47 additions and 0 deletions
@@ -4832,6 +4832,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/cinterop/kt63048.kt");
}
@Test
@TestMetadata("kt63049.kt")
public void testKt63049() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt63049.kt");
}
@Test
@TestMetadata("leakMemoryWithRunningThreadUnchecked.kt")
public void testLeakMemoryWithRunningThreadUnchecked() throws Exception {
@@ -4942,6 +4942,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/cinterop/kt63048.kt");
}
@Test
@TestMetadata("kt63049.kt")
public void testKt63049() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt63049.kt");
}
@Test
@TestMetadata("leakMemoryWithRunningThreadUnchecked.kt")
public void testLeakMemoryWithRunningThreadUnchecked() throws Exception {
@@ -4722,6 +4722,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/cinterop/kt63048.kt");
}
@Test
@TestMetadata("kt63049.kt")
public void testKt63049() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt63049.kt");
}
@Test
@TestMetadata("leakMemoryWithRunningThreadUnchecked.kt")
public void testLeakMemoryWithRunningThreadUnchecked() throws Exception {
@@ -4833,6 +4833,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/cinterop/kt63048.kt");
}
@Test
@TestMetadata("kt63049.kt")
public void testKt63049() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt63049.kt");
}
@Test
@TestMetadata("leakMemoryWithRunningThreadUnchecked.kt")
public void testLeakMemoryWithRunningThreadUnchecked() throws Exception {