From c522543e44e16a235b034320762f86c26b8b9cf8 Mon Sep 17 00:00:00 2001 From: pyos Date: Thu, 2 Sep 2021 15:28:50 +0200 Subject: [PATCH] FIR: mute a blackbox test that fails due to another case of #3747 --- .../sam/functionRefToJavaInterface/specialFunctions/intPlus.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt index af31aa7ec85..c7acb751c00 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt @@ -1,6 +1,9 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // ^ uses API not implemented on minSdkVersion 19 +// IGNORE_BACKEND_FIR: JVM_IR +// ^ fir2ir creates an IrConst(value=2, type=@EnhancedNullability Int), which +// the backend generates as an int instead of Integer // WITH_RUNTIME // JVM_TARGET: 1.8 // FULL_JDK