From b839a910500a6cd8df5b59218a75426327d35a25 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Thu, 18 Jun 2020 13:39:48 +0300 Subject: [PATCH] Mute 3 FIR BB tests due to LowPriorityInOverloadResolution in reflect Recently second javaType function appeared in reflect and now FIR can't correctly resolve the code :(. Will be fixed after annotation deserialization full support --- .../codegen/box/reflection/call/bound/javaInstanceMethod.kt | 1 + .../codegen/box/reflection/mapping/types/constructors.kt | 1 + .../box/reflection/parameters/boundObjectMemberReferences.kt | 1 + 3 files changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/reflection/call/bound/javaInstanceMethod.kt b/compiler/testData/codegen/box/reflection/call/bound/javaInstanceMethod.kt index b75a03a5709..4a69c45ca47 100644 --- a/compiler/testData/codegen/box/reflection/call/bound/javaInstanceMethod.kt +++ b/compiler/testData/codegen/box/reflection/call/bound/javaInstanceMethod.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TODO: investigate should it be ran for JS or not // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/reflection/mapping/types/constructors.kt b/compiler/testData/codegen/box/reflection/mapping/types/constructors.kt index 628e1b38c81..2c5837b08de 100644 --- a/compiler/testData/codegen/box/reflection/mapping/types/constructors.kt +++ b/compiler/testData/codegen/box/reflection/mapping/types/constructors.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/boundObjectMemberReferences.kt b/compiler/testData/codegen/box/reflection/parameters/boundObjectMemberReferences.kt index f82d78a51cd..ed6664660d7 100644 --- a/compiler/testData/codegen/box/reflection/parameters/boundObjectMemberReferences.kt +++ b/compiler/testData/codegen/box/reflection/parameters/boundObjectMemberReferences.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TODO: investigate should it be ran for JS or not // TARGET_BACKEND: JVM