diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt index db6f3044b9d..9b5c9d349f2 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt @@ -3,7 +3,6 @@ // IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS // IGNORE_BACKEND: JVM_IR -// IGNORE_BACKEND: JS_IR // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/localCallableRef.kt b/compiler/testData/codegen/box/coroutines/localCallableRef.kt index d7b8da90eaa..a743c9b6b07 100644 --- a/compiler/testData/codegen/box/coroutines/localCallableRef.kt +++ b/compiler/testData/codegen/box/coroutines/localCallableRef.kt @@ -1,5 +1,4 @@ // IGNORE_BACKEND: JVM_IR -// IGNORE_BACKEND: JS_IR // WITH_RUNTIME // WITH_COROUTINES // LANGUAGE_VERSION: 1.3 diff --git a/js/js.translator/testData/box/coroutines/localVarOptimization.kt b/js/js.translator/testData/box/coroutines/localVarOptimization.kt index c58e0a8462f..227cd79ec29 100644 --- a/js/js.translator/testData/box/coroutines/localVarOptimization.kt +++ b/js/js.translator/testData/box/coroutines/localVarOptimization.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JS_IR // EXPECTED_REACHABLE_NODES: 1251 // DECLARES_VARIABLE: function=doResume name=k // PROPERTY_READ_COUNT: name=local$o count=1 diff --git a/js/js.translator/testData/box/coroutines/nativeExceptions.kt b/js/js.translator/testData/box/coroutines/nativeExceptions.kt index 5e39c5fbd4a..5ca2be257ce 100644 --- a/js/js.translator/testData/box/coroutines/nativeExceptions.kt +++ b/js/js.translator/testData/box/coroutines/nativeExceptions.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JS_IR // EXPECTED_REACHABLE_NODES: 1250 import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/js/js.translator/testData/box/main/suspendMainThrows.kt b/js/js.translator/testData/box/main/suspendMainThrows.kt index 9694ee2c739..4b084f40cf7 100644 --- a/js/js.translator/testData/box/main/suspendMainThrows.kt +++ b/js/js.translator/testData/box/main/suspendMainThrows.kt @@ -1,5 +1,4 @@ // EXPECTED_REACHABLE_NODES: 1299 -// IGNORE_BACKEND: JS_IR // CALL_MAIN import kotlin.coroutines.*