diff --git a/compiler/testData/diagnostics/tests/j+k/primitiveOverrides/removeAt.kt b/compiler/testData/diagnostics/tests/j+k/primitiveOverrides/removeAt.kt index db8299bb52b..7365ce4d2b7 100644 --- a/compiler/testData/diagnostics/tests/j+k/primitiveOverrides/removeAt.kt +++ b/compiler/testData/diagnostics/tests/j+k/primitiveOverrides/removeAt.kt @@ -2,8 +2,7 @@ // WITH_STDLIB // SCOPE_DUMP: A:removeAt // ISSUE: KT-65410 -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: SCOPE_DUMP uses different parameter names in AA modes // FILE: Java1.java diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.fir.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.fir.kt index 2bd2fa99d21..b52fbc5d02a 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.fir.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.fir.kt @@ -1,7 +1,6 @@ // TARGET_BACKEND: JVM // LANGUAGE: +MultiPlatformProjects -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: m1-common diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.kt index 3b0576cbb39..5df1cdb671f 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyImplMemberNotImplemented.kt @@ -1,7 +1,6 @@ // TARGET_BACKEND: JVM // LANGUAGE: +MultiPlatformProjects -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: m1-common diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.fir.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.fir.kt index 736f8f5fe29..ad4581334fe 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.fir.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.fir.kt @@ -1,7 +1,6 @@ // TARGET_BACKEND: JVM // !LANGUAGE: +MultiPlatformProjects -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: common diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.kt index 60d1548d264..5e4f92b7740 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/manyInterfacesMemberNotImplemented.kt @@ -1,7 +1,6 @@ // TARGET_BACKEND: JVM // !LANGUAGE: +MultiPlatformProjects -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: common diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.fir.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.fir.kt index 6c6dc552ed4..89dc69a1e81 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.fir.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.fir.kt @@ -1,6 +1,5 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: common diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.kt index 8c4c1169179..2addf960507 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/mixedFunctionalTypesInSupertypes.kt @@ -1,6 +1,5 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: common diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.fir.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.fir.kt index 7156ae08372..3f657cbdb3c 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.fir.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.fir.kt @@ -1,7 +1,6 @@ // LANGUAGE: +MultiPlatformProjects // ISSUE: KT-58845 -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: common diff --git a/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.kt b/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.kt index 13206b0ff8d..3844aa66b4a 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/scopes/scopeOfFunInterface.kt @@ -1,7 +1,6 @@ // LANGUAGE: +MultiPlatformProjects // ISSUE: KT-58845 -// IGNORE_NON_REVERSED_RESOLVE -// IGNORE_REVERSED_RESOLVE +// MUTE_LL_FIR // Reason: MPP diagnostics are reported differentely in the compiler and AA // MODULE: common diff --git a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts index 64eff81b489..29213acd864 100644 --- a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts +++ b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts @@ -1,6 +1,5 @@ // !WITH_NEW_INFERENCE -// IGNORE_REVERSED_RESOLVE -// IGNORE_NON_REVERSED_RESOLVE +// MUTE_LL_FIR // DUMP_CFG: LEVELS // KT-62840 val (a1, a2) = A() diff --git a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts index a5f387dccc1..108637682d7 100644 --- a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts +++ b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts @@ -1,6 +1,5 @@ // !WITH_NEW_INFERENCE -// IGNORE_REVERSED_RESOLVE -// IGNORE_NON_REVERSED_RESOLVE +// MUTE_LL_FIR // DUMP_CFG: LEVELS // KT-62840 val (a1, a2) = A()