[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
@@ -2016,21 +2016,6 @@ Task fileCheckTest(String name, Closure<FileCheckTest> configureClosure) {
}
}
createInterop("filecheck_signext_zeroext_interop_input") {
it.defFile 'filecheck/signext_zeroext_interop_input.def'
}
fileCheckTest("filecheck_signext_zeroext_interop") {
enabled = enabled && cacheTesting == null
annotatedSource = project.file('filecheck/signext_zeroext_interop.kt')
interop = "filecheck_signext_zeroext_interop_input"
if (project.testTarget == 'mingw_x64') {
checkPrefix = "CHECK-WINDOWSX64"
} else if (!target.family.appleFamily && target.architecture == Architecture.ARM64) {
checkPrefix = "CHECK-AAPCS"
}
}
fileCheckTest("filecheck_signext_zeroext_objc_export") {
annotatedSource = project.file('filecheck/signext_zeroext_objc_export.kt')
generateFramework = true