From 12533a383e2a28d8094e8cca86b80e706a31fe42 Mon Sep 17 00:00:00 2001 From: Georgy Bronnikov Date: Wed, 30 Mar 2022 07:53:58 +0300 Subject: [PATCH] JVM_IR: mute tests for compiling against Klib The tests fail currently because Klibs are generated by the JS backend, and signatures differ between JVM and JS (on JVM, return types are included in mangles for simple functions). This leads to linkage errors. Once signatures are reworked and harmonized between backends, the tests will repair themselves. --- compiler/testData/codegen/boxKlib/properties.kt | 1 + compiler/testData/codegen/boxKlib/simple.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/codegen/boxKlib/properties.kt b/compiler/testData/codegen/boxKlib/properties.kt index d5a377764fb..b2448ee695c 100644 --- a/compiler/testData/codegen/boxKlib/properties.kt +++ b/compiler/testData/codegen/boxKlib/properties.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: JVM_IR // FILE: klib.kt package fromKlib diff --git a/compiler/testData/codegen/boxKlib/simple.kt b/compiler/testData/codegen/boxKlib/simple.kt index 189b568d338..2b41fa06c2d 100644 --- a/compiler/testData/codegen/boxKlib/simple.kt +++ b/compiler/testData/codegen/boxKlib/simple.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: JVM_IR // FILE: klib.kt package fromKlib