Tests: merge firTestWithJvmBackend into testsWithJvmBackend

This commit is contained in:
Alexander Udalov
2023-06-26 15:20:06 +02:00
committed by Space Team
parent 9935519656
commit 8fc6c03e16
8 changed files with 19 additions and 41 deletions
@@ -1,5 +0,0 @@
/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.
@@ -0,0 +1,5 @@
/exceptionFromInterpreter.kt:7:26: error: Cannot evaluate constant expression: / by zero
/exceptionFromInterpreter.kt:8:26: warning: Constant expression will throw an exception at runtime: / by zero
/exceptionFromInterpreter.kt:9:39: error: Cannot evaluate constant expression: marginPrefix must be non-blank string.
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// !RENDER_ALL_DIAGNOSTICS_FULL_TEXT
// TARGET_BACKEND: JVM_IR
// !DIAGNOSTICS: -CONST_VAL_WITH_NON_CONST_INITIALIZER, -DIVISION_BY_ZERO
@@ -1,4 +1,5 @@
package
public val disivionByZeroWarn: kotlin.Int
public const val divideByZero: kotlin.Int
public const val trimMarginException: kotlin.String