From 57fc2c830188210b018b10da5b8a0a7b33cb093e Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Fri, 30 May 2014 11:03:20 +0400 Subject: [PATCH] Android tests: exclude reflection tests --- .../org/jetbrains/jet/compiler/android/SpecialFiles.java | 5 +++++ 1 file changed, 5 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 9af37825d5f..f445806758f 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 @@ -68,6 +68,11 @@ public class SpecialFiles { excludedFiles.add("packageQualifiedMethod.kt"); // Cannot change package name excludedFiles.add("classObjectToString.kt"); // Cannot change package name + /* Reflection tests with full-qualified names*/ + excludedFiles.add("insideLambda"); + excludedFiles.add("lambda"); + excludedFiles.add("kt5112.kt"); + excludedFiles.add("kt326.kt"); // Commented excludedFiles.add("kt1213.kt"); // Commented