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 24ef7c9fc18..c396df5e23b 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 @@ -88,12 +88,16 @@ public class SpecialFiles { excludedFiles.add("kt1213.kt"); // Commented excludedFiles.add("kt882.jet"); // Commented excludedFiles.add("kt789.jet"); // Commented + excludedFiles.add("enum.kt"); // Commented + excludedFiles.add("withclosure.kt"); // Commented excludedFiles.add("isTypeParameter.jet"); // Commented excludedFiles.add("nullability.jet"); // Commented excludedFiles.add("genericFunction.jet"); // Commented excludedFiles.add("forwardTypeParameter.jet"); // Commented excludedFiles.add("kt259.jet"); // Commented excludedFiles.add("classObjectMethod.jet"); // Commented + + excludedFiles.add("inRangeConditionsInWhen.jet"); // Commented excludedFiles.add("kt1592.kt"); // Codegen don't execute blackBoxFile() on it excludedFiles.add("box.kt"); // MultiFileTest not supported yet