diff --git a/compiler/testData/codegen/box/coroutines/kt38099.kt b/compiler/testData/codegen/box/coroutines/kt38099.kt index ffdd8d75a39..e0af53b6f6e 100644 --- a/compiler/testData/codegen/box/coroutines/kt38099.kt +++ b/compiler/testData/codegen/box/coroutines/kt38099.kt @@ -1,5 +1,4 @@ // TARGET_BACKEND: JVM -// IGNORE_BACKEND: JVM // WITH_RUNTIME import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/notNullAssertions/inFunctionWithExpressionBodyWithJavaGeneric.kt b/compiler/testData/codegen/box/notNullAssertions/inFunctionWithExpressionBodyWithJavaGeneric.kt index 9faeb5fd6d0..2f82489e1ad 100644 --- a/compiler/testData/codegen/box/notNullAssertions/inFunctionWithExpressionBodyWithJavaGeneric.kt +++ b/compiler/testData/codegen/box/notNullAssertions/inFunctionWithExpressionBodyWithJavaGeneric.kt @@ -1,7 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions +ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS // FILE: box.kt diff --git a/compiler/testData/codegen/box/platformTypes/specializedMapFull.kt b/compiler/testData/codegen/box/platformTypes/specializedMapFull.kt index 0e5fc22c581..366af2609ed 100644 --- a/compiler/testData/codegen/box/platformTypes/specializedMapFull.kt +++ b/compiler/testData/codegen/box/platformTypes/specializedMapFull.kt @@ -1,5 +1,4 @@ // TARGET_BACKEND: JVM -// IGNORE_BACKEND_FIR: JVM_IR // MODULE: lib // FILE: AbstractSpecializedMap.java public abstract class AbstractSpecializedMap implements java.util.Map { diff --git a/compiler/testData/codegen/box/platformTypes/specializedMapPut.kt b/compiler/testData/codegen/box/platformTypes/specializedMapPut.kt index 58a27076105..7b6fcc4980a 100644 --- a/compiler/testData/codegen/box/platformTypes/specializedMapPut.kt +++ b/compiler/testData/codegen/box/platformTypes/specializedMapPut.kt @@ -1,5 +1,4 @@ // TARGET_BACKEND: JVM -// IGNORE_BACKEND_FIR: JVM_IR // MODULE: lib // FILE: A.java import java.util.HashMap; diff --git a/compiler/testData/codegen/bytecodeText/notNullAssertions/javaMultipleSubstitutions.kt b/compiler/testData/codegen/bytecodeText/notNullAssertions/javaMultipleSubstitutions.kt index e7f4be40de9..13103cb1e6c 100644 --- a/compiler/testData/codegen/bytecodeText/notNullAssertions/javaMultipleSubstitutions.kt +++ b/compiler/testData/codegen/bytecodeText/notNullAssertions/javaMultipleSubstitutions.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR // FILE: A.java import org.jetbrains.annotations.NotNull; diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index 82911423836..9b524303546 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -7027,11 +7027,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/coroutines/kt24135.kt"); } - @TestMetadata("kt38099.kt") - public void ignoreKt38099() throws Exception { - runTest("compiler/testData/codegen/box/coroutines/kt38099.kt"); - } - @TestMetadata("suspendFunctionAsSupertype.kt") public void ignoreSuspendFunctionAsSupertype() throws Exception { runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt"); @@ -7350,6 +7345,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/coroutines/kt35967.kt"); } + @TestMetadata("kt38099.kt") + public void testKt38099() throws Exception { + runTest("compiler/testData/codegen/box/coroutines/kt38099.kt"); + } + @TestMetadata("kt42028.kt") public void testKt42028() throws Exception { runTest("compiler/testData/codegen/box/coroutines/kt42028.kt");