FIR: Add comments to freshly muted tests
This commit is contained in:
committed by
TeamCityServer
parent
617d99faac
commit
f0c85e0935
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte = 1.plus(1)
|
val a1: Byte = 1.plus(1)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte? = 1.plus(1)
|
val a1: Byte? = 1.plus(1)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte = 1 + 1
|
val a1: Byte = 1 + 1
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte? = 1 + 1
|
val a1: Byte? = 1 + 1
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a: Long = 2147483647 + 1
|
val a: Long = 2147483647 + 1
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
// SKIP_JDK6
|
// SKIP_JDK6
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte = 1.unaryMinus()
|
val a1: Byte = 1.unaryMinus()
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte? = 1.unaryMinus()
|
val a1: Byte? = 1.unaryMinus()
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a: Long = -(1 shl 31)
|
val a: Long = -(1 shl 31)
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
val a: Byte = 1 + 10
|
val a: Byte = 1 + 10
|
||||||
|
|
||||||
// 1 BIPUSH 11
|
// 1 BIPUSH 11
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
val a: Short = 1 + 255
|
val a: Short = 1 + 255
|
||||||
|
|
||||||
// 1 SIPUSH 256
|
// 1 SIPUSH 256
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
// IGNORE_BACKEND_FIR: ANY
|
// IGNORE_BACKEND_FIR: ANY
|
||||||
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|
||||||
val test1: Long = 42
|
val test1: Long = 42
|
||||||
val test2: Short = 42
|
val test2: Short = 42
|
||||||
val test3: Byte = 42
|
val test3: Byte = 42
|
||||||
|
|||||||
Reference in New Issue
Block a user