[JS TESTS] Disable mangler checker in tests
This commit is contained in:
committed by
TeamCityServer
parent
a8d0e60328
commit
09d30c91bf
@@ -1,5 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
import helpers.*
|
||||
import kotlin.coroutines.*
|
||||
import kotlin.coroutines.intrinsics.*
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// KT-4423 Enum with function not compiled
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
|
||||
enum class Sign(val str: String, val func: (x: Int, y: Int) -> Int){
|
||||
plus("+", { x, y -> x + y }),
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
enum class Foo(
|
||||
val x: String,
|
||||
val callback: () -> String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
interface Callback {
|
||||
fun invoke(): String
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND: JS
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
|
||||
interface C<A : Any, B : Any> {
|
||||
fun foo(a: A): B
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// KJS_FULL_RUNTIME
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
// IGNORE_BACKEND: WASM
|
||||
|
||||
interface I {
|
||||
|
||||
+1
@@ -1,6 +1,7 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: PROPERTY_REFERENCES
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
//For KT-6020
|
||||
|
||||
// MODULE: lib
|
||||
|
||||
Reference in New Issue
Block a user