Rename tests with diagnostics on JVM backend
Remove the "_ir" suffix. It was originally used to distinguish tests on
the JVM IR backend from the old JVM backend ("_old"), but the latter are
removed now.
This commit is contained in:
committed by
Space Team
parent
18be8f50c0
commit
6f2bb8c05a
+5
@@ -0,0 +1,5 @@
|
||||
/exceptionFromInterpreter.kt:6:26: error: Cannot evaluate constant expression: / by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:7:26: warning: Constant expression will throw an exception at runtime: / by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:8:39: error: Cannot evaluate constant expression: marginPrefix must be non-blank string.
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
/exceptionFromInterpreter.kt:(174,179): warning: Division by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:(205,210): warning: Division by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:(243,264): error: Const 'val' initializer should be a constant value
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
/exceptionFromInterpreter_ir.kt:6:26: error: Cannot evaluate constant expression: / by zero
|
||||
|
||||
/exceptionFromInterpreter_ir.kt:7:26: warning: Constant expression will throw an exception at runtime: / by zero
|
||||
|
||||
/exceptionFromInterpreter_ir.kt:8:39: error: Cannot evaluate constant expression: marginPrefix must be non-blank string.
|
||||
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
/exceptionFromInterpreter_ir.kt:(174,179): warning: Division by zero
|
||||
|
||||
/exceptionFromInterpreter_ir.kt:(205,210): warning: Division by zero
|
||||
|
||||
/exceptionFromInterpreter_ir.kt:(243,264): error: Const 'val' initializer should be a constant value
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
/indirectInlineCycle.kt:6:24: error: The 'inlineFun2' invocation is a part of inline cycle
|
||||
|
||||
/indirectInlineCycle.kt:11:5: error: The 'inlineFun1' invocation is a part of inline cycle
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
/indirectInlineCycle_ir.kt:6:24: error: The 'inlineFun2' invocation is a part of inline cycle
|
||||
|
||||
/indirectInlineCycle_ir.kt:11:5: error: The 'inlineFun1' invocation is a part of inline cycle
|
||||
@@ -0,0 +1,3 @@
|
||||
/inlineCycle.kt:6:5: error: The 'inlineFun2' invocation is a part of inline cycle
|
||||
|
||||
/inlineCycle.kt:11:5: error: The 'inlineFun1' invocation is a part of inline cycle
|
||||
@@ -1,3 +0,0 @@
|
||||
/inlineCycle_ir.kt:6:5: error: The 'inlineFun2' invocation is a part of inline cycle
|
||||
|
||||
/inlineCycle_ir.kt:11:5: error: The 'inlineFun1' invocation is a part of inline cycle
|
||||
@@ -0,0 +1,3 @@
|
||||
/suspendInlineCycle.kt:6:5: error: The 'inlineFun2' invocation is a part of inline cycle
|
||||
|
||||
/suspendInlineCycle.kt:11:5: error: The 'inlineFun1' invocation is a part of inline cycle
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
/suspendInlineCycle_ir.kt:6:5: error: The 'inlineFun2' invocation is a part of inline cycle
|
||||
|
||||
/suspendInlineCycle_ir.kt:11:5: error: The 'inlineFun1' invocation is a part of inline cycle
|
||||
Reference in New Issue
Block a user