diff --git a/compiler/testData/codegen/box/reflection/mapping/openSuspendFun.kt b/compiler/testData/codegen/box/reflection/mapping/openSuspendFun.kt index f7a037ed830..cda061f8eff 100644 --- a/compiler/testData/codegen/box/reflection/mapping/openSuspendFun.kt +++ b/compiler/testData/codegen/box/reflection/mapping/openSuspendFun.kt @@ -1,5 +1,4 @@ // WITH_REFLECT -// IGNORE_BACKEND: JVM_IR // TARGET_BACKEND: JVM import kotlin.reflect.full.declaredMemberFunctions diff --git a/compiler/testData/codegen/box/reflection/mapping/types/suspendFun.kt b/compiler/testData/codegen/box/reflection/mapping/types/suspendFun.kt index ca3a6fda7ed..e44dc8942a1 100644 --- a/compiler/testData/codegen/box/reflection/mapping/types/suspendFun.kt +++ b/compiler/testData/codegen/box/reflection/mapping/types/suspendFun.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt index f9cb727e85d..d85373238fd 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_MULTI_MODULE: JVM_IR // WITH_RUNTIME // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING diff --git a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt index 59b1f64285d..114f0ec1ca5 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_MULTI_MODULE: JVM_IR // WITH_RUNTIME // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt index f9872cc285b..a1ccd141afd 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_MULTI_MODULE: JVM_IR // FILE: inline.kt // COMMON_COROUTINES_TEST // WITH_RUNTIME diff --git a/compiler/testData/compileKotlinAgainstKotlin/coroutinesBinary.kt b/compiler/testData/compileKotlinAgainstKotlin/coroutinesBinary.kt index 900e825be2c..83abd378140 100644 --- a/compiler/testData/compileKotlinAgainstKotlin/coroutinesBinary.kt +++ b/compiler/testData/compileKotlinAgainstKotlin/coroutinesBinary.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // COMMON_COROUTINES_TEST // FILE: A.kt // WITH_RUNTIME diff --git a/jps-plugin/testData/incremental/pureKotlin/inlineSuspendFunctionChanged/directives.txt b/jps-plugin/testData/incremental/pureKotlin/inlineSuspendFunctionChanged/directives.txt index 5099b2ad971..e69de29bb2d 100644 --- a/jps-plugin/testData/incremental/pureKotlin/inlineSuspendFunctionChanged/directives.txt +++ b/jps-plugin/testData/incremental/pureKotlin/inlineSuspendFunctionChanged/directives.txt @@ -1 +0,0 @@ -// IGNORE_BACKEND: JVM_IR