Minor. Ignore tests in JS_IR_ES6, regenerate tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// WITH_STDLIB
|
// WITH_STDLIB
|
||||||
// WITH_COROUTINES
|
// WITH_COROUTINES
|
||||||
// IGNORE_BACKEND: JS_IR, NATIVE
|
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE
|
||||||
import helpers.*
|
import helpers.*
|
||||||
import kotlin.coroutines.*
|
import kotlin.coroutines.*
|
||||||
import kotlin.coroutines.intrinsics.*
|
import kotlin.coroutines.intrinsics.*
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// WITH_STDLIB
|
// WITH_STDLIB
|
||||||
// IGNORE_BACKEND: JS_IR, NATIVE
|
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE
|
||||||
import kotlin.coroutines.*
|
import kotlin.coroutines.*
|
||||||
import kotlin.coroutines.intrinsics.*
|
import kotlin.coroutines.intrinsics.*
|
||||||
|
|
||||||
|
|||||||
+6
@@ -9254,6 +9254,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
|||||||
runTest("compiler/testData/codegen/box/coroutines/intrinsicSemantics/intercepted.kt");
|
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
|
@Test
|
||||||
@TestMetadata("resultExceptionOrNullInLambda.kt")
|
@TestMetadata("resultExceptionOrNullInLambda.kt")
|
||||||
public void testResultExceptionOrNullInLambda() throws Exception {
|
public void testResultExceptionOrNullInLambda() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user