aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testCancelledOffer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testCancelledOffer.txt')
-rw-r--r--kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testCancelledOffer.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testCancelledOffer.txt b/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testCancelledOffer.txt
deleted file mode 100644
index cfed5af4..00000000
--- a/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testCancelledOffer.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@2a06d350
- (Coroutine boundary)
- at kotlinx.coroutines.channels.AbstractSendChannel.offer(AbstractChannel.kt:170)
- at kotlinx.coroutines.channels.ChannelCoroutine.offer(ChannelCoroutine.kt)
- at kotlinx.coroutines.exceptions.StackTraceRecoveryChannelsTest$testCancelledOffer$1.invokeSuspend(StackTraceRecoveryChannelsTest.kt:153)
-Caused by: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@2a06d350
- at kotlinx.coroutines.JobSupport.cancel(JobSupport.kt:599)
- at kotlinx.coroutines.Job$DefaultImpls.cancel$default(Job.kt:164)
- at kotlinx.coroutines.exceptions.StackTraceRecoveryChannelsTest$testCancelledOffer$1.invokeSuspend(StackTraceRecoveryChannelsTest.kt:151)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)