Merge foreign annotation tests for sources and binaries into single directory

This commit is contained in:
Victor Petukhov
2021-05-12 20:18:47 +03:00
parent df2c95e444
commit 8602d1fcf0
66 changed files with 762 additions and 421 deletions
@@ -61,8 +61,7 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
testClass<AbstractForeignAnnotationsCompiledJavaWithPsiClassReadingTest> {
model("diagnostics/foreignAnnotationsTests/tests")
// TODO: remove exclusion of these dirs after advance dependent intellij platform
model("diagnostics/foreignAnnotationsTests/java8Tests", excludeDirs = listOf("jspecify", "typeEnhancement/onCompiled"))
model("diagnostics/foreignAnnotationsTests/java8Tests",)
model("diagnostics/foreignAnnotationsTests/java9Tests")
}