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.
This commit is contained in:
committed by
Alexander Udalov
parent
a8cc3ec316
commit
12533a383e
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// FILE: klib.kt
|
||||
package fromKlib
|
||||
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// FILE: klib.kt
|
||||
package fromKlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user