FIR IDE: introduce highlighting performance test

This commit is contained in:
Ilya Kirillov
2020-09-21 16:49:26 +03:00
parent 5cc12b49fc
commit 96422ea3fe
8 changed files with 473 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ dependencies {
testCompile(projectTests(":compiler:cli"))
testCompile(projectTests(":idea:idea-maven"))
testCompile(projectTests(":idea:idea-fir"))
testCompile(projectTests(":idea:idea-fir-performance-tests"))
testCompile(projectTests(":idea:idea-frontend-fir"))
testCompile(projectTests(":idea:idea-frontend-fir:idea-fir-low-level-api"))
testCompile(projectTests(":j2k"))
@@ -1044,6 +1044,12 @@ fun main(args: Array<String>) {
}
}
testGroup("idea/idea-fir-performance-tests/tests", "idea") {
testClass<AbstractFirHighlightingPerformanceTest> {
model("testData/highlighter")
}
}
testGroup("idea/idea-fir/tests", "idea/testData") {
testClass<AbstractFirReferenceResolveTest> {
model("resolve/references", pattern = KT_WITHOUT_DOTS_IN_NAME)