From 05b482e7d5eb97730ad3af267ffbda0d90119b0b Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 17 Jan 2013 18:44:24 +0400 Subject: [PATCH] Ignore unsupported codegen tests for Android --- .../tests/org/jetbrains/jet/compiler/android/SpecialFiles.java | 3 +++ 1 file changed, 3 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 b813ce43134..b4e64284c77 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 @@ -126,6 +126,9 @@ public class SpecialFiles { excludedFiles.add("doGenerateAssertions.kt"); // Multi-file + Java excludedFiles.add("doNotGenerateAssertions.kt"); // Multi-file + Java excludedFiles.add("doGenerateParamAssertions.kt"); // Java + + excludedFiles.add("nestedInPackage.kt"); // Custom packages are not supported + excludedFiles.add("importNestedClass.kt"); // Won't work when moved to another package } private SpecialFiles() {