Use K2/PSI in lookup tracker tests, fix test data in accordance with 2.0

#KT-60736 Submitted
This commit is contained in:
Mikhail Glukhikh
2023-07-26 16:36:20 +02:00
committed by Space Team
parent f1a297279d
commit ab2053df4b
39 changed files with 522 additions and 520 deletions
@@ -80,6 +80,7 @@ abstract class AbstractJvmLookupTrackerTest : AbstractLookupTrackerTest() {
disableDefaultScriptingPlugin = true
buildFile = moduleFile.canonicalPath
reportOutputFiles = true
useFirLT = false
}
val argsArray = ArgumentUtils.convertArgumentsToStringList(args).toTypedArray()
@@ -166,6 +167,7 @@ abstract class AbstractJsLookupTrackerTest : AbstractLookupTrackerTest() {
reportOutputFiles = true
freeArgs = filesToCompile.map { it.canonicalPath }
forceDeprecatedLegacyCompilerUsage = true
useFirLT = false
}
configureAdditionalArgs(args)
return runJSCompiler(args, env)