From 3768af4f92d6814900ba26b51e1f62d6e2df8dfe Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Thu, 18 Jun 2020 13:18:35 +0300 Subject: [PATCH] Mute two 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 --- .../testData/codegen/box/reflection/mapping/types/createType.kt | 1 + .../codegen/box/reflection/mapping/types/typeParameters.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/reflection/mapping/types/createType.kt b/compiler/testData/codegen/box/reflection/mapping/types/createType.kt index d0c7a6dcd0f..f1106283460 100644 --- a/compiler/testData/codegen/box/reflection/mapping/types/createType.kt +++ b/compiler/testData/codegen/box/reflection/mapping/types/createType.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt b/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt index 17c650f95d8..15f1d4e67cd 100644 --- a/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt +++ b/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_REFLECT