@@ -32,10 +32,10 @@ class StackTraceRecoveryTest : TestBase() {
32
32
val traces = listOf (
33
33
" java.util.concurrent.ExecutionException\n " +
34
34
" \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 " ,
39
39
" Caused by: java.util.concurrent.ExecutionException\n " +
40
40
" \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testAsync\$ 1\$ 1\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:21)\n " +
41
41
" \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n "
@@ -54,10 +54,10 @@ class StackTraceRecoveryTest : TestBase() {
54
54
val stacktrace = listOf (
55
55
" java.util.concurrent.ExecutionException\n " +
56
56
" \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)" ,
61
61
" Caused by: java.util.concurrent.ExecutionException\n " +
62
62
" \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testCompletedAsync\$ 1\$ deferred\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:44)\n " +
63
63
" \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)"
@@ -92,8 +92,8 @@ class StackTraceRecoveryTest : TestBase() {
92
92
channel, listOf (
93
93
" java.lang.IllegalArgumentException\n " +
94
94
" \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)" ,
97
97
" Caused by: java.lang.IllegalArgumentException\n " +
98
98
" \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testReceiveFromChannel\$ 1\$ job\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:93)\n " +
99
99
" \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n " +
@@ -142,11 +142,11 @@ class StackTraceRecoveryTest : TestBase() {
142
142
outerMethod(deferred, listOf (
143
143
" kotlinx.coroutines.RecoverableTestException\n " +
144
144
" \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 " ,
150
150
" Caused by: kotlinx.coroutines.RecoverableTestException\n " +
151
151
" \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testWithContext\$ 1\$ deferred\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:143)\n " +
152
152
" \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n " ))
@@ -178,10 +178,10 @@ class StackTraceRecoveryTest : TestBase() {
178
178
outerScopedMethod(deferred, listOf (
179
179
" kotlinx.coroutines.RecoverableTestException\n " +
180
180
" \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 " ,
185
185
" Caused by: kotlinx.coroutines.RecoverableTestException\n " +
186
186
" \t at kotlinx.coroutines.exceptions.StackTraceRecoveryTest\$ testCoroutineScope\$ 1\$ deferred\$ 1.invokeSuspend(StackTraceRecoveryTest.kt:143)\n " +
187
187
" \t at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)\n " ))
0 commit comments