@@ -32,10 +32,10 @@ class StackTraceRecoveryTest : TestBase() {
3232 val traces = listOf (
3333 " java.util.concurrent.ExecutionException\n " +
3434 " \t (Current coroutine stacktrace)\n " +
35- " \t at kotlinx/ coroutines/ DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
36- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.oneMoreNestedMethod(StackTraceRecoveryTest.kt:49)\n " +
37- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.nestedMethod(StackTraceRecoveryTest.kt:44)\n " +
38- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest\$ testAsync\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:17)\n " ,
35+ " \t at kotlinx. coroutines. DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
36+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.oneMoreNestedMethod(StackTraceRecoveryTest.kt:49)\n " +
37+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.nestedMethod(StackTraceRecoveryTest.kt:44)\n " +
38+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest\$ testAsync\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:17)\n " ,
3939 " Caused by: java.util.concurrent.ExecutionException\n " +
4040 " \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testAsync\$ 1\$ 1\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:21)\n " +
4141 " \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n "
@@ -54,10 +54,10 @@ class StackTraceRecoveryTest : TestBase() {
5454 val stacktrace = listOf (
5555 " java.util.concurrent.ExecutionException\n " +
5656 " \t (Current coroutine stacktrace)\n " +
57- " \t at kotlinx/ coroutines/ DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
58- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.oneMoreNestedMethod(StackTraceRecoveryTest.kt:81)\n " +
59- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.nestedMethod(StackTraceRecoveryTest.kt:75)\n " +
60- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest\$ testCompletedAsync\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:71)" ,
57+ " \t at kotlinx. coroutines. DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
58+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.oneMoreNestedMethod(StackTraceRecoveryTest.kt:81)\n " +
59+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.nestedMethod(StackTraceRecoveryTest.kt:75)\n " +
60+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest\$ testCompletedAsync\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:71)" ,
6161 " Caused by: java.util.concurrent.ExecutionException\n " +
6262 " \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testCompletedAsync\$ 1\$ deferred\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:44)\n " +
6363 " \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)"
@@ -92,8 +92,8 @@ class StackTraceRecoveryTest : TestBase() {
9292 channel, listOf (
9393 " java.lang.IllegalArgumentException\n " +
9494 " \t (Current coroutine stacktrace)\n " +
95- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.channelNestedMethod(StackTraceRecoveryTest.kt:110)\n " +
96- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest\$ testReceiveFromChannel\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:89)" ,
95+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.channelNestedMethod(StackTraceRecoveryTest.kt:110)\n " +
96+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest\$ testReceiveFromChannel\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:89)" ,
9797 " Caused by: java.lang.IllegalArgumentException\n " +
9898 " \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testReceiveFromChannel\$ 1\$ job\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:93)\n " +
9999 " \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n " +
@@ -142,11 +142,11 @@ class StackTraceRecoveryTest : TestBase() {
142142 outerMethod(deferred, listOf (
143143 " kotlinx.coroutines.RecoverableTestException\n " +
144144 " \t (Current coroutine stacktrace)\n " +
145- " \t at kotlinx/ coroutines/ DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
146- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.innerMethod(StackTraceRecoveryTest.kt:158)\n " +
147- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest\$ outerMethod\$ 2.invokeSuspend(StackTraceRecoveryTest.kt:151)\n " +
148- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.outerMethod(StackTraceRecoveryTest.kt:150)\n " +
149- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest\$ testWithContext\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:141)\n " ,
145+ " \t at kotlinx. coroutines. DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
146+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.innerMethod(StackTraceRecoveryTest.kt:158)\n " +
147+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest\$ outerMethod\$ 2.invokeSuspend(StackTraceRecoveryTest.kt:151)\n " +
148+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.outerMethod(StackTraceRecoveryTest.kt:150)\n " +
149+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest\$ testWithContext\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:141)\n " ,
150150 " Caused by: kotlinx.coroutines.RecoverableTestException\n " +
151151 " \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testWithContext\$ 1\$ deferred\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:143)\n " +
152152 " \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n " ))
@@ -178,10 +178,10 @@ class StackTraceRecoveryTest : TestBase() {
178178 outerScopedMethod(deferred, listOf (
179179 " kotlinx.coroutines.RecoverableTestException\n " +
180180 " \t (Current coroutine stacktrace)\n " +
181- " \t at kotlinx/ coroutines/ DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
182- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest.innerMethod(StackTraceRecoveryTest.kt:158)\n " +
183- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest\$ outerScopedMethod\$ 2.invokeSuspend(StackTraceRecoveryTest.kt:151)\n " +
184- " \t at kotlinx/ coroutines/ exceptions/ StackTraceRecoveryTest\$ testCoroutineScope\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:141)\n " ,
181+ " \t at kotlinx. coroutines. DeferredCoroutine.await\$ suspendImpl(Builders.common.kt:99)\n " +
182+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest.innerMethod(StackTraceRecoveryTest.kt:158)\n " +
183+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest\$ outerScopedMethod\$ 2.invokeSuspend(StackTraceRecoveryTest.kt:151)\n " +
184+ " \t at kotlinx. coroutines. exceptions. StackTraceRecoveryTest\$ testCoroutineScope\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:141)\n " ,
185185 " Caused by: kotlinx.coroutines.RecoverableTestException\n " +
186186 " \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testCoroutineScope\$ 1\$ deferred\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:143)\n " +
187187 " \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n " ))
0 commit comments