[JS IR BE] Unmute tests
This commit is contained in:
Vendored
-1
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
class Box<T>(val value: T)
|
class Box<T>(val value: T)
|
||||||
|
|
||||||
fun box() : String {
|
fun box() : String {
|
||||||
|
|||||||
Vendored
-1
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
class Box<T>(val value: T)
|
class Box<T>(val value: T)
|
||||||
|
|
||||||
fun box() : String {
|
fun box() : String {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte = 1.unaryMinus()
|
val a1: Byte = 1.unaryMinus()
|
||||||
val a2: Short = 1.unaryMinus()
|
val a2: Short = 1.unaryMinus()
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1: Byte? = 1.unaryMinus()
|
val a1: Byte? = 1.unaryMinus()
|
||||||
val a2: Short? = 1.unaryMinus()
|
val a2: Short? = 1.unaryMinus()
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a: Long = -(1 shl 31)
|
val a: Long = -(1 shl 31)
|
||||||
if (a != -2147483648L) return "fail: in this case we should add to ints and than cast the result to long - overflow expected"
|
if (a != -2147483648L) return "fail: in this case we should add to ints and than cast the result to long - overflow expected"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
// EXPECTED_REACHABLE_NODES: 1226
|
// EXPECTED_REACHABLE_NODES: 1226
|
||||||
package foo
|
package foo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user