From 73bbda5b931fe99f12d7e7d11ce502afab7a4405 Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Fri, 29 Mar 2013 11:45:56 +0400 Subject: [PATCH] AndroidTests: do not run test which use file system --- .../tests/org/jetbrains/jet/compiler/android/SpecialFiles.java | 2 ++ 1 file changed, 2 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 c2cfb870baa..c6cd3a861fe 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 @@ -71,6 +71,8 @@ public class SpecialFiles { excludedFiles.add("kt529.kt"); // Bug excludedFiles.add("kt344.kt"); // Bug + excludedFiles.add("filenameFilter.kt"); // Work with FileSystem + excludedFiles.add("comparisonWithNullCallsFun.kt"); // java.lang.NoClassDefFoundError: jet.Nothing }