JS IR: Minor. Disable test

This commit is contained in:
Ilmir Usmanov
2023-05-30 11:31:34 +02:00
committed by teamcity
parent 53783daeaf
commit a41d36edba
2 changed files with 24 additions and 55 deletions
@@ -1,4 +1,6 @@
// WITH_STDLIB // WITH_STDLIB
// TODO: Enable the test on JS BE, but now it is too flaky there.
// TARGET_BACKEND: JVM
// FILE: test.kt // FILE: test.kt
import kotlin.coroutines.* import kotlin.coroutines.*
@@ -21,61 +23,34 @@ fun box() {
} }
// EXPECTATIONS JVM JVM_IR // EXPECTATIONS JVM JVM_IR
// test.kt:15 box // test.kt:17 box
// test.kt:7 builder // test.kt:9 builder
// Continuation.kt:66 <init> // Continuation.kt:66 <init>
// test.kt:7 builder // test.kt:9 builder
// Continuation.kt:68 getContext // Continuation.kt:68 getContext
// test.kt:-1 <init> // test.kt:-1 <init>
// test.kt:-1 create // test.kt:-1 create
// test.kt:12 empty // test.kt:14 empty
// test.kt:16 invokeSuspend
// test.kt:17 invokeSuspend
// test.kt:7 builder
// Continuation.kt:66 <init>
// test.kt:7 builder
// Continuation.kt:68 getContext
// test.kt:-1 <init>
// test.kt:-1 create
// test.kt:12 empty
// test.kt:18 invokeSuspend // test.kt:18 invokeSuspend
// test.kt:19 invokeSuspend // test.kt:19 invokeSuspend
// Continuation.kt:71 resumeWith // test.kt:9 builder
// test.kt:8 resumeWith // Continuation.kt:66 <init>
// test.kt:9 resumeWith // test.kt:9 builder
// Continuation.kt:71 resumeWith // Continuation.kt:68 getContext
// test.kt:10 builder // test.kt:-1 <init>
// test.kt:-1 create
// test.kt:14 empty
// test.kt:20 invokeSuspend // test.kt:20 invokeSuspend
// test.kt:21 invokeSuspend
// Continuation.kt:71 resumeWith // Continuation.kt:71 resumeWith
// test.kt:8 resumeWith // test.kt:10 resumeWith
// test.kt:9 resumeWith // test.kt:11 resumeWith
// Continuation.kt:71 resumeWith // Continuation.kt:71 resumeWith
// test.kt:10 builder // test.kt:12 builder
// test.kt:21 box // test.kt:22 invokeSuspend
// Continuation.kt:71 resumeWith
// EXPECTATIONS JS_IR // test.kt:10 resumeWith
// test.kt:15 box // test.kt:11 resumeWith
// test.kt:15 box$slambda // Continuation.kt:71 resumeWith
// test.kt:15 box // test.kt:12 builder
// test.kt:82 <init> // test.kt:23 box
// test.kt:7 builder
// test.kt:82 <get-context>
// test.kt:82 <get-context>
// test.kt:16 doResume
// test.kt:12 empty
// test.kt:17 doResume
// test.kt:17 box$slambda$slambda
// test.kt:17 doResume
// test.kt:82 <init>
// test.kt:7 builder
// test.kt:82 <get-context>
// test.kt:82 <get-context>
// test.kt:18 doResume
// test.kt:12 empty
// test.kt:19 doResume
// test.kt:82 resumeWith
// test.kt:10 builder
// test.kt:20 doResume
// test.kt:82 resumeWith
// test.kt:10 builder
// test.kt:21 box
@@ -391,12 +391,6 @@ public class IrJsSteppingTestGenerated extends AbstractIrJsSteppingTest {
runTest("compiler/testData/debug/stepping/nestedInline.kt"); runTest("compiler/testData/debug/stepping/nestedInline.kt");
} }
@Test
@TestMetadata("noLinenumberInInvokeOfSuspendLambda.kt")
public void testNoLinenumberInInvokeOfSuspendLambda() throws Exception {
runTest("compiler/testData/debug/stepping/noLinenumberInInvokeOfSuspendLambda.kt");
}
@Test @Test
@TestMetadata("noParametersArgumentCallInExpression.kt") @TestMetadata("noParametersArgumentCallInExpression.kt")
public void testNoParametersArgumentCallInExpression() throws Exception { public void testNoParametersArgumentCallInExpression() throws Exception {