From 6937ac56e7feebfb75d7df9139b32dbf6e987b18 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Fri, 16 Oct 2020 13:05:53 +0300 Subject: [PATCH] Update exclude list for the KT-42723 --- .../src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy index e0a24fa73db..7be49e1a6ce 100644 --- a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -408,8 +408,8 @@ fun runTest() { static def excludeList = [ "external/compiler/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt", // KT-36880 - "external/compiler/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt", // FIXME: inherits final class - "external/compiler/codegen/box/collections/kt41123.kt", // FIXME: inherits final HashMap + "external/compiler/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt", // KT-42723 + "external/compiler/codegen/box/collections/kt41123.kt", // KT-42723 "external/compiler/codegen/box/multiplatform/multiModule/expectActualTypealiasLink.kt", // KT-40137 "external/compiler/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt", // KT-33091 "external/compiler/codegen/box/multiplatform/multiModule/expectActualLink.kt", // KT-41901