[Test] Mute tests due to KT-56755
This commit is contained in:
committed by
Space Team
parent
86ee855170
commit
28b83a1a5d
+16
-14
@@ -1,3 +1,5 @@
|
||||
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||
// Reason: KT-56755
|
||||
// FILE: test.kt
|
||||
fun box() {
|
||||
try {
|
||||
@@ -11,20 +13,20 @@ fun box() {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:3 box:
|
||||
// test.kt:4 box:
|
||||
// test.kt:5 box: a:int=1:int
|
||||
// test.kt:6 box: a:int=0:int
|
||||
// test.kt:8 box:
|
||||
// test.kt:9 box: e:java.lang.Throwable=java.lang.ArithmeticException
|
||||
// test.kt:11 box:
|
||||
// test.kt:5 box:
|
||||
// test.kt:6 box:
|
||||
// test.kt:7 box: a:int=1:int
|
||||
// test.kt:8 box: a:int=0:int
|
||||
// test.kt:10 box:
|
||||
// test.kt:11 box: e:java.lang.Throwable=java.lang.ArithmeticException
|
||||
// test.kt:13 box:
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:4 box:
|
||||
// test.kt:5 box: a=1:number
|
||||
// test.kt:5 box: a=1:number
|
||||
// test.kt:6 box: a=0:number
|
||||
// test.kt:7 box: a=0:number
|
||||
// test.kt:6 box:
|
||||
// test.kt:7 box: a=1:number
|
||||
// test.kt:7 box: a=1:number
|
||||
// test.kt:8 box: a=0:number
|
||||
// test.kt:8 box: a=0:number
|
||||
// test.kt:9 box: a=0:number, e=kotlin.ArithmeticException
|
||||
// test.kt:9 box: a=0:number
|
||||
// test.kt:10 box: a=0:number
|
||||
// test.kt:10 box: a=0:number
|
||||
// test.kt:11 box: a=0:number, e=kotlin.ArithmeticException
|
||||
|
||||
Reference in New Issue
Block a user