From 49f15a16ce370dbc295de12f2b493b6004bcfccb Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 17 Feb 2023 13:06:44 +0200 Subject: [PATCH] [Test] Mute tests due to KT-56760 --- .../codegen/box/javaInterop/notNullAssertions/errorMessage.kt | 2 ++ .../box/javaInterop/notNullAssertions/staticCallErrorMessage.kt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/errorMessage.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/errorMessage.kt index ce426fcf75d..e73d15436b7 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/errorMessage.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/errorMessage.kt @@ -1,3 +1,5 @@ +// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR +// Reason: KT-56760 // TARGET_BACKEND: JVM // FILE: test.kt fun f(x: String) = "Fail 1" diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/staticCallErrorMessage.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/staticCallErrorMessage.kt index 9255c5d583c..f27a8d66db0 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/staticCallErrorMessage.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/staticCallErrorMessage.kt @@ -1,3 +1,5 @@ +// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR +// Reason: KT-56760 // TARGET_BACKEND: JVM // FILE: test.kt fun f(x: String) = "Fail 1"