Exclude test that fail with KT-29282
This commit is contained in:
committed by
Pavel Punegov
parent
117712ff40
commit
ef820e1b78
@@ -890,7 +890,8 @@ fun runTest() {
|
|||||||
static def excludeList = [
|
static def excludeList = [
|
||||||
"build/external/compiler/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt", // KT-26973
|
"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/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) {
|
boolean isEnabledForNativeBackend(String fileName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user