Tests: unmute light analysis tests passing with JVM_IR

This commit is contained in:
Alexander Udalov
2023-06-12 16:47:50 +02:00
parent cab53361f3
commit 1588b07472
61 changed files with 27 additions and 88 deletions
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_LIGHT_ANALYSIS
// WITH_STDLIB
// LAMBDAS: CLASS
+1 -2
View File
@@ -1,6 +1,5 @@
// WITH_STDLIB
// IGNORE_BACKEND: JVM
// IGNORE_LIGHT_ANALYSIS
// JVM_TARGET: 1.8
// ^ This test causes SIGSEGV on JDK 1.6 with old back-end.
@@ -16,4 +15,4 @@ fun box(): String {
if (test2 != 3) throw Exception("with(ints, IntArray::size) != 3: $test2")
return "OK"
}
}
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM
// IGNORE_LIGHT_ANALYSIS
// JVM_IR it this case has an approximated type 'KFun<out Any>', which has a projected top-level argument.