From a32cb40fc695404a030f4a9252ba226a57db946b Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Mon, 6 Aug 2012 12:42:29 +0400 Subject: [PATCH] Android module: update excluded files --- .../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 dfb7e5f26af..20f1c33372a 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 @@ -99,6 +99,7 @@ public class SpecialFiles { excludedFiles.add("kt684.jet"); // StackOverflow with StringBuilder (escape()) excludedFiles.add("kt1199.kt"); // Bug KT-2202 + excludedFiles.add("kt1779.kt"); // Bug KT-2202 - private fun tryToComputeNext() in AbstractIterator.kt excludedFiles.add("kt344.jet"); // Bug KT-2251 excludedFiles.add("kt529.kt"); // Bug }