From bb892f10f8b42c2a26f96f1d880f64bea81632a4 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 14 Nov 2023 13:43:06 +0200 Subject: [PATCH] [Test] Mute tests with expect supertypes The problem: someone should generate IR for f/o in common classes appeared after IR actualization Those tests will be fixed in the following commits --- compiler/testData/codegen/box/multiplatform/hmpp/simple.kt | 3 +++ .../box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt | 3 +++ .../box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt | 2 ++ 3 files changed, 8 insertions(+) diff --git a/compiler/testData/codegen/box/multiplatform/hmpp/simple.kt b/compiler/testData/codegen/box/multiplatform/hmpp/simple.kt index 11228af140a..2d2d17ef1b8 100644 --- a/compiler/testData/codegen/box/multiplatform/hmpp/simple.kt +++ b/compiler/testData/codegen/box/multiplatform/hmpp/simple.kt @@ -6,6 +6,9 @@ // WITH_STDLIB // !LANGUAGE: +MultiPlatformProjects // IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-62535 +// IGNORE_BACKEND_K2: JVM_IR +// Ignore reason: (TODO) how should generate IR for common f/o after actualization? + // TARGET_BACKEND: JVM // MODULE: common // TARGET_PLATFORM: Common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt index b5e7e36ae24..23db46b193d 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt @@ -3,6 +3,9 @@ // WITH_STDLIB // !LANGUAGE: +MultiPlatformProjects // IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-62535 +// IGNORE_BACKEND_K2: JVM_IR +// Ignore reason: (TODO) how should generate IR for common f/o after actualization? + // MODULE: common // TARGET_PLATFORM: Common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt index 6507a795058..191b0d9fe62 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt @@ -3,6 +3,8 @@ // WITH_STDLIB // IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-62535 // !LANGUAGE: +MultiPlatformProjects +// IGNORE_BACKEND_K2: JVM_IR +// Ignore reason: (TODO) how should generate IR for common f/o after actualization? // MODULE: common // TARGET_PLATFORM: Common