From 946acd24166f56cb5ac512f7f976fe57a7b38557 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 20 Feb 2019 10:11:47 +0100 Subject: [PATCH] Minor, ignore test for JVM_IR It started to fail with AssertionError in inlineOnly.kt after d267f1e875f because "$annotations" methods have annotations from the corresponding property (which can include InlineOnly), but are never inline. The test will be unmuted as soon as we stop using wrapped descriptors in the IR backend to determine access flags which should be generated on a declaration in the bytecode --- .../codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt b/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt index c749d0b31cf..f5f07616e14 100644 --- a/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt +++ b/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: JVM_IR // FILE: 1.kt // WITH_RUNTIME package test