From ef820e1b78d8702014da9b2821c82c8f37611e00 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Fri, 18 Jan 2019 17:18:39 +0300 Subject: [PATCH] Exclude test that fail with KT-29282 --- .../src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSrc/plugins/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy b/buildSrc/plugins/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy index 015a52c530a..c07001d95a6 100644 --- a/buildSrc/plugins/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/buildSrc/plugins/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -890,7 +890,8 @@ fun runTest() { static def excludeList = [ "build/external/compiler/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt", // KT-26973 "build/external/compiler/codegen/box/inlineClasses/kt27096_innerClass.kt", // KT-27665 - "build/external/compiler/codegen/boxInline/anonymousObject/kt8133.kt" + "build/external/compiler/codegen/boxInline/anonymousObject/kt8133.kt", + "build/external/compiler/codegen/box/localClasses/anonymousObjectInExtension.kt" // KT-29282 ] boolean isEnabledForNativeBackend(String fileName) {