Exclude test in native backend due to KT-42020.
Also return back two tests for fixed KT-42684 and KT-45139
This commit is contained in:
@@ -435,8 +435,7 @@ fun runTest() {
|
|||||||
"compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt", // KT-33091
|
"compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt", // KT-33091
|
||||||
"compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt", // KT-41901
|
"compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt", // KT-41901
|
||||||
"compiler/testData/codegen/box/coroutines/multiModule/", // KT-40121
|
"compiler/testData/codegen/box/coroutines/multiModule/", // KT-40121
|
||||||
"compiler/testData/codegen/box/defaultArguments/recursiveDefaultArguments.kt", // KT-42684
|
"compiler/testData/codegen/box/compileKotlinAgainstKotlin/clashingFakeOverrideSignatures.kt" // KT-42020
|
||||||
"compiler/testData/codegen/box/inlineClasses/nestedInlineClass.kt" // KT-45139
|
|
||||||
]
|
]
|
||||||
|
|
||||||
boolean isEnabledForNativeBackend(String fileName) {
|
boolean isEnabledForNativeBackend(String fileName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user