[K/N][Tests] Migrate test signext_zeroext_interop.kt
^KT-61259
This commit is contained in:
committed by
Space Team
parent
b0ad91a98c
commit
370f138ad4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user