Mute tests for explicit 'equals' on boxed primitives
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// FILE: equalsNull_lv12.kt
|
||||
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// ^ TODO: fix intrinsic for 'equals' for boxed primitives
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun box(): String {
|
||||
|
||||
+2
-1
@@ -4,7 +4,8 @@
|
||||
// WITH_RUNTIME
|
||||
// FILE: equalsNull_withExplicitFlag.kt
|
||||
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// Should be: IGNORE_BACKEND: JVM_IR
|
||||
// ^ TODO: fix intrinsic for 'equals' for boxed primitives
|
||||
// JVM_IR supports behavior since Kotlin 1.3,
|
||||
// and '-Xno-exception-on-explicit-equals-for-boxed-null' is a fallback flag introduced in 1.2.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user