[K/Wasm] Unmute most of the stepping tests for Wasm in K1
This commit is contained in:
+7
-6
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// ^^ Because main function will be called firstly with empty arguments that will chrash runtime
|
||||
// FILE: test.kt
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
@@ -10,13 +11,13 @@ fun box() {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:5 main
|
||||
// test.kt:6 main
|
||||
// test.kt:10 box
|
||||
// test.kt:6 main
|
||||
// test.kt:7 main
|
||||
// test.kt:11 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:5 main
|
||||
// test.kt:6 main
|
||||
// test.kt:10 box
|
||||
// test.kt:6 main
|
||||
// test.kt:7 main
|
||||
// test.kt:11 box
|
||||
|
||||
Reference in New Issue
Block a user