From 563d8a9001436eb2c33e1bb585c8f9e180102200 Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Wed, 22 Aug 2012 20:37:11 +0400 Subject: [PATCH] Android test: add new special files (temporary commented in tests) --- .../org/jetbrains/jet/compiler/android/SpecialFiles.java | 4 ++++ 1 file changed, 4 insertions(+) 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