testData format update: detailed descriptor rendering.

This commit is contained in:
Dmitry Petrov
2016-09-06 11:27:06 +03:00
committed by Dmitry Petrov
parent 993c3fe51e
commit 4e112b3f88
92 changed files with 2105 additions and 2100 deletions
+144 -144
View File
@@ -1,169 +1,169 @@
FILE /primitiveComparisons.kt
FUN public fun btest1(/*0*/ a: kotlin.Byte, /*1*/ b: kotlin.Byte): kotlin.Boolean
FUN public fun btest1(a: kotlin.Byte, b: kotlin.Byte): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=btest1
CALL .GT0 type=kotlin.Boolean operator=GT
arg0: CALL .compareTo type=kotlin.Int operator=GT
$this: GET_VAR a type=kotlin.Byte operator=null
other: GET_VAR b type=kotlin.Byte operator=null
FUN public fun btest2(/*0*/ a: kotlin.Byte, /*1*/ b: kotlin.Byte): kotlin.Boolean
RETURN type=kotlin.Nothing from='btest1(Byte, Byte): Boolean'
CALL 'GT0(Int): Boolean' type=kotlin.Boolean operator=GT
arg0: CALL 'compareTo(Byte): Int' type=kotlin.Int operator=GT
$this: GET_VAR 'value-parameter a: Byte' type=kotlin.Byte operator=null
other: GET_VAR 'value-parameter b: Byte' type=kotlin.Byte operator=null
FUN public fun btest2(a: kotlin.Byte, b: kotlin.Byte): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=btest2
CALL .LT0 type=kotlin.Boolean operator=LT
arg0: CALL .compareTo type=kotlin.Int operator=LT
$this: GET_VAR a type=kotlin.Byte operator=null
other: GET_VAR b type=kotlin.Byte operator=null
FUN public fun btest3(/*0*/ a: kotlin.Byte, /*1*/ b: kotlin.Byte): kotlin.Boolean
RETURN type=kotlin.Nothing from='btest2(Byte, Byte): Boolean'
CALL 'LT0(Int): Boolean' type=kotlin.Boolean operator=LT
arg0: CALL 'compareTo(Byte): Int' type=kotlin.Int operator=LT
$this: GET_VAR 'value-parameter a: Byte' type=kotlin.Byte operator=null
other: GET_VAR 'value-parameter b: Byte' type=kotlin.Byte operator=null
FUN public fun btest3(a: kotlin.Byte, b: kotlin.Byte): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=btest3
CALL .GTEQ0 type=kotlin.Boolean operator=GTEQ
arg0: CALL .compareTo type=kotlin.Int operator=GTEQ
$this: GET_VAR a type=kotlin.Byte operator=null
other: GET_VAR b type=kotlin.Byte operator=null
FUN public fun btest4(/*0*/ a: kotlin.Byte, /*1*/ b: kotlin.Byte): kotlin.Boolean
RETURN type=kotlin.Nothing from='btest3(Byte, Byte): Boolean'
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean operator=GTEQ
arg0: CALL 'compareTo(Byte): Int' type=kotlin.Int operator=GTEQ
$this: GET_VAR 'value-parameter a: Byte' type=kotlin.Byte operator=null
other: GET_VAR 'value-parameter b: Byte' type=kotlin.Byte operator=null
FUN public fun btest4(a: kotlin.Byte, b: kotlin.Byte): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=btest4
CALL .LTEQ0 type=kotlin.Boolean operator=LTEQ
arg0: CALL .compareTo type=kotlin.Int operator=LTEQ
$this: GET_VAR a type=kotlin.Byte operator=null
other: GET_VAR b type=kotlin.Byte operator=null
FUN public fun stest1(/*0*/ a: kotlin.Short, /*1*/ b: kotlin.Short): kotlin.Boolean
RETURN type=kotlin.Nothing from='btest4(Byte, Byte): Boolean'
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean operator=LTEQ
arg0: CALL 'compareTo(Byte): Int' type=kotlin.Int operator=LTEQ
$this: GET_VAR 'value-parameter a: Byte' type=kotlin.Byte operator=null
other: GET_VAR 'value-parameter b: Byte' type=kotlin.Byte operator=null
FUN public fun stest1(a: kotlin.Short, b: kotlin.Short): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=stest1
CALL .GT0 type=kotlin.Boolean operator=GT
arg0: CALL .compareTo type=kotlin.Int operator=GT
$this: GET_VAR a type=kotlin.Short operator=null
other: GET_VAR b type=kotlin.Short operator=null
FUN public fun stest2(/*0*/ a: kotlin.Short, /*1*/ b: kotlin.Short): kotlin.Boolean
RETURN type=kotlin.Nothing from='stest1(Short, Short): Boolean'
CALL 'GT0(Int): Boolean' type=kotlin.Boolean operator=GT
arg0: CALL 'compareTo(Short): Int' type=kotlin.Int operator=GT
$this: GET_VAR 'value-parameter a: Short' type=kotlin.Short operator=null
other: GET_VAR 'value-parameter b: Short' type=kotlin.Short operator=null
FUN public fun stest2(a: kotlin.Short, b: kotlin.Short): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=stest2
CALL .LT0 type=kotlin.Boolean operator=LT
arg0: CALL .compareTo type=kotlin.Int operator=LT
$this: GET_VAR a type=kotlin.Short operator=null
other: GET_VAR b type=kotlin.Short operator=null
FUN public fun stest3(/*0*/ a: kotlin.Short, /*1*/ b: kotlin.Short): kotlin.Boolean
RETURN type=kotlin.Nothing from='stest2(Short, Short): Boolean'
CALL 'LT0(Int): Boolean' type=kotlin.Boolean operator=LT
arg0: CALL 'compareTo(Short): Int' type=kotlin.Int operator=LT
$this: GET_VAR 'value-parameter a: Short' type=kotlin.Short operator=null
other: GET_VAR 'value-parameter b: Short' type=kotlin.Short operator=null
FUN public fun stest3(a: kotlin.Short, b: kotlin.Short): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=stest3
CALL .GTEQ0 type=kotlin.Boolean operator=GTEQ
arg0: CALL .compareTo type=kotlin.Int operator=GTEQ
$this: GET_VAR a type=kotlin.Short operator=null
other: GET_VAR b type=kotlin.Short operator=null
FUN public fun stest4(/*0*/ a: kotlin.Short, /*1*/ b: kotlin.Short): kotlin.Boolean
RETURN type=kotlin.Nothing from='stest3(Short, Short): Boolean'
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean operator=GTEQ
arg0: CALL 'compareTo(Short): Int' type=kotlin.Int operator=GTEQ
$this: GET_VAR 'value-parameter a: Short' type=kotlin.Short operator=null
other: GET_VAR 'value-parameter b: Short' type=kotlin.Short operator=null
FUN public fun stest4(a: kotlin.Short, b: kotlin.Short): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=stest4
CALL .LTEQ0 type=kotlin.Boolean operator=LTEQ
arg0: CALL .compareTo type=kotlin.Int operator=LTEQ
$this: GET_VAR a type=kotlin.Short operator=null
other: GET_VAR b type=kotlin.Short operator=null
FUN public fun itest1(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Boolean
RETURN type=kotlin.Nothing from='stest4(Short, Short): Boolean'
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean operator=LTEQ
arg0: CALL 'compareTo(Short): Int' type=kotlin.Int operator=LTEQ
$this: GET_VAR 'value-parameter a: Short' type=kotlin.Short operator=null
other: GET_VAR 'value-parameter b: Short' type=kotlin.Short operator=null
FUN public fun itest1(a: kotlin.Int, b: kotlin.Int): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=itest1
CALL .GT0 type=kotlin.Boolean operator=GT
arg0: CALL .compareTo type=kotlin.Int operator=GT
$this: GET_VAR a type=kotlin.Int operator=null
other: GET_VAR b type=kotlin.Int operator=null
FUN public fun itest2(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Boolean
RETURN type=kotlin.Nothing from='itest1(Int, Int): Boolean'
CALL 'GT0(Int): Boolean' type=kotlin.Boolean operator=GT
arg0: CALL 'compareTo(Int): Int' type=kotlin.Int operator=GT
$this: GET_VAR 'value-parameter a: Int' type=kotlin.Int operator=null
other: GET_VAR 'value-parameter b: Int' type=kotlin.Int operator=null
FUN public fun itest2(a: kotlin.Int, b: kotlin.Int): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=itest2
CALL .LT0 type=kotlin.Boolean operator=LT
arg0: CALL .compareTo type=kotlin.Int operator=LT
$this: GET_VAR a type=kotlin.Int operator=null
other: GET_VAR b type=kotlin.Int operator=null
FUN public fun itest3(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Boolean
RETURN type=kotlin.Nothing from='itest2(Int, Int): Boolean'
CALL 'LT0(Int): Boolean' type=kotlin.Boolean operator=LT
arg0: CALL 'compareTo(Int): Int' type=kotlin.Int operator=LT
$this: GET_VAR 'value-parameter a: Int' type=kotlin.Int operator=null
other: GET_VAR 'value-parameter b: Int' type=kotlin.Int operator=null
FUN public fun itest3(a: kotlin.Int, b: kotlin.Int): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=itest3
CALL .GTEQ0 type=kotlin.Boolean operator=GTEQ
arg0: CALL .compareTo type=kotlin.Int operator=GTEQ
$this: GET_VAR a type=kotlin.Int operator=null
other: GET_VAR b type=kotlin.Int operator=null
FUN public fun itest4(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Boolean
RETURN type=kotlin.Nothing from='itest3(Int, Int): Boolean'
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean operator=GTEQ
arg0: CALL 'compareTo(Int): Int' type=kotlin.Int operator=GTEQ
$this: GET_VAR 'value-parameter a: Int' type=kotlin.Int operator=null
other: GET_VAR 'value-parameter b: Int' type=kotlin.Int operator=null
FUN public fun itest4(a: kotlin.Int, b: kotlin.Int): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=itest4
CALL .LTEQ0 type=kotlin.Boolean operator=LTEQ
arg0: CALL .compareTo type=kotlin.Int operator=LTEQ
$this: GET_VAR a type=kotlin.Int operator=null
other: GET_VAR b type=kotlin.Int operator=null
FUN public fun ltest1(/*0*/ a: kotlin.Long, /*1*/ b: kotlin.Long): kotlin.Boolean
RETURN type=kotlin.Nothing from='itest4(Int, Int): Boolean'
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean operator=LTEQ
arg0: CALL 'compareTo(Int): Int' type=kotlin.Int operator=LTEQ
$this: GET_VAR 'value-parameter a: Int' type=kotlin.Int operator=null
other: GET_VAR 'value-parameter b: Int' type=kotlin.Int operator=null
FUN public fun ltest1(a: kotlin.Long, b: kotlin.Long): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ltest1
CALL .GT0 type=kotlin.Boolean operator=GT
arg0: CALL .compareTo type=kotlin.Int operator=GT
$this: GET_VAR a type=kotlin.Long operator=null
other: GET_VAR b type=kotlin.Long operator=null
FUN public fun ltest2(/*0*/ a: kotlin.Long, /*1*/ b: kotlin.Long): kotlin.Boolean
RETURN type=kotlin.Nothing from='ltest1(Long, Long): Boolean'
CALL 'GT0(Int): Boolean' type=kotlin.Boolean operator=GT
arg0: CALL 'compareTo(Long): Int' type=kotlin.Int operator=GT
$this: GET_VAR 'value-parameter a: Long' type=kotlin.Long operator=null
other: GET_VAR 'value-parameter b: Long' type=kotlin.Long operator=null
FUN public fun ltest2(a: kotlin.Long, b: kotlin.Long): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ltest2
CALL .LT0 type=kotlin.Boolean operator=LT
arg0: CALL .compareTo type=kotlin.Int operator=LT
$this: GET_VAR a type=kotlin.Long operator=null
other: GET_VAR b type=kotlin.Long operator=null
FUN public fun ltest3(/*0*/ a: kotlin.Long, /*1*/ b: kotlin.Long): kotlin.Boolean
RETURN type=kotlin.Nothing from='ltest2(Long, Long): Boolean'
CALL 'LT0(Int): Boolean' type=kotlin.Boolean operator=LT
arg0: CALL 'compareTo(Long): Int' type=kotlin.Int operator=LT
$this: GET_VAR 'value-parameter a: Long' type=kotlin.Long operator=null
other: GET_VAR 'value-parameter b: Long' type=kotlin.Long operator=null
FUN public fun ltest3(a: kotlin.Long, b: kotlin.Long): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ltest3
CALL .GTEQ0 type=kotlin.Boolean operator=GTEQ
arg0: CALL .compareTo type=kotlin.Int operator=GTEQ
$this: GET_VAR a type=kotlin.Long operator=null
other: GET_VAR b type=kotlin.Long operator=null
FUN public fun ltest4(/*0*/ a: kotlin.Long, /*1*/ b: kotlin.Long): kotlin.Boolean
RETURN type=kotlin.Nothing from='ltest3(Long, Long): Boolean'
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean operator=GTEQ
arg0: CALL 'compareTo(Long): Int' type=kotlin.Int operator=GTEQ
$this: GET_VAR 'value-parameter a: Long' type=kotlin.Long operator=null
other: GET_VAR 'value-parameter b: Long' type=kotlin.Long operator=null
FUN public fun ltest4(a: kotlin.Long, b: kotlin.Long): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ltest4
CALL .LTEQ0 type=kotlin.Boolean operator=LTEQ
arg0: CALL .compareTo type=kotlin.Int operator=LTEQ
$this: GET_VAR a type=kotlin.Long operator=null
other: GET_VAR b type=kotlin.Long operator=null
FUN public fun ftest1(/*0*/ a: kotlin.Float, /*1*/ b: kotlin.Float): kotlin.Boolean
RETURN type=kotlin.Nothing from='ltest4(Long, Long): Boolean'
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean operator=LTEQ
arg0: CALL 'compareTo(Long): Int' type=kotlin.Int operator=LTEQ
$this: GET_VAR 'value-parameter a: Long' type=kotlin.Long operator=null
other: GET_VAR 'value-parameter b: Long' type=kotlin.Long operator=null
FUN public fun ftest1(a: kotlin.Float, b: kotlin.Float): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ftest1
CALL .GT0 type=kotlin.Boolean operator=GT
arg0: CALL .compareTo type=kotlin.Int operator=GT
$this: GET_VAR a type=kotlin.Float operator=null
other: GET_VAR b type=kotlin.Float operator=null
FUN public fun ftest2(/*0*/ a: kotlin.Float, /*1*/ b: kotlin.Float): kotlin.Boolean
RETURN type=kotlin.Nothing from='ftest1(Float, Float): Boolean'
CALL 'GT0(Int): Boolean' type=kotlin.Boolean operator=GT
arg0: CALL 'compareTo(Float): Int' type=kotlin.Int operator=GT
$this: GET_VAR 'value-parameter a: Float' type=kotlin.Float operator=null
other: GET_VAR 'value-parameter b: Float' type=kotlin.Float operator=null
FUN public fun ftest2(a: kotlin.Float, b: kotlin.Float): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ftest2
CALL .LT0 type=kotlin.Boolean operator=LT
arg0: CALL .compareTo type=kotlin.Int operator=LT
$this: GET_VAR a type=kotlin.Float operator=null
other: GET_VAR b type=kotlin.Float operator=null
FUN public fun ftest3(/*0*/ a: kotlin.Float, /*1*/ b: kotlin.Float): kotlin.Boolean
RETURN type=kotlin.Nothing from='ftest2(Float, Float): Boolean'
CALL 'LT0(Int): Boolean' type=kotlin.Boolean operator=LT
arg0: CALL 'compareTo(Float): Int' type=kotlin.Int operator=LT
$this: GET_VAR 'value-parameter a: Float' type=kotlin.Float operator=null
other: GET_VAR 'value-parameter b: Float' type=kotlin.Float operator=null
FUN public fun ftest3(a: kotlin.Float, b: kotlin.Float): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ftest3
CALL .GTEQ0 type=kotlin.Boolean operator=GTEQ
arg0: CALL .compareTo type=kotlin.Int operator=GTEQ
$this: GET_VAR a type=kotlin.Float operator=null
other: GET_VAR b type=kotlin.Float operator=null
FUN public fun ftest4(/*0*/ a: kotlin.Float, /*1*/ b: kotlin.Float): kotlin.Boolean
RETURN type=kotlin.Nothing from='ftest3(Float, Float): Boolean'
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean operator=GTEQ
arg0: CALL 'compareTo(Float): Int' type=kotlin.Int operator=GTEQ
$this: GET_VAR 'value-parameter a: Float' type=kotlin.Float operator=null
other: GET_VAR 'value-parameter b: Float' type=kotlin.Float operator=null
FUN public fun ftest4(a: kotlin.Float, b: kotlin.Float): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=ftest4
CALL .LTEQ0 type=kotlin.Boolean operator=LTEQ
arg0: CALL .compareTo type=kotlin.Int operator=LTEQ
$this: GET_VAR a type=kotlin.Float operator=null
other: GET_VAR b type=kotlin.Float operator=null
FUN public fun dtest1(/*0*/ a: kotlin.Double, /*1*/ b: kotlin.Double): kotlin.Boolean
RETURN type=kotlin.Nothing from='ftest4(Float, Float): Boolean'
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean operator=LTEQ
arg0: CALL 'compareTo(Float): Int' type=kotlin.Int operator=LTEQ
$this: GET_VAR 'value-parameter a: Float' type=kotlin.Float operator=null
other: GET_VAR 'value-parameter b: Float' type=kotlin.Float operator=null
FUN public fun dtest1(a: kotlin.Double, b: kotlin.Double): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=dtest1
CALL .GT0 type=kotlin.Boolean operator=GT
arg0: CALL .compareTo type=kotlin.Int operator=GT
$this: GET_VAR a type=kotlin.Double operator=null
other: GET_VAR b type=kotlin.Double operator=null
FUN public fun dtest2(/*0*/ a: kotlin.Double, /*1*/ b: kotlin.Double): kotlin.Boolean
RETURN type=kotlin.Nothing from='dtest1(Double, Double): Boolean'
CALL 'GT0(Int): Boolean' type=kotlin.Boolean operator=GT
arg0: CALL 'compareTo(Double): Int' type=kotlin.Int operator=GT
$this: GET_VAR 'value-parameter a: Double' type=kotlin.Double operator=null
other: GET_VAR 'value-parameter b: Double' type=kotlin.Double operator=null
FUN public fun dtest2(a: kotlin.Double, b: kotlin.Double): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=dtest2
CALL .LT0 type=kotlin.Boolean operator=LT
arg0: CALL .compareTo type=kotlin.Int operator=LT
$this: GET_VAR a type=kotlin.Double operator=null
other: GET_VAR b type=kotlin.Double operator=null
FUN public fun dtest3(/*0*/ a: kotlin.Double, /*1*/ b: kotlin.Double): kotlin.Boolean
RETURN type=kotlin.Nothing from='dtest2(Double, Double): Boolean'
CALL 'LT0(Int): Boolean' type=kotlin.Boolean operator=LT
arg0: CALL 'compareTo(Double): Int' type=kotlin.Int operator=LT
$this: GET_VAR 'value-parameter a: Double' type=kotlin.Double operator=null
other: GET_VAR 'value-parameter b: Double' type=kotlin.Double operator=null
FUN public fun dtest3(a: kotlin.Double, b: kotlin.Double): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=dtest3
CALL .GTEQ0 type=kotlin.Boolean operator=GTEQ
arg0: CALL .compareTo type=kotlin.Int operator=GTEQ
$this: GET_VAR a type=kotlin.Double operator=null
other: GET_VAR b type=kotlin.Double operator=null
FUN public fun dtest4(/*0*/ a: kotlin.Double, /*1*/ b: kotlin.Double): kotlin.Boolean
RETURN type=kotlin.Nothing from='dtest3(Double, Double): Boolean'
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean operator=GTEQ
arg0: CALL 'compareTo(Double): Int' type=kotlin.Int operator=GTEQ
$this: GET_VAR 'value-parameter a: Double' type=kotlin.Double operator=null
other: GET_VAR 'value-parameter b: Double' type=kotlin.Double operator=null
FUN public fun dtest4(a: kotlin.Double, b: kotlin.Double): kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from=dtest4
CALL .LTEQ0 type=kotlin.Boolean operator=LTEQ
arg0: CALL .compareTo type=kotlin.Int operator=LTEQ
$this: GET_VAR a type=kotlin.Double operator=null
other: GET_VAR b type=kotlin.Double operator=null
RETURN type=kotlin.Nothing from='dtest4(Double, Double): Boolean'
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean operator=LTEQ
arg0: CALL 'compareTo(Double): Int' type=kotlin.Int operator=LTEQ
$this: GET_VAR 'value-parameter a: Double' type=kotlin.Double operator=null
other: GET_VAR 'value-parameter b: Double' type=kotlin.Double operator=null