Mute tests for explicit 'equals' on boxed primitives

This commit is contained in:
Dmitry Petrov
2019-12-02 16:25:59 +03:00
parent 89e1941dfd
commit 331347f9fe
2 changed files with 6 additions and 1 deletions
@@ -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 {
@@ -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.