[K2/N] Disable special backend checkers due to the ^KT-58099
Several interop tests fail with error: "type kotlin.String? is not supported here: doesn't correspond to any C type" Merge-request: KT-MR-9690 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
2e836494f5
commit
aa85e6d95c
+2
-1
@@ -104,7 +104,8 @@ internal class DynamicCompilerDriver : CompilerDriver() {
|
||||
require(frontendOutput is FirOutput.Full)
|
||||
|
||||
val fir2IrOutput = engine.runFir2Ir(frontendOutput)
|
||||
engine.runK2SpecialBackendChecks(fir2IrOutput)
|
||||
// FIXME: KT-58099
|
||||
// engine.runK2SpecialBackendChecks(fir2IrOutput)
|
||||
return engine.runFirSerializer(fir2IrOutput)
|
||||
}
|
||||
|
||||
|
||||
@@ -4529,8 +4529,7 @@ interopTest("interop0") {
|
||||
(project.testTarget == 'linux_mips32') || // st_uid of '/' is not equal to 0 when using qemu
|
||||
(project.testTarget == 'linux_mipsel32') ||
|
||||
(project.testTarget == 'linux_arm32_hfp') ||
|
||||
(project.testTarget == 'linux_arm64') ||
|
||||
isK2(project) // KT-58099
|
||||
(project.testTarget == 'linux_arm64')
|
||||
useGoldenData = true
|
||||
source = "interop/basics/0.kt"
|
||||
interop = 'sysstat'
|
||||
|
||||
Reference in New Issue
Block a user