[K/N][Tests] Migrate first Apple-specific test
^KT-61259
This commit is contained in:
@@ -1231,9 +1231,6 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
it.defFile 'interop/objc/objCAction/objclib.def'
|
||||
it.headers "$projectDir/interop/objc/objCAction/objclib.h"
|
||||
}
|
||||
createInterop("kt59167") {
|
||||
it.defFile 'interop/kt59167/kt59167.def'
|
||||
}
|
||||
createInterop("overridabilityCondition") {
|
||||
it.defFile 'interop/objc/overridabilityCondition/lib.def'
|
||||
it.headers "$projectDir/interop/objc/overridabilityCondition/lib.h"
|
||||
@@ -1850,13 +1847,6 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
UtilsKt.dependsOnPlatformLibs(it)
|
||||
}
|
||||
|
||||
interopTest("interop_kt59167") {
|
||||
// There is no GameController on watchOS.
|
||||
enabled = target.family != Family.WATCHOS
|
||||
source = 'interop/kt59167/main.kt'
|
||||
interop = 'kt59167'
|
||||
}
|
||||
|
||||
interopTest("interop_objc_kt63423_dispose_on_main_stress") {
|
||||
// Test depends on macOS-specific AppKit
|
||||
enabled = (project.testTarget == 'macos_x64' || project.testTarget == 'macos_arm64' || project.testTarget == null)
|
||||
|
||||
Reference in New Issue
Block a user