From 64b45e6d1bb0859da9d76142c024d5ec5a7a4d93 Mon Sep 17 00:00:00 2001 From: Andrey Zinovyev Date: Mon, 24 May 2021 11:47:33 +0300 Subject: [PATCH] Add comments to skipped FIR tests --- .../codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt | 1 + .../testData/codegen/bytecodeText/constProperty/noInline.kt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt index cf7379c658e..efe33fd30ed 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt @@ -1,3 +1,4 @@ +// TODO: FirModuleDescriptor provides default builtins which filters out platform-specific functions (and defaults are considered platform-specific) // IGNORE_BACKEND_FIR: JVM_IR // SKIP_JDK6 // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/bytecodeText/constProperty/noInline.kt b/compiler/testData/codegen/bytecodeText/constProperty/noInline.kt index 35bf8782acd..060d47b551a 100644 --- a/compiler/testData/codegen/bytecodeText/constProperty/noInline.kt +++ b/compiler/testData/codegen/bytecodeText/constProperty/noInline.kt @@ -1,6 +1,8 @@ // !LANGUAGE: -InlineConstVals // IGNORE_BACKEND_FIR: JVM_IR +// Fir2Ir IrConstTransformer inline everything it can unconditionally +// No fix atm, we don't have to support this feature const val z = 0 fun a() {