From 5857e6cc5d879c680c950425ffc7a5a0776b7887 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Thu, 5 Oct 2023 14:15:39 +0300 Subject: [PATCH] [Test] Mute some tests because of KT-62393 and KT-62394 --- .../testData/codegen/box/fir/syntheticPropertyThroughJava.kt | 3 ++- .../codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt index 17b129ceb85..4cbb2e4b9e1 100644 --- a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt +++ b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt @@ -1,6 +1,7 @@ // TARGET_BACKEND: JVM_IR // ISSUE: KT-59550 - +// IGNORE_BACKEND_K2: ANY +// Ignore reason: KT-62393 and KT-62394 // FILE: Intermediate.java public class Intermediate extends Base { public Intermediate(String foo) { diff --git a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt index 4e6e0b0bc0d..00309465f8d 100644 --- a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt +++ b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt @@ -1,5 +1,7 @@ // TARGET_BACKEND: JVM_IR // ISSUE: KT-59550 +// IGNORE_BACKEND_K2: ANY +// Ignore reason: KT-62393 and KT-62394 // FILE: Intermediate.java public class Intermediate extends Base {