Exclude some codegen tests on Android

These tests rely on the fact that sources are located in the default package,
whereas Android tests alter the package name of each test
This commit is contained in:
Alexander Udalov
2016-09-22 13:03:25 +03:00
parent 07198cf86d
commit b3803d6fe7
@@ -77,6 +77,9 @@ public class SpecialFiles {
excludedFiles.add("topLevelProperty.kt");
excludedFiles.add("typeParameters.kt");
excludedFiles.add("kt13133.kt");
excludedFiles.add("genericOverriddenFunction.kt");
excludedFiles.add("genericOverriddenProperty.kt");
excludedFiles.add("genericProperty.kt");
// StackOverflow with StringBuilder (escape())
excludedFiles.add("kt684.kt");