[K/N] Add failed test for KT-63049
^KT-63049
This commit is contained in:
committed by
Space Team
parent
fa33c5dc79
commit
b1508a49ac
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user