Remove obsolete test excludes
This commit is contained in:
committed by
Pavel Punegov
parent
2faa0b3f7d
commit
3ab7a9865d
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user