Home
last modified time | relevance | path

Searched refs:RecoverableTestException (Results 1 – 25 of 29) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryChannelsTest.kt23 channel.close(RecoverableTestException()) in <lambda>()
36 channel.close(RecoverableTestException()) in <lambda>()
43 channel.close(RecoverableTestException()) in <lambda>()
50 channel.close(RecoverableTestException()) in <lambda>()
77 } catch (e: RecoverableTestException) { in channelOp()
95 channel.close(RecoverableTestException()) in <lambda>()
99 } catch (e: RecoverableTestException) { in <lambda>()
107 channel.close(RecoverableTestException()) in <lambda>()
118 channel.close(RecoverableTestException()) in <lambda>()
DStackTraceRecoveryTest.kt90 throw RecoverableTestException() in <lambda>()
120 } catch (e: RecoverableTestException) { in <lambda>()
128 throw RecoverableTestException() in <lambda>()
188 throw RecoverableTestException() in <lambda>()
196 } catch (e: RecoverableTestException) { in <lambda>()
204 throw RecoverableTestException() in <lambda>()
259 callback.cont.resumeWithException(RecoverableTestException()) in <lambda>()
DStackTraceRecoveryNestedTest.kt40 throw RecoverableTestException() in <lambda>()
44 } catch (e: RecoverableTestException) { in <lambda>()
60 } catch (e: RecoverableTestException) { in <lambda>()
76 private fun RecoverableTestException.verifyException(vararg expectedTraceElements: String) { in verifyException() method
DStackTraceRecoverySelectTest.kt32 throw RecoverableTestException() in doSelect()
40 deferred.completeExceptionally(RecoverableTestException()) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/select/
DtestSelectCompletedAwait.txt1 kotlinx.coroutines.RecoverableTestException
5 Caused by: kotlinx.coroutines.RecoverableTestException
DtestSelectJoin.txt1 kotlinx.coroutines.RecoverableTestException
5 Caused by: kotlinx.coroutines.RecoverableTestException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/
DtestSendToClosedChannel.txt1 kotlinx.coroutines.RecoverableTestException
6 Caused by: kotlinx.coroutines.RecoverableTestException
DtestReceiveFromClosedChannel.txt1 kotlinx.coroutines.RecoverableTestException
6 Caused by: kotlinx.coroutines.RecoverableTestException
DtestReceiveOrNullFromClosedChannel.txt1 kotlinx.coroutines.RecoverableTestException
6 Caused by: kotlinx.coroutines.RecoverableTestException
DtestReceiveFromChannel.txt1 kotlinx.coroutines.RecoverableTestException
6 Caused by: kotlinx.coroutines.RecoverableTestException
DtestOfferWithContextWrapped.txt1 kotlinx.coroutines.RecoverableTestException
7 Caused by: kotlinx.coroutines.RecoverableTestException
DtestOfferWithCurrentContext.txt1 kotlinx.coroutines.RecoverableTestException
7 Caused by: kotlinx.coroutines.RecoverableTestException
DtestOfferFromScope.txt1 kotlinx.coroutines.RecoverableTestException
8 Caused by: kotlinx.coroutines.RecoverableTestException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/
DtestUnconfinedSuspending.txt1 kotlinx.coroutines.RecoverableTestException
7 Caused by: kotlinx.coroutines.RecoverableTestException
DtestEventLoopDispatcherSuspending.txt1 otlinx.coroutines.RecoverableTestException
8 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedEventLoopChangedContextSuspending.txt1 kotlinx.coroutines.RecoverableTestException
9 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedUnconfinedChangedContextSuspending.txt1 kotlinx.coroutines.RecoverableTestException
9 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedUnconfinedSuspending.txt1 kotlinx.coroutines.RecoverableTestException
9 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedEventLoopDispatcherSuspending.txt1 kotlinx.coroutines.RecoverableTestException
9 Caused by: kotlinx.coroutines.RecoverableTestException
DtestEventLoopDispatcher.txt1 kotlinx.coroutines.RecoverableTestException
9 Caused by: kotlinx.coroutines.RecoverableTestException
DtestUnconfined.txt1 kotlinx.coroutines.RecoverableTestException
9 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedEventLoopDispatcher.txt1 kotlinx.coroutines.RecoverableTestException
10 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedUnconfinedChangedContext.txt1 kotlinx.coroutines.RecoverableTestException
10 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedUnconfined.txt1 kotlinx.coroutines.RecoverableTestException
10 Caused by: kotlinx.coroutines.RecoverableTestException
DtestNestedEventLoopChangedContext.txt1 kotlinx.coroutines.RecoverableTestException
10 Caused by: kotlinx.coroutines.RecoverableTestException

12