[K2/N] ignore library_ir_provider_mismatch test because of ^KT-56855
K2 doesn't support one-stage compilation mode for Native yet.
This commit is contained in:
committed by
Space Team
parent
424fd19fb4
commit
950c2baa34
@@ -5544,7 +5544,8 @@ interopTest("interop_exceptions_cCallback") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.register("library_ir_provider_mismatch", KonanDriverTest) {
|
tasks.register("library_ir_provider_mismatch", KonanDriverTest) {
|
||||||
disabled = isAggressiveGC // No need to test with different GC schedulers
|
disabled = isAggressiveGC || // No need to test with different GC schedulers
|
||||||
|
isK2(project) // KT-56855
|
||||||
|
|
||||||
def dir = buildDir.absolutePath
|
def dir = buildDir.absolutePath
|
||||||
def lib = "$projectDir/link/ir_providers/library/empty.kt"
|
def lib = "$projectDir/link/ir_providers/library/empty.kt"
|
||||||
|
|||||||
Reference in New Issue
Block a user