[FE 1.0] Remove constraint system tests

These tests used the old type inference constraint system, so it didn't cover the current compiler logic almost at all

It'd be fine to implement similar test for the new type inference constraint system

^KT-52699
This commit is contained in:
Victor Petukhov
2022-06-09 11:12:39 +02:00
committed by teamcity
parent 8500ee08a8
commit 9be181f1ad
255 changed files with 0 additions and 4662 deletions
@@ -47,7 +47,6 @@ import org.jetbrains.kotlin.repl.AbstractReplInterpreterTest
import org.jetbrains.kotlin.resolve.AbstractResolveTest
import org.jetbrains.kotlin.resolve.calls.AbstractResolvedCallsTest
import org.jetbrains.kotlin.resolve.calls.AbstractResolvedConstructorDelegationCallsTests
import org.jetbrains.kotlin.resolve.constraintSystem.AbstractConstraintSystemTest
import org.jetbrains.kotlin.serialization.AbstractLocalClassProtoTest
import org.jetbrains.kotlin.test.TargetBackend
import org.jetbrains.kotlin.types.AbstractTypeBindingTest
@@ -75,10 +74,6 @@ fun generateJUnit3CompilerTests(args: Array<String>) {
model("resolveConstructorDelegationCalls")
}
testClass<AbstractConstraintSystemTest> {
model("constraintSystem", extension = "constraints")
}
testClass<AbstractParsingTest> {
model("psi", testMethod = "doParsingTest", pattern = "^(.*)\\.kts?$")
model("parseCodeFragment/expression", testMethod = "doExpressionCodeFragmentParsingTest", extension = "kt")