Minor. Ignore tests in JS_IR_ES6, regenerate tests

This commit is contained in:
Ilmir Usmanov
2023-01-19 17:04:05 +01:00
parent 7fa45e8af9
commit 945cdc8884
3 changed files with 8 additions and 2 deletions
@@ -1,6 +1,6 @@
// WITH_STDLIB
// WITH_COROUTINES
// IGNORE_BACKEND: JS_IR, NATIVE
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE
import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
@@ -1,5 +1,5 @@
// WITH_STDLIB
// IGNORE_BACKEND: JS_IR, NATIVE
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
@@ -9254,6 +9254,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/coroutines/intrinsicSemantics/intercepted.kt");
}
@Test
@TestMetadata("releaseIntercepted.kt")
public void testReleaseIntercepted() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/intrinsicSemantics/releaseIntercepted.kt");
}
@Test
@TestMetadata("resultExceptionOrNullInLambda.kt")
public void testResultExceptionOrNullInLambda() throws Exception {