Remove obsolete test excludes

This commit is contained in:
Pavel Punegov
2019-09-27 19:26:18 +03:00
committed by Pavel Punegov
parent 2faa0b3f7d
commit 3ab7a9865d
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ task resultsTask() {
boolean isExcluded(String dir) { boolean isExcluded(String dir) {
// List of tests that fail due to unresolved compiler bugs // List of tests that fail due to unresolved compiler bugs
def excluded = [ "codegen/box/functions/bigArity" /* KT-26140 */ ] def excluded = [ ]
if (project.twoStageEnabled) { if (project.twoStageEnabled) {
excluded += [ excluded += [
@@ -516,9 +516,7 @@ 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/boxInline/anonymousObject/kt8133.kt" // KT-34066
"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) {