From 3fe0d3286c01208e1056d35408e6be1fa0bebd87 Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Wed, 15 Nov 2023 15:40:24 +0100 Subject: [PATCH] [Tests] Mute failing FakeOverrideRebuilder tests after #KT-61282 #KT-63489 --- .../codegen/box/collections/removeAtIntOverrideInJava.kt | 1 + compiler/testData/codegen/box/specialBuiltins/charBuffer.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt b/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt index f119d6cf550..923870e118e 100644 --- a/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt +++ b/compiler/testData/codegen/box/collections/removeAtIntOverrideInJava.kt @@ -1,4 +1,5 @@ // TARGET_BACKEND: JVM +// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-63489 // FILE: A.java abstract public class A extends B { diff --git a/compiler/testData/codegen/box/specialBuiltins/charBuffer.kt b/compiler/testData/codegen/box/specialBuiltins/charBuffer.kt index 0796b454772..187c98ee328 100644 --- a/compiler/testData/codegen/box/specialBuiltins/charBuffer.kt +++ b/compiler/testData/codegen/box/specialBuiltins/charBuffer.kt @@ -1,4 +1,5 @@ // TARGET_BACKEND: JVM +// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-63489 // MODULE: lib // FILE: CharBuffer.java