Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.

This commit is contained in:
Yan Zhulanow
2016-11-03 01:21:23 +03:00
committed by Yan Zhulanow
parent 8bdb54929b
commit 328286ab14
2287 changed files with 51250 additions and 2 deletions
@@ -0,0 +1,4 @@
public final class BooleanKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: boolean, p1: boolean): java.lang.String
}
@@ -0,0 +1,16 @@
public interface A
public final class B {
private final field x: int
public method <init>(p0: int): void
public method compareTo(@org.jetbrains.annotations.NotNull p0: A): int
public synthetic method compareTo(p0: java.lang.Object): int
public final method getX(): int
}
public final class ComparableKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): java.lang.String
}
@@ -0,0 +1,4 @@
public final class DoubleIntKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: double, p1: int): java.lang.String
}
@@ -0,0 +1,4 @@
public final class DoubleLongKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: double, p1: long): java.lang.String
}
@@ -0,0 +1,5 @@
public final class ExtensionArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[], @org.jetbrains.annotations.NotNull p1: java.lang.Integer[]): java.lang.String
public final static method compareTo(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[], @org.jetbrains.annotations.NotNull p1: java.lang.Integer[]): int
}
@@ -0,0 +1,12 @@
public final class A {
private final field x: int
public method <init>(p0: int): void
public final method getX(): int
}
public final class ExtensionObjectKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): java.lang.String
public final static method compareTo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): int
}
@@ -0,0 +1,4 @@
public final class IntDoubleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: int, p1: double): java.lang.String
}
@@ -0,0 +1,4 @@
public final class IntLongKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: int, p1: long): java.lang.String
}
@@ -0,0 +1,4 @@
public final class LongDoubleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: long, p1: double): java.lang.String
}
@@ -0,0 +1,4 @@
public final class LongIntKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: long, p1: int): java.lang.String
}