Unmute recently fixed FIR black box tests

This commit is contained in:
Mikhail Glukhikh
2019-11-19 10:43:53 +03:00
parent f3d0a976b2
commit 9c9cf2086d
21 changed files with 0 additions and 21 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
val a: Any = 1
val b: Any = 42
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
val n: Any? = null
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
public class CalculatorConstants(
val id: Long = 0,
val detour: Double = 0.0,
-1
View File
@@ -1,5 +1,4 @@
// !LANGUAGE: -ProperIeee754Comparisons
// IGNORE_BACKEND_FIR: JVM_IR
// DONT_TARGET_EXACT_BACKEND: JS_IR
fun box(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
public fun box() : String {
var i : Int?
i = 10
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
var aByte: Byte? = 0
var bByte: Byte = 0
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
public fun box() : String {
var i : Int?
i = 10
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class Base
class Derived: Base()
operator fun Derived.inc(): Derived { return Derived() }
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
public fun box() : String {
var i : Int?
i = 10
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class Base
class Derived: Base()
operator fun Derived.inc(): Derived { return Derived() }
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
public fun box() : String {
var i : Int?
i = 10
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// JVM_TARGET: 1.8
fun failAtRuntime(numberArg: Number = 0.0): Number {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// JVM_TARGET: 1.8
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
val zint : Int? = 1
val zlong : Long? = 2
val zbyte : Byte? = 3
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
val x: Number = 75
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun test( n : Number ) = n.toInt().toLong() + n.toLong()
fun box() : String {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
public abstract class VirtualFile() {
public abstract val size : Long
}
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
val i: Any = 12
fun box(): String {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
class ImpulsMigration
{
fun migrate(oldVersion: Long)
@@ -1,5 +1,4 @@
// !LANGUAGE: +VariableDeclarationInWhenSubject
// IGNORE_BACKEND_FIR: JVM_IR
val x: Any = 1
@@ -1,5 +1,4 @@
// !LANGUAGE: +VariableDeclarationInWhenSubject
// IGNORE_BACKEND_FIR: JVM_IR
var effectCount = 0