Add black box tests for objects inheritance problem (KT-25289)

This commit is contained in:
victor.petukhov
2018-12-14 13:45:15 +03:00
parent fc381e25c8
commit 8c0ad321e2
42 changed files with 680 additions and 2 deletions
+3 -2
View File
@@ -28,8 +28,9 @@ val remoteRunTests by task<Test> {
val packagePrefix = "org.jetbrains.kotlin."
val includeTests = setOf(
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Contracts*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Annotations*"
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations\$Type_annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Annotations\$Type_annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Objects\$Inheritance*"
)
workingDir = rootDir