[K/N][Tests] Migrate test signext_zeroext_interop.kt

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-02-07 10:48:17 +01:00
committed by Space Team
parent b0ad91a98c
commit 370f138ad4
7 changed files with 80 additions and 66 deletions
@@ -16353,6 +16353,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
public void testDirect() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
}
@Test
@TestMetadata("signext_zeroext_interop.kt")
public void testSignext_zeroext_interop() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
}
}
@Nested
@@ -16733,6 +16733,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
public void testDirect() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
}
@Test
@TestMetadata("signext_zeroext_interop.kt")
public void testSignext_zeroext_interop() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
}
}
@Nested
@@ -15973,6 +15973,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
public void testDirect() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
}
@Test
@TestMetadata("signext_zeroext_interop.kt")
public void testSignext_zeroext_interop() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
}
}
@Nested
@@ -16354,6 +16354,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
public void testDirect() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
}
@Test
@TestMetadata("signext_zeroext_interop.kt")
public void testSignext_zeroext_interop() throws Exception {
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
}
}
@Nested