From 23c1eea7d8cc5084aeda514a965fbf9d3238afb6 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 22 Oct 2014 10:41:35 +0400 Subject: [PATCH] Disable codegen test on Android Can't import from enum there because a package directive is appended to the beginning of the file in Android tests, invalidating import statements --- .../tests/org/jetbrains/jet/compiler/android/SpecialFiles.java | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java b/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java index a3744195da8..71645b94b61 100644 --- a/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java +++ b/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java @@ -73,6 +73,7 @@ public class SpecialFiles { excludedFiles.add("invokeOnClassObjectOfNestedClass2.kt"); // Cannot change package name excludedFiles.add("invokeOnImportedEnum1.kt"); // Cannot change package name excludedFiles.add("invokeOnImportedEnum2.kt"); // Cannot change package name + excludedFiles.add("sortEnumEntries.kt"); // Cannot change package name excludedFiles.add("kt326.kt"); // Commented excludedFiles.add("kt1213.kt"); // Commented