Exclude test that fail with KT-29282

This commit is contained in:
Pavel Punegov
2019-01-18 17:18:39 +03:00
committed by Pavel Punegov
parent 117712ff40
commit ef820e1b78
@@ -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) {