Path	Lines of Code
integration-testing/java8Test/src/test/kotlin/JUnit5TimeoutCompilation.kt	8
integration/kotlinx-coroutines-guava/test/FutureAsDeferredUnhandledCompletionExceptionTest.kt	35
integration/kotlinx-coroutines-guava/test/ListenableFutureExceptionsTest.kt	74
integration/kotlinx-coroutines-guava/test/ListenableFutureTest.kt	724
integration/kotlinx-coroutines-guava/test/ListenableFutureToStringTest.kt	60
integration/kotlinx-coroutines-play-services/test/FakeAndroid.kt	20
integration/kotlinx-coroutines-play-services/test/TaskTest.kt	330
integration/kotlinx-coroutines-slf4j/test-resources/logback-test.xml	11
integration/kotlinx-coroutines-slf4j/test/MDCContextTest.kt	123
kotlinx-coroutines-core/common/test/AbstractCoroutineTest.kt	77
kotlinx-coroutines-core/common/test/AsyncLazyTest.kt	172
kotlinx-coroutines-core/common/test/AsyncTest.kt	268
kotlinx-coroutines-core/common/test/AtomicCancellationCommonTest.kt	145
kotlinx-coroutines-core/common/test/AwaitCancellationTest.kt	21
kotlinx-coroutines-core/common/test/AwaitTest.kt	322
kotlinx-coroutines-core/common/test/BuilderContractsTest.kt	46
kotlinx-coroutines-core/common/test/CancellableContinuationHandlersTest.kt	161
kotlinx-coroutines-core/common/test/CancellableContinuationTest.kt	123
kotlinx-coroutines-core/common/test/CancellableResumeOldTest.kt	269
kotlinx-coroutines-core/common/test/CancellableResumeTest.kt	294
kotlinx-coroutines-core/common/test/CancelledParentAttachTest.kt	98
kotlinx-coroutines-core/common/test/CompletableDeferredTest.kt	195
kotlinx-coroutines-core/common/test/CompletableJobTest.kt	90
kotlinx-coroutines-core/common/test/CoroutineDispatcherOperatorFunInvokeTest.kt	55
kotlinx-coroutines-core/common/test/CoroutineExceptionHandlerTest.kt	39
kotlinx-coroutines-core/common/test/CoroutineScopeTest.kt	281
kotlinx-coroutines-core/common/test/CoroutinesTest.kt	302
kotlinx-coroutines-core/common/test/DelayDurationTest.kt	57
kotlinx-coroutines-core/common/test/DelayTest.kt	44
kotlinx-coroutines-core/common/test/DispatchedContinuationTest.kt	63
kotlinx-coroutines-core/common/test/DurationToMillisTest.kt	53
kotlinx-coroutines-core/common/test/EmptyContext.kt	22
kotlinx-coroutines-core/common/test/FailedJobTest.kt	53
kotlinx-coroutines-core/common/test/ImmediateYieldTest.kt	44
kotlinx-coroutines-core/common/test/JobExtensionsTest.kt	79
kotlinx-coroutines-core/common/test/JobStatesTest.kt	129
kotlinx-coroutines-core/common/test/JobTest.kt	221
kotlinx-coroutines-core/common/test/LaunchLazyTest.kt	64
kotlinx-coroutines-core/common/test/LimitedParallelismSharedTest.kt	46
kotlinx-coroutines-core/common/test/NonCancellableTest.kt	120
kotlinx-coroutines-core/common/test/ParentCancellationTest.kt	150
kotlinx-coroutines-core/common/test/SupervisorTest.kt	241
kotlinx-coroutines-core/common/test/UnconfinedCancellationTest.kt	87
kotlinx-coroutines-core/common/test/UnconfinedTest.kt	92
kotlinx-coroutines-core/common/test/UndispatchedResultTest.kt	53
kotlinx-coroutines-core/common/test/WithContextTest.kt	333
kotlinx-coroutines-core/common/test/WithTimeoutDurationTest.kt	177
kotlinx-coroutines-core/common/test/WithTimeoutOrNullDurationTest.kt	207
kotlinx-coroutines-core/common/test/WithTimeoutOrNullTest.kt	199
kotlinx-coroutines-core/common/test/WithTimeoutTest.kt	169
kotlinx-coroutines-core/common/test/channels/BasicOperationsTest.kt	193
kotlinx-coroutines-core/common/test/channels/BroadcastChannelFactoryTest.kt	27
kotlinx-coroutines-core/common/test/channels/BroadcastTest.kt	125
kotlinx-coroutines-core/common/test/channels/BufferedBroadcastChannelTest.kt	186
kotlinx-coroutines-core/common/test/channels/BufferedChannelTest.kt	232
kotlinx-coroutines-core/common/test/channels/ChannelBufferOverflowTest.kt	34
kotlinx-coroutines-core/common/test/channels/ChannelFactoryTest.kt	37
kotlinx-coroutines-core/common/test/channels/ChannelReceiveCatchingTest.kt	122
kotlinx-coroutines-core/common/test/channels/ChannelUndeliveredElementFailureTest.kt	152
kotlinx-coroutines-core/common/test/channels/ChannelUndeliveredElementTest.kt	175
kotlinx-coroutines-core/common/test/channels/ChannelsTest.kt	91
kotlinx-coroutines-core/common/test/channels/ConflatedBroadcastChannelTest.kt	114
kotlinx-coroutines-core/common/test/channels/ConflatedChannelTest.kt	83
kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt	117
kotlinx-coroutines-core/common/test/channels/ProduceConsumeTest.kt	47
kotlinx-coroutines-core/common/test/channels/ProduceTest.kt	271
kotlinx-coroutines-core/common/test/channels/RendezvousChannelTest.kt	278
kotlinx-coroutines-core/common/test/channels/SendReceiveStressTest.kt	38
kotlinx-coroutines-core/common/test/channels/TestBroadcastChannelKind.kt	20
kotlinx-coroutines-core/common/test/channels/TestChannelKind.kt	45
kotlinx-coroutines-core/common/test/channels/UnlimitedChannelTest.kt	36
kotlinx-coroutines-core/common/test/flow/BuildersTest.kt	31
kotlinx-coroutines-core/common/test/flow/FlowInvariantsTest.kt	248
kotlinx-coroutines-core/common/test/flow/IdFlowTest.kt	52
kotlinx-coroutines-core/common/test/flow/NamedDispatchers.kt	47
kotlinx-coroutines-core/common/test/flow/SafeFlowTest.kt	23
kotlinx-coroutines-core/common/test/flow/VirtualTime.kt	69
kotlinx-coroutines-core/common/test/flow/channels/ChannelBuildersFlowTest.kt	123
kotlinx-coroutines-core/common/test/flow/channels/ChannelFlowTest.kt	180
kotlinx-coroutines-core/common/test/flow/channels/FlowCallbackTest.kt	47
kotlinx-coroutines-core/common/test/flow/internal/FlowScopeTest.kt	68
kotlinx-coroutines-core/common/test/flow/operators/BooleanTerminationTest.kt	89
kotlinx-coroutines-core/common/test/flow/operators/BufferConflationTest.kt	118
kotlinx-coroutines-core/common/test/flow/operators/BufferTest.kt	156
kotlinx-coroutines-core/common/test/flow/operators/CancellableTest.kt	27
kotlinx-coroutines-core/common/test/flow/operators/CatchTest.kt	178
kotlinx-coroutines-core/common/test/flow/operators/ChunkedTest.kt	78
kotlinx-coroutines-core/common/test/flow/operators/CombineParametersTest.kt	162
kotlinx-coroutines-core/common/test/flow/operators/CombineTest.kt	269
kotlinx-coroutines-core/common/test/flow/operators/ConflateTest.kt	21
kotlinx-coroutines-core/common/test/flow/operators/DebounceTest.kt	283
kotlinx-coroutines-core/common/test/flow/operators/DistinctUntilChangedTest.kt	101
kotlinx-coroutines-core/common/test/flow/operators/DropTest.kt	50
kotlinx-coroutines-core/common/test/flow/operators/DropWhileTest.kt	42
kotlinx-coroutines-core/common/test/flow/operators/FilterTest.kt	68
kotlinx-coroutines-core/common/test/flow/operators/FilterTrivialTest.kt	61
kotlinx-coroutines-core/common/test/flow/operators/FlatMapBaseTest.kt	18
kotlinx-coroutines-core/common/test/flow/operators/FlatMapConcatTest.kt	28
kotlinx-coroutines-core/common/test/flow/operators/FlatMapLatestTest.kt	120
kotlinx-coroutines-core/common/test/flow/operators/FlatMapMergeBaseTest.kt	81
kotlinx-coroutines-core/common/test/flow/operators/FlatMapMergeFastPathTest.kt	73
kotlinx-coroutines-core/common/test/flow/operators/FlatMapMergeTest.kt	99
kotlinx-coroutines-core/common/test/flow/operators/FlattenConcatTest.kt	41
kotlinx-coroutines-core/common/test/flow/operators/FlattenMergeTest.kt	42
kotlinx-coroutines-core/common/test/flow/operators/FlowContextOptimizationsTest.kt	105
kotlinx-coroutines-core/common/test/flow/operators/FlowOnTest.kt	317
kotlinx-coroutines-core/common/test/flow/operators/IndexedTest.kt	34
kotlinx-coroutines-core/common/test/flow/operators/LintTest.kt	21
kotlinx-coroutines-core/common/test/flow/operators/MapNotNullTest.kt	41
kotlinx-coroutines-core/common/test/flow/operators/MapTest.kt	41
kotlinx-coroutines-core/common/test/flow/operators/MergeTest.kt	14
kotlinx-coroutines-core/common/test/flow/operators/OnCompletionTest.kt	350
kotlinx-coroutines-core/common/test/flow/operators/OnEachTest.kt	41
kotlinx-coroutines-core/common/test/flow/operators/OnEmptyTest.kt	68
kotlinx-coroutines-core/common/test/flow/operators/OnStartTest.kt	30
kotlinx-coroutines-core/common/test/flow/operators/RetryTest.kt	142
kotlinx-coroutines-core/common/test/flow/operators/SampleTest.kt	267
kotlinx-coroutines-core/common/test/flow/operators/ScanTest.kt	63
kotlinx-coroutines-core/common/test/flow/operators/TakeTest.kt	124
kotlinx-coroutines-core/common/test/flow/operators/TakeWhileTest.kt	54
kotlinx-coroutines-core/common/test/flow/operators/TimeoutTest.kt	227
kotlinx-coroutines-core/common/test/flow/operators/TransformLatestTest.kt	141
kotlinx-coroutines-core/common/test/flow/operators/TransformTest.kt	15
kotlinx-coroutines-core/common/test/flow/operators/TransformWhileTest.kt	61
kotlinx-coroutines-core/common/test/flow/operators/ZipTest.kt	215
kotlinx-coroutines-core/common/test/flow/sharing/ShareInBufferTest.kt	75
kotlinx-coroutines-core/common/test/flow/sharing/ShareInConflationTest.kt	132
kotlinx-coroutines-core/common/test/flow/sharing/ShareInFusionTest.kt	40
kotlinx-coroutines-core/common/test/flow/sharing/ShareInTest.kt	214
kotlinx-coroutines-core/common/test/flow/sharing/SharedFlowScenarioTest.kt	360
kotlinx-coroutines-core/common/test/flow/sharing/SharedFlowTest.kt	780
kotlinx-coroutines-core/common/test/flow/sharing/SharingStartedTest.kt	157
kotlinx-coroutines-core/common/test/flow/sharing/SharingStartedWhileSubscribedTest.kt	68
kotlinx-coroutines-core/common/test/flow/sharing/StateFlowTest.kt	171
kotlinx-coroutines-core/common/test/flow/sharing/StateInTest.kt	96
kotlinx-coroutines-core/common/test/flow/terminal/CollectLatestTest.kt	47
kotlinx-coroutines-core/common/test/flow/terminal/CountTest.kt	37
kotlinx-coroutines-core/common/test/flow/terminal/FirstTest.kt	170
kotlinx-coroutines-core/common/test/flow/terminal/FoldTest.kt	45
kotlinx-coroutines-core/common/test/flow/terminal/LastTest.kt	35
kotlinx-coroutines-core/common/test/flow/terminal/LaunchInTest.kt	46
kotlinx-coroutines-core/common/test/flow/terminal/ReduceTest.kt	63
kotlinx-coroutines-core/common/test/flow/terminal/SingleTest.kt	75
kotlinx-coroutines-core/common/test/flow/terminal/ToCollectionTest.kt	22
kotlinx-coroutines-core/common/test/selects/SelectBiasTest.kt	37
kotlinx-coroutines-core/common/test/selects/SelectBufferedChannelTest.kt	385
kotlinx-coroutines-core/common/test/selects/SelectDeferredTest.kt	171
kotlinx-coroutines-core/common/test/selects/SelectJobTest.kt	59
kotlinx-coroutines-core/common/test/selects/SelectLoopTest.kt	35
kotlinx-coroutines-core/common/test/selects/SelectMutexTest.kt	48
kotlinx-coroutines-core/common/test/selects/SelectOldTest.kt	138
kotlinx-coroutines-core/common/test/selects/SelectRendezvousChannelTest.kt	440
kotlinx-coroutines-core/common/test/selects/SelectTimeoutDurationTest.kt	84
kotlinx-coroutines-core/common/test/selects/SelectTimeoutTest.kt	81
kotlinx-coroutines-core/common/test/selects/SelectUnlimitedChannelTest.kt	23
kotlinx-coroutines-core/common/test/sync/MutexTest.kt	172
kotlinx-coroutines-core/common/test/sync/SemaphoreTest.kt	192
kotlinx-coroutines-core/concurrent/test/AbstractDispatcherConcurrencyTest.kt	42
kotlinx-coroutines-core/concurrent/test/AtomicCancellationTest.kt	136
kotlinx-coroutines-core/concurrent/test/CommonThreadLocalTest.kt	58
kotlinx-coroutines-core/concurrent/test/ConcurrentExceptionsStressTest.kt	53
kotlinx-coroutines-core/concurrent/test/ConcurrentTestUtilities.common.kt	26
kotlinx-coroutines-core/concurrent/test/DefaultDispatchersConcurrencyTest.kt	7
kotlinx-coroutines-core/concurrent/test/JobStructuredJoinStressTest.kt	48
kotlinx-coroutines-core/concurrent/test/LimitedParallelismConcurrentTest.kt	79
kotlinx-coroutines-core/concurrent/test/MultithreadedDispatcherStressTest.kt	23
kotlinx-coroutines-core/concurrent/test/RunBlockingTest.kt	172
kotlinx-coroutines-core/concurrent/test/channels/BroadcastChannelSubStressTest.kt	48
kotlinx-coroutines-core/concurrent/test/channels/ChannelCancelUndeliveredElementStressTest.kt	86
kotlinx-coroutines-core/concurrent/test/channels/ConflatedBroadcastChannelNotifyStressTest.kt	79
kotlinx-coroutines-core/concurrent/test/channels/TrySendBlockingTest.kt	44
kotlinx-coroutines-core/concurrent/test/flow/CombineStressTest.kt	36
kotlinx-coroutines-core/concurrent/test/flow/FlowCancellationTest.kt	52
kotlinx-coroutines-core/concurrent/test/flow/StateFlowCommonStressTest.kt	34
kotlinx-coroutines-core/concurrent/test/flow/StateFlowUpdateCommonTest.kt	27
kotlinx-coroutines-core/concurrent/test/selects/SelectChannelStressTest.kt	58
kotlinx-coroutines-core/concurrent/test/selects/SelectMutexStressTest.kt	28
kotlinx-coroutines-core/concurrent/test/sync/MutexStressTest.kt	113
kotlinx-coroutines-core/concurrent/test/sync/SemaphoreStressTest.kt	117
kotlinx-coroutines-core/js/test/PromiseTest.kt	95
kotlinx-coroutines-core/jsAndWasmJsShared/test/MessageQueueTest.kt	70
kotlinx-coroutines-core/jsAndWasmJsShared/test/SetTimeoutDispatcherTest.kt	46
kotlinx-coroutines-core/jsAndWasmShared/test/ImmediateDispatcherTest.kt	32
kotlinx-coroutines-core/jsAndWasmShared/test/internal/LinkedListTest.kt	38
kotlinx-coroutines-core/jvm/test/AbstractLincheckTest.kt	31
kotlinx-coroutines-core/jvm/test/AsyncJvmTest.kt	38
kotlinx-coroutines-core/jvm/test/AwaitJvmTest.kt	21
kotlinx-coroutines-core/jvm/test/AwaitStressTest.kt	103
kotlinx-coroutines-core/jvm/test/CancellableContinuationJvmTest.kt	67
kotlinx-coroutines-core/jvm/test/CancellableContinuationResumeCloseStressTest.kt	52
kotlinx-coroutines-core/jvm/test/CancelledAwaitStressTest.kt	40
kotlinx-coroutines-core/jvm/test/ConcurrentTestUtilities.kt	3
kotlinx-coroutines-core/jvm/test/CoroutinesJvmTest.kt	29
kotlinx-coroutines-core/jvm/test/DebugThreadNameTest.kt	63
kotlinx-coroutines-core/jvm/test/DefaultDispatcherDetectionTest.kt	74
kotlinx-coroutines-core/jvm/test/DefaultExecutorStressTest.kt	54
kotlinx-coroutines-core/jvm/test/DelayJvmTest.kt	56
kotlinx-coroutines-core/jvm/test/DispatcherKeyTest.kt	42
kotlinx-coroutines-core/jvm/test/DispatchersToStringTest.kt	47
kotlinx-coroutines-core/jvm/test/EventLoopsTest.kt	125
kotlinx-coroutines-core/jvm/test/ExecutorAsCoroutineDispatcherDelayTest.kt	50
kotlinx-coroutines-core/jvm/test/ExecutorsTest.kt	135
kotlinx-coroutines-core/jvm/test/ExposedThreadContextTest.kt	76
kotlinx-coroutines-core/jvm/test/FailFastOnStartTest.kt	89
kotlinx-coroutines-core/jvm/test/FailingCoroutinesMachineryTest.kt	120
kotlinx-coroutines-core/jvm/test/IODispatcherTest.kt	18
kotlinx-coroutines-core/jvm/test/IntellijIdeaDebuggerEvaluatorCompatibilityTest.kt	23
kotlinx-coroutines-core/jvm/test/JobActivationStressTest.kt	55
kotlinx-coroutines-core/jvm/test/JobCancellationExceptionSerializerTest.kt	56
kotlinx-coroutines-core/jvm/test/JobChildStressTest.kt	78
kotlinx-coroutines-core/jvm/test/JobDisposeStressTest.kt	57
kotlinx-coroutines-core/jvm/test/JobHandlersUpgradeStressTest.kt	79
kotlinx-coroutines-core/jvm/test/JobOnCompletionStressTest.kt	169
kotlinx-coroutines-core/jvm/test/JobStressTest.kt	12
kotlinx-coroutines-core/jvm/test/JoinStressTest.kt	72
kotlinx-coroutines-core/jvm/test/LimitedParallelismStressTest.kt	124
kotlinx-coroutines-core/jvm/test/LimitedParallelismUnhandledExceptionTest.kt	25
kotlinx-coroutines-core/jvm/test/MemoryFootprintTest.kt	33
kotlinx-coroutines-core/jvm/test/MultithreadedDispatchersJvmTest.kt	27
kotlinx-coroutines-core/jvm/test/MutexCancellationStressTest.kt	76
kotlinx-coroutines-core/jvm/test/NoParamAssertionsTest.kt	21
kotlinx-coroutines-core/jvm/test/RejectedExecutionTest.kt	147
kotlinx-coroutines-core/jvm/test/ReusableCancellableContinuationInvariantStressTest.kt	37
kotlinx-coroutines-core/jvm/test/ReusableCancellableContinuationLeakStressTest.kt	37
kotlinx-coroutines-core/jvm/test/ReusableCancellableContinuationTest.kt	193
kotlinx-coroutines-core/jvm/test/ReusableContinuationStressTest.kt	33
kotlinx-coroutines-core/jvm/test/RunBlockingJvmTest.kt	160
kotlinx-coroutines-core/jvm/test/RunInterruptibleStressTest.kt	42
kotlinx-coroutines-core/jvm/test/RunInterruptibleTest.kt	54
kotlinx-coroutines-core/jvm/test/TestBaseTest.kt	21
kotlinx-coroutines-core/jvm/test/ThreadContextElementRestoreTest.kt	163
kotlinx-coroutines-core/jvm/test/ThreadContextElementTest.kt	245
kotlinx-coroutines-core/jvm/test/ThreadContextMutableCopiesTest.kt	140
kotlinx-coroutines-core/jvm/test/ThreadContextOrderTest.kt	48
kotlinx-coroutines-core/jvm/test/ThreadLocalStressTest.kt	119
kotlinx-coroutines-core/jvm/test/ThreadLocalTest.kt	181
kotlinx-coroutines-core/jvm/test/ThreadLocalsLeaksTest.kt	78
kotlinx-coroutines-core/jvm/test/UnconfinedConcurrentStressTest.kt	39
kotlinx-coroutines-core/jvm/test/VirtualTimeSource.kt	130
kotlinx-coroutines-core/jvm/test/WithDefaultContextTest.kt	27
kotlinx-coroutines-core/jvm/test/WithTimeoutChildDispatchStressTest.kt	19
kotlinx-coroutines-core/jvm/test/WithTimeoutOrNullJvmTest.kt	55
kotlinx-coroutines-core/jvm/test/WithTimeoutOrNullThreadDispatchTest.kt	71
kotlinx-coroutines-core/jvm/test/WithTimeoutThreadDispatchTest.kt	74
kotlinx-coroutines-core/jvm/test/channels/ActorLazyTest.kt	79
kotlinx-coroutines-core/jvm/test/channels/ActorTest.kt	171
kotlinx-coroutines-core/jvm/test/channels/BroadcastChannelLeakTest.kt	27
kotlinx-coroutines-core/jvm/test/channels/BroadcastChannelMultiReceiveStressTest.kt	143
kotlinx-coroutines-core/jvm/test/channels/BufferedChannelStressTest.kt	56
kotlinx-coroutines-core/jvm/test/channels/CancelledChannelLeakTest.kt	20
kotlinx-coroutines-core/jvm/test/channels/ChannelMemoryLeakStressTest.kt	16
kotlinx-coroutines-core/jvm/test/channels/ChannelSelectStressTest.kt	69
kotlinx-coroutines-core/jvm/test/channels/ChannelSendReceiveStressTest.kt	163
kotlinx-coroutines-core/jvm/test/channels/ChannelUndeliveredElementSelectOldStressTest.kt	214
kotlinx-coroutines-core/jvm/test/channels/ChannelUndeliveredElementStressTest.kt	230
kotlinx-coroutines-core/jvm/test/channels/ConflatedChannelCloseStressTest.kt	90
kotlinx-coroutines-core/jvm/test/channels/DoubleChannelCloseStressTest.kt	22
kotlinx-coroutines-core/jvm/test/channels/InvokeOnCloseStressTest.kt	49
kotlinx-coroutines-core/jvm/test/channels/ProduceConsumeJvmTest.kt	55
kotlinx-coroutines-core/jvm/test/channels/SendReceiveJvmStressTest.kt	41
kotlinx-coroutines-core/jvm/test/channels/SimpleSendReceiveJvmTest.kt	46
kotlinx-coroutines-core/jvm/test/channels/TickerChannelCommonTest.kt	137
kotlinx-coroutines-core/jvm/test/channels/TickerChannelTest.kt	55
kotlinx-coroutines-core/jvm/test/exceptions/CoroutineExceptionHandlerJvmTest.kt	42
kotlinx-coroutines-core/jvm/test/exceptions/FlowSuppressionTest.kt	63
kotlinx-coroutines-core/jvm/test/exceptions/JobBasicCancellationTest.kt	129
kotlinx-coroutines-core/jvm/test/exceptions/JobExceptionHandlingTest.kt	284
kotlinx-coroutines-core/jvm/test/exceptions/JobExceptionsStressTest.kt	54
kotlinx-coroutines-core/jvm/test/exceptions/JobNestedExceptionsTest.kt	103
kotlinx-coroutines-core/jvm/test/exceptions/ProduceExceptionsTest.kt	148
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryChannelsTest.kt	126
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryCustomExceptionsTest.kt	139
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryNestedScopesTest.kt	85
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryNestedTest.kt	66
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryResumeModeTest.kt	125
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoverySelectTest.kt	58
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryTest.kt	226
kotlinx-coroutines-core/jvm/test/exceptions/StackTraceRecoveryWithTimeoutTest.kt	73
kotlinx-coroutines-core/jvm/test/exceptions/Stacktraces.kt	34
kotlinx-coroutines-core/jvm/test/exceptions/SuppressionTests.kt	71
kotlinx-coroutines-core/jvm/test/exceptions/WithContextCancellationStressTest.kt	92
kotlinx-coroutines-core/jvm/test/exceptions/WithContextExceptionHandlingTest.kt	215
kotlinx-coroutines-core/jvm/test/flow/CallbackFlowTest.kt	109
kotlinx-coroutines-core/jvm/test/flow/ExceptionTransparencyTest.kt	67
kotlinx-coroutines-core/jvm/test/flow/FirstJvmTest.kt	17
kotlinx-coroutines-core/jvm/test/flow/FlatMapStressTest.kt	12
kotlinx-coroutines-core/jvm/test/flow/OnCompletionInterceptedReleaseTest.kt	38
kotlinx-coroutines-core/jvm/test/flow/SafeCollectorMemoryLeakTest.kt	40
kotlinx-coroutines-core/jvm/test/flow/SharedFlowStressTest.kt	74
kotlinx-coroutines-core/jvm/test/flow/SharingReferenceTest.kt	36
kotlinx-coroutines-core/jvm/test/flow/SharingStressTest.kt	166
kotlinx-coroutines-core/jvm/test/flow/StateFlowCancellabilityTest.kt	50
kotlinx-coroutines-core/jvm/test/flow/StateFlowStressTest.kt	69
kotlinx-coroutines-core/jvm/test/flow/StateFlowUpdateStressTest.kt	32
kotlinx-coroutines-core/jvm/test/guide/example-basic-01.kt	9
kotlinx-coroutines-core/jvm/test/guide/example-basic-02.kt	10
kotlinx-coroutines-core/jvm/test/guide/example-basic-03.kt	12
kotlinx-coroutines-core/jvm/test/guide/example-basic-04.kt	17
kotlinx-coroutines-core/jvm/test/guide/example-basic-05.kt	11
kotlinx-coroutines-core/jvm/test/guide/example-basic-06.kt	10
kotlinx-coroutines-core/jvm/test/guide/example-cancel-01.kt	15
kotlinx-coroutines-core/jvm/test/guide/example-cancel-02.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-cancel-03.kt	18
kotlinx-coroutines-core/jvm/test/guide/example-cancel-04.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-cancel-05.kt	18
kotlinx-coroutines-core/jvm/test/guide/example-cancel-06.kt	22
kotlinx-coroutines-core/jvm/test/guide/example-cancel-07.kt	10
kotlinx-coroutines-core/jvm/test/guide/example-cancel-08.kt	12
kotlinx-coroutines-core/jvm/test/guide/example-cancel-09.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-cancel-10.kt	25
kotlinx-coroutines-core/jvm/test/guide/example-channel-01.kt	11
kotlinx-coroutines-core/jvm/test/guide/example-channel-02.kt	12
kotlinx-coroutines-core/jvm/test/guide/example-channel-03.kt	11
kotlinx-coroutines-core/jvm/test/guide/example-channel-04.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-channel-05.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-channel-06.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-channel-07.kt	18
kotlinx-coroutines-core/jvm/test/guide/example-channel-08.kt	14
kotlinx-coroutines-core/jvm/test/guide/example-channel-09.kt	20
kotlinx-coroutines-core/jvm/test/guide/example-channel-10.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-compose-01.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-compose-02.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-compose-03.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-compose-04.kt	29
kotlinx-coroutines-core/jvm/test/guide/example-compose-05.kt	22
kotlinx-coroutines-core/jvm/test/guide/example-compose-06.kt	24
kotlinx-coroutines-core/jvm/test/guide/example-context-01.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-context-02.kt	14
kotlinx-coroutines-core/jvm/test/guide/example-context-03.kt	14
kotlinx-coroutines-core/jvm/test/guide/example-context-04.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-context-05.kt	5
kotlinx-coroutines-core/jvm/test/guide/example-context-06.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt	15
kotlinx-coroutines-core/jvm/test/guide/example-context-08.kt	17
kotlinx-coroutines-core/jvm/test/guide/example-context-09.kt	7
kotlinx-coroutines-core/jvm/test/guide/example-context-10.kt	25
kotlinx-coroutines-core/jvm/test/guide/example-context-11.kt	14
kotlinx-coroutines-core/jvm/test/guide/example-exceptions-01.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-exceptions-02.kt	15
kotlinx-coroutines-core/jvm/test/guide/example-exceptions-03.kt	20
kotlinx-coroutines-core/jvm/test/guide/example-exceptions-04.kt	27
kotlinx-coroutines-core/jvm/test/guide/example-exceptions-05.kt	25
kotlinx-coroutines-core/jvm/test/guide/example-exceptions-06.kt	25
kotlinx-coroutines-core/jvm/test/guide/example-flow-01.kt	5
kotlinx-coroutines-core/jvm/test/guide/example-flow-02.kt	10
kotlinx-coroutines-core/jvm/test/guide/example-flow-03.kt	9
kotlinx-coroutines-core/jvm/test/guide/example-flow-04.kt	18
kotlinx-coroutines-core/jvm/test/guide/example-flow-05.kt	18
kotlinx-coroutines-core/jvm/test/guide/example-flow-06.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-flow-07.kt	6
kotlinx-coroutines-core/jvm/test/guide/example-flow-08.kt	12
kotlinx-coroutines-core/jvm/test/guide/example-flow-09.kt	15
kotlinx-coroutines-core/jvm/test/guide/example-flow-10.kt	18
kotlinx-coroutines-core/jvm/test/guide/example-flow-11.kt	9
kotlinx-coroutines-core/jvm/test/guide/example-flow-12.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-flow-13.kt	13
kotlinx-coroutines-core/jvm/test/guide/example-flow-14.kt	14
kotlinx-coroutines-core/jvm/test/guide/example-flow-15.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-flow-16.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-flow-17.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-flow-18.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-flow-19.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-flow-20.kt	9
kotlinx-coroutines-core/jvm/test/guide/example-flow-21.kt	12
kotlinx-coroutines-core/jvm/test/guide/example-flow-22.kt	12
kotlinx-coroutines-core/jvm/test/guide/example-flow-23.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-flow-24.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-flow-25.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-flow-26.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-flow-27.kt	21
kotlinx-coroutines-core/jvm/test/guide/example-flow-28.kt	19
kotlinx-coroutines-core/jvm/test/guide/example-flow-29.kt	17
kotlinx-coroutines-core/jvm/test/guide/example-flow-30.kt	18
kotlinx-coroutines-core/jvm/test/guide/example-flow-31.kt	11
kotlinx-coroutines-core/jvm/test/guide/example-flow-32.kt	9
kotlinx-coroutines-core/jvm/test/guide/example-flow-33.kt	13
kotlinx-coroutines-core/jvm/test/guide/example-flow-34.kt	12
kotlinx-coroutines-core/jvm/test/guide/example-flow-35.kt	10
kotlinx-coroutines-core/jvm/test/guide/example-flow-36.kt	10
kotlinx-coroutines-core/jvm/test/guide/example-flow-37.kt	15
kotlinx-coroutines-core/jvm/test/guide/example-flow-38.kt	9
kotlinx-coroutines-core/jvm/test/guide/example-flow-39.kt	9
kotlinx-coroutines-core/jvm/test/guide/example-select-01.kt	34
kotlinx-coroutines-core/jvm/test/guide/example-select-02.kt	35
kotlinx-coroutines-core/jvm/test/guide/example-select-03.kt	25
kotlinx-coroutines-core/jvm/test/guide/example-select-04.kt	25
kotlinx-coroutines-core/jvm/test/guide/example-select-05.kt	45
kotlinx-coroutines-core/jvm/test/guide/example-supervision-01.kt	24
kotlinx-coroutines-core/jvm/test/guide/example-supervision-02.kt	22
kotlinx-coroutines-core/jvm/test/guide/example-supervision-03.kt	16
kotlinx-coroutines-core/jvm/test/guide/example-sync-01.kt	26
kotlinx-coroutines-core/jvm/test/guide/example-sync-02.kt	27
kotlinx-coroutines-core/jvm/test/guide/example-sync-03.kt	27
kotlinx-coroutines-core/jvm/test/guide/example-sync-04.kt	29
kotlinx-coroutines-core/jvm/test/guide/example-sync-05.kt	27
kotlinx-coroutines-core/jvm/test/guide/example-sync-06.kt	30
kotlinx-coroutines-core/jvm/test/guide/example-sync-07.kt	42
kotlinx-coroutines-core/jvm/test/guide/test/BasicsGuideTest.kt	49
kotlinx-coroutines-core/jvm/test/guide/test/CancellationGuideTest.kt	84
kotlinx-coroutines-core/jvm/test/guide/test/ChannelsGuideTest.kt	111
kotlinx-coroutines-core/jvm/test/guide/test/ComposingGuideTest.kt	48
kotlinx-coroutines-core/jvm/test/guide/test/DispatcherGuideTest.kt	97
kotlinx-coroutines-core/jvm/test/guide/test/ExceptionsGuideTest.kt	78
kotlinx-coroutines-core/jvm/test/guide/test/FlowGuideTest.kt	376
kotlinx-coroutines-core/jvm/test/guide/test/SelectGuideTest.kt	62
kotlinx-coroutines-core/jvm/test/guide/test/SharedStateGuideTest.kt	47
kotlinx-coroutines-core/jvm/test/internal/ConcurrentWeakMapCollectionStressTest.kt	25
kotlinx-coroutines-core/jvm/test/internal/ConcurrentWeakMapOperationStressTest.kt	60
kotlinx-coroutines-core/jvm/test/internal/ConcurrentWeakMapTest.kt	40
kotlinx-coroutines-core/jvm/test/internal/FastServiceLoaderTest.kt	15
kotlinx-coroutines-core/jvm/test/internal/LockFreeLinkedListLongStressTest.kt	69
kotlinx-coroutines-core/jvm/test/internal/LockFreeTaskQueueStressTest.kt	105
kotlinx-coroutines-core/jvm/test/internal/LockFreeTaskQueueTest.kt	69
kotlinx-coroutines-core/jvm/test/internal/OnDemandAllocatingPoolLincheckTest.kt	38
kotlinx-coroutines-core/jvm/test/internal/ThreadSafeHeapStressTest.kt	56
kotlinx-coroutines-core/jvm/test/internal/ThreadSafeHeapTest.kt	86
kotlinx-coroutines-core/jvm/test/jdk8/future/AsFutureTest.kt	110
kotlinx-coroutines-core/jvm/test/jdk8/future/FutureAsDeferredUnhandledCompletionExceptionTest.kt	28
kotlinx-coroutines-core/jvm/test/jdk8/future/FutureExceptionsTest.kt	68
kotlinx-coroutines-core/jvm/test/jdk8/future/FutureTest.kt	537
kotlinx-coroutines-core/jvm/test/jdk8/stream/ConsumeAsFlowTest.kt	30
kotlinx-coroutines-core/jvm/test/jdk8/time/DurationOverflowTest.kt	63
kotlinx-coroutines-core/jvm/test/jdk8/time/FlowDebounceTest.kt	32
kotlinx-coroutines-core/jvm/test/jdk8/time/FlowSampleTest.kt	32
kotlinx-coroutines-core/jvm/test/jdk8/time/WithTimeoutTest.kt	56
kotlinx-coroutines-core/jvm/test/knit/ClosedAfterGuideTestExecutor.kt	29
kotlinx-coroutines-core/jvm/test/knit/TestUtil.kt	151
kotlinx-coroutines-core/jvm/test/lincheck/ChannelsLincheckTest.kt	228
kotlinx-coroutines-core/jvm/test/lincheck/LockFreeTaskQueueLincheckTest.kt	35
kotlinx-coroutines-core/jvm/test/lincheck/MutexLincheckTest.kt	28
kotlinx-coroutines-core/jvm/test/lincheck/ResizableAtomicArrayLincheckTest.kt	16
kotlinx-coroutines-core/jvm/test/lincheck/SemaphoreLincheckTest.kt	23
kotlinx-coroutines-core/jvm/test/scheduling/BlockingCoroutineDispatcherLivenessStressTest.kt	49
kotlinx-coroutines-core/jvm/test/scheduling/BlockingCoroutineDispatcherMixedStealingStressTest.kt	48
kotlinx-coroutines-core/jvm/test/scheduling/BlockingCoroutineDispatcherTerminationStressTest.kt	31
kotlinx-coroutines-core/jvm/test/scheduling/BlockingCoroutineDispatcherTest.kt	136
kotlinx-coroutines-core/jvm/test/scheduling/BlockingCoroutineDispatcherThreadLimitStressTest.kt	51
kotlinx-coroutines-core/jvm/test/scheduling/BlockingCoroutineDispatcherWorkSignallingStressTest.kt	73
kotlinx-coroutines-core/jvm/test/scheduling/CoroutineDispatcherTest.kt	126
kotlinx-coroutines-core/jvm/test/scheduling/CoroutineSchedulerCloseStressTest.kt	66
kotlinx-coroutines-core/jvm/test/scheduling/CoroutineSchedulerInternalApiStressTest.kt	76
kotlinx-coroutines-core/jvm/test/scheduling/CoroutineSchedulerLivenessStressTest.kt	44
kotlinx-coroutines-core/jvm/test/scheduling/CoroutineSchedulerOversubscriptionTest.kt	70
kotlinx-coroutines-core/jvm/test/scheduling/CoroutineSchedulerStressTest.kt	78
kotlinx-coroutines-core/jvm/test/scheduling/CoroutineSchedulerTest.kt	143
kotlinx-coroutines-core/jvm/test/scheduling/DefaultDispatchersTest.kt	64
kotlinx-coroutines-core/jvm/test/scheduling/GeneralParallelismCompensationTest.kt	51
kotlinx-coroutines-core/jvm/test/scheduling/LimitingCoroutineDispatcherStressTest.kt	43
kotlinx-coroutines-core/jvm/test/scheduling/LimitingDispatcherTest.kt	34
kotlinx-coroutines-core/jvm/test/scheduling/RunBlockingWithParallelismCompensationCoroutineDispatcherTest.kt	53
kotlinx-coroutines-core/jvm/test/scheduling/RunBlockingWithParallelismCompensationCoroutineSchedulerLivenessStressTest.kt	71
kotlinx-coroutines-core/jvm/test/scheduling/SchedulerTestBase.kt	104
kotlinx-coroutines-core/jvm/test/scheduling/SharingWorkerClassTest.kt	36
kotlinx-coroutines-core/jvm/test/scheduling/TestTimeSource.kt	7
kotlinx-coroutines-core/jvm/test/scheduling/WorkQueueStressTest.kt	68
kotlinx-coroutines-core/jvm/test/scheduling/WorkQueueTest.kt	91
kotlinx-coroutines-core/jvm/test/selects/SelectDeadlockStressTest.kt	48
kotlinx-coroutines-core/jvm/test/selects/SelectMemoryLeakStressTest.kt	50
kotlinx-coroutines-core/jvm/test/selects/SelectPhilosophersStressTest.kt	56
kotlinx-coroutines-core/native/test/ConcurrentTestUtilities.kt	5
kotlinx-coroutines-core/native/test/DelayExceptionTest.kt	17
kotlinx-coroutines-core/native/test/MultithreadedDispatchersTest.kt	68
kotlinx-coroutines-core/native/test/WorkerTest.kt	54
kotlinx-coroutines-core/nativeDarwin/test/Launcher.kt	14
kotlinx-coroutines-core/nativeDarwin/test/MainDispatcherTest.kt	19
kotlinx-coroutines-core/nativeOther/test/Launcher.kt	11
kotlinx-coroutines-core/wasmJs/test/PromiseTest.kt	96
kotlinx-coroutines-debug/test/BlockHoundTest.kt	107
kotlinx-coroutines-debug/test/CoroutinesDumpTest.kt	189
kotlinx-coroutines-debug/test/DebugLeaksTest.kt	43
kotlinx-coroutines-debug/test/DebugProbesTest.kt	129
kotlinx-coroutines-debug/test/DebugTestBase.kt	20
kotlinx-coroutines-debug/test/DumpCoroutineInfoAsJsonAndReferencesTest.kt	83
kotlinx-coroutines-debug/test/DumpWithCreationStackTraceTest.kt	40
kotlinx-coroutines-debug/test/EnhanceStackTraceWithTreadDumpAsJsonTest.kt	41
kotlinx-coroutines-debug/test/Example.kt	25
kotlinx-coroutines-debug/test/LazyCoroutineTest.kt	18
kotlinx-coroutines-debug/test/RecoveryExample.kt	20
kotlinx-coroutines-debug/test/RunningThreadStackMergeTest.kt	152
kotlinx-coroutines-debug/test/SanitizedProbesTest.kt	131
kotlinx-coroutines-debug/test/ScopedBuildersTest.kt	36
kotlinx-coroutines-debug/test/StacktraceUtils.kt	169
kotlinx-coroutines-debug/test/StandardBuildersDebugTest.kt	40
kotlinx-coroutines-debug/test/StartModeProbesTest.kt	132
kotlinx-coroutines-debug/test/TestRuleExample.kt	30
kotlinx-coroutines-debug/test/ToStringTest.kt	121
kotlinx-coroutines-debug/test/WithContextUndispatchedTest.kt	55
kotlinx-coroutines-debug/test/junit4/CoroutinesTimeoutDisabledTracesTest.kt	37
kotlinx-coroutines-debug/test/junit4/CoroutinesTimeoutEagerTest.kt	35
kotlinx-coroutines-debug/test/junit4/CoroutinesTimeoutTest.kt	44
kotlinx-coroutines-debug/test/junit4/TestFailureValidation.kt	85
kotlinx-coroutines-debug/test/junit5/CoroutinesTimeoutExtensionTest.kt	73
kotlinx-coroutines-debug/test/junit5/CoroutinesTimeoutInheritanceTest.kt	39
kotlinx-coroutines-debug/test/junit5/CoroutinesTimeoutMethodTest.kt	29
kotlinx-coroutines-debug/test/junit5/CoroutinesTimeoutNestedTest.kt	17
kotlinx-coroutines-debug/test/junit5/CoroutinesTimeoutSimpleTest.kt	44
kotlinx-coroutines-debug/test/junit5/CoroutinesTimeoutTest.kt	145
kotlinx-coroutines-debug/test/junit5/RegisterExtensionExample.kt	13
kotlinx-coroutines-test/common/test/Helpers.kt	21
kotlinx-coroutines-test/common/test/RunTestTest.kt	411
kotlinx-coroutines-test/common/test/StandardTestDispatcherTest.kt	60
kotlinx-coroutines-test/common/test/TestCoroutineSchedulerTest.kt	306
kotlinx-coroutines-test/common/test/TestDispatchersTest.kt	78
kotlinx-coroutines-test/common/test/TestScopeTest.kt	455
kotlinx-coroutines-test/common/test/UnconfinedTestDispatcherTest.kt	138
kotlinx-coroutines-test/js/test/Helpers.kt	8
kotlinx-coroutines-test/js/test/PromiseTest.kt	16
kotlinx-coroutines-test/jvm/test/DumpOnTimeoutTest.kt	37
kotlinx-coroutines-test/jvm/test/HelpersJvm.kt	9
kotlinx-coroutines-test/jvm/test/MemoryLeakTest.kt	18
kotlinx-coroutines-test/jvm/test/MultithreadingTest.kt	96
kotlinx-coroutines-test/jvm/test/RunTestStressTest.kt	21
kotlinx-coroutines-test/jvm/test/UncaughtExceptionsTest.kt	36
kotlinx-coroutines-test/jvm/test/migration/RunBlockingTestOnTestScopeTest.kt	346
kotlinx-coroutines-test/jvm/test/migration/RunTestLegacyScopeTest.kt	249
kotlinx-coroutines-test/jvm/test/migration/TestBuildersTest.kt	87
kotlinx-coroutines-test/jvm/test/migration/TestCoroutineDispatcherTest.kt	29
kotlinx-coroutines-test/jvm/test/migration/TestCoroutineScopeTest.kt	185
kotlinx-coroutines-test/jvm/test/migration/TestRunBlockingOrderTest.kt	65
kotlinx-coroutines-test/jvm/test/migration/TestRunBlockingTest.kt	341
kotlinx-coroutines-test/native/test/Helpers.kt	9
kotlinx-coroutines-test/wasmJs/test/Helpers.kt	10
kotlinx-coroutines-test/wasmJs/test/PromiseTest.kt	16
kotlinx-coroutines-test/wasmWasi/test/Helpers.kt	9
reactive/kotlinx-coroutines-jdk9/test/AwaitTest.kt	33
reactive/kotlinx-coroutines-jdk9/test/FlowAsPublisherTest.kt	77
reactive/kotlinx-coroutines-jdk9/test/IntegrationTest.kt	114
reactive/kotlinx-coroutines-jdk9/test/PublishTest.kt	259
reactive/kotlinx-coroutines-jdk9/test/PublisherAsFlowTest.kt	154
reactive/kotlinx-coroutines-jdk9/test/PublisherBackpressureTest.kt	53
reactive/kotlinx-coroutines-jdk9/test/PublisherCollectTest.kt	86
reactive/kotlinx-coroutines-jdk9/test/PublisherCompletionStressTest.kt	29
reactive/kotlinx-coroutines-jdk9/test/PublisherMultiTest.kt	24
reactive/kotlinx-coroutines-reactive/test/AwaitCancellationStressTest.kt	32
reactive/kotlinx-coroutines-reactive/test/AwaitTest.kt	33
reactive/kotlinx-coroutines-reactive/test/CancelledParentAttachTest.kt	13
reactive/kotlinx-coroutines-reactive/test/FlowAsPublisherTest.kt	143
reactive/kotlinx-coroutines-reactive/test/IntegrationTest.kt	191
reactive/kotlinx-coroutines-reactive/test/IterableFlowTckTest.kt	92
reactive/kotlinx-coroutines-reactive/test/PublishTest.kt	291
reactive/kotlinx-coroutines-reactive/test/PublisherAsFlowTest.kt	226
reactive/kotlinx-coroutines-reactive/test/PublisherBackpressureTest.kt	53
reactive/kotlinx-coroutines-reactive/test/PublisherCollectTest.kt	84
reactive/kotlinx-coroutines-reactive/test/PublisherCompletionStressTest.kt	29
reactive/kotlinx-coroutines-reactive/test/PublisherMultiTest.kt	44
reactive/kotlinx-coroutines-reactive/test/PublisherRequestStressTest.kt	100
reactive/kotlinx-coroutines-reactive/test/PublisherSubscriptionSelectTest.kt	52
reactive/kotlinx-coroutines-reactive/test/RangePublisherBufferedTest.kt	22
reactive/kotlinx-coroutines-reactive/test/RangePublisherTest.kt	33
reactive/kotlinx-coroutines-reactive/test/ReactiveStreamTckTest.kt	36
reactive/kotlinx-coroutines-reactive/test/UnboundedIntegerIncrementPublisherTest.kt	43
reactive/kotlinx-coroutines-reactor/test/BackpressureTest.kt	45
reactive/kotlinx-coroutines-reactor/test/Check.kt	35
reactive/kotlinx-coroutines-reactor/test/ConvertTest.kt	118
reactive/kotlinx-coroutines-reactor/test/FlowAsFluxTest.kt	134
reactive/kotlinx-coroutines-reactor/test/FluxCompletionStressTest.kt	30
reactive/kotlinx-coroutines-reactor/test/FluxContextTest.kt	36
reactive/kotlinx-coroutines-reactor/test/FluxMultiTest.kt	76
reactive/kotlinx-coroutines-reactor/test/FluxSingleTest.kt	175
reactive/kotlinx-coroutines-reactor/test/FluxTest.kt	161
reactive/kotlinx-coroutines-reactor/test/MonoAwaitStressTest.kt	41
reactive/kotlinx-coroutines-reactor/test/MonoTest.kt	348
reactive/kotlinx-coroutines-reactor/test/ReactorContextTest.kt	93
reactive/kotlinx-coroutines-reactor/test/SchedulerTest.kt	28
reactive/kotlinx-coroutines-rx2/test/BackpressureTest.kt	33
reactive/kotlinx-coroutines-rx2/test/Check.kt	65
reactive/kotlinx-coroutines-rx2/test/CompletableTest.kt	185
reactive/kotlinx-coroutines-rx2/test/ConvertTest.kt	146
reactive/kotlinx-coroutines-rx2/test/FlowAsFlowableTest.kt	75
reactive/kotlinx-coroutines-rx2/test/FlowAsObservableTest.kt	182
reactive/kotlinx-coroutines-rx2/test/FlowableContextTest.kt	36
reactive/kotlinx-coroutines-rx2/test/FlowableExceptionHandlingTest.kt	118
reactive/kotlinx-coroutines-rx2/test/FlowableTest.kt	118
reactive/kotlinx-coroutines-rx2/test/IntegrationTest.kt	131
reactive/kotlinx-coroutines-rx2/test/IterableFlowAsFlowableTckTest.kt	24
reactive/kotlinx-coroutines-rx2/test/LeakedExceptionTest.kt	80
reactive/kotlinx-coroutines-rx2/test/MaybeTest.kt	343
reactive/kotlinx-coroutines-rx2/test/ObservableAsFlowTest.kt	167
reactive/kotlinx-coroutines-rx2/test/ObservableCollectTest.kt	59
reactive/kotlinx-coroutines-rx2/test/ObservableCompletionStressTest.kt	29
reactive/kotlinx-coroutines-rx2/test/ObservableExceptionHandlingTest.kt	127
reactive/kotlinx-coroutines-rx2/test/ObservableMultiTest.kt	97
reactive/kotlinx-coroutines-rx2/test/ObservableSingleTest.kt	198
reactive/kotlinx-coroutines-rx2/test/ObservableSourceAsFlowStressTest.kt	27
reactive/kotlinx-coroutines-rx2/test/ObservableSubscriptionSelectTest.kt	45
reactive/kotlinx-coroutines-rx2/test/ObservableTest.kt	151
reactive/kotlinx-coroutines-rx2/test/SchedulerStressTest.kt	59
reactive/kotlinx-coroutines-rx2/test/SchedulerTest.kt	414
reactive/kotlinx-coroutines-rx2/test/SingleTest.kt	254
reactive/kotlinx-coroutines-rx3/test/BackpressureTest.kt	33
reactive/kotlinx-coroutines-rx3/test/Check.kt	64
reactive/kotlinx-coroutines-rx3/test/CompletableTest.kt	185
reactive/kotlinx-coroutines-rx3/test/ConvertTest.kt	146
reactive/kotlinx-coroutines-rx3/test/FlowAsFlowableTest.kt	75
reactive/kotlinx-coroutines-rx3/test/FlowAsObservableTest.kt	182
reactive/kotlinx-coroutines-rx3/test/FlowableContextTest.kt	36
reactive/kotlinx-coroutines-rx3/test/FlowableExceptionHandlingTest.kt	118
reactive/kotlinx-coroutines-rx3/test/FlowableTest.kt	117
reactive/kotlinx-coroutines-rx3/test/IntegrationTest.kt	131
reactive/kotlinx-coroutines-rx3/test/IterableFlowAsFlowableTckTest.kt	24
reactive/kotlinx-coroutines-rx3/test/LeakedExceptionTest.kt	80
reactive/kotlinx-coroutines-rx3/test/MaybeTest.kt	343
reactive/kotlinx-coroutines-rx3/test/ObservableAsFlowTest.kt	167
reactive/kotlinx-coroutines-rx3/test/ObservableCollectTest.kt	59
reactive/kotlinx-coroutines-rx3/test/ObservableCompletionStressTest.kt	29
reactive/kotlinx-coroutines-rx3/test/ObservableExceptionHandlingTest.kt	127
reactive/kotlinx-coroutines-rx3/test/ObservableMultiTest.kt	97
reactive/kotlinx-coroutines-rx3/test/ObservableSingleTest.kt	198
reactive/kotlinx-coroutines-rx3/test/ObservableSourceAsFlowStressTest.kt	27
reactive/kotlinx-coroutines-rx3/test/ObservableSubscriptionSelectTest.kt	45
reactive/kotlinx-coroutines-rx3/test/ObservableTest.kt	151
reactive/kotlinx-coroutines-rx3/test/SchedulerStressTest.kt	59
reactive/kotlinx-coroutines-rx3/test/SchedulerTest.kt	414
reactive/kotlinx-coroutines-rx3/test/SingleTest.kt	254
ui/kotlinx-coroutines-android/android-unit-tests/build.gradle.kts	10
ui/kotlinx-coroutines-android/android-unit-tests/src/EmptyCoroutineScopeImpl.kt	15
ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/CustomizedRobolectricTest.kt	42
ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/FirstMockedMainTest.kt	35
ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/FirstRobolectricTest.kt	45
ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/MockedMainTest.kt	2
ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/RobolectricTest.kt	2
ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/TestComponent.kt	16
ui/kotlinx-coroutines-android/test/AndroidExceptionPreHandlerTest.kt	31
ui/kotlinx-coroutines-android/test/DisabledHandlerTest.kt	56
ui/kotlinx-coroutines-android/test/HandlerDispatcherAsyncTest.kt	105
ui/kotlinx-coroutines-android/test/HandlerDispatcherTest.kt	109
ui/kotlinx-coroutines-android/test/R8ServiceLoaderOptimizationTest.kt	53
ui/kotlinx-coroutines-javafx/test/JavaFxDispatcherTest.kt	28
ui/kotlinx-coroutines-javafx/test/JavaFxObservableAsFlowTest.kt	92
ui/kotlinx-coroutines-javafx/test/JavaFxStressTest.kt	34
ui/kotlinx-coroutines-javafx/test/guide/example-ui-actor-01.kt	55
ui/kotlinx-coroutines-javafx/test/guide/example-ui-actor-02.kt	56
ui/kotlinx-coroutines-javafx/test/guide/example-ui-actor-03.kt	56
ui/kotlinx-coroutines-javafx/test/guide/example-ui-advanced-01.kt	50
ui/kotlinx-coroutines-javafx/test/guide/example-ui-advanced-02.kt	50
ui/kotlinx-coroutines-javafx/test/guide/example-ui-basic-01.kt	41
ui/kotlinx-coroutines-javafx/test/guide/example-ui-basic-02.kt	48
ui/kotlinx-coroutines-javafx/test/guide/example-ui-basic-03.kt	49
ui/kotlinx-coroutines-javafx/test/guide/example-ui-blocking-01.kt	64
ui/kotlinx-coroutines-javafx/test/guide/example-ui-blocking-02.kt	65
ui/kotlinx-coroutines-javafx/test/guide/example-ui-blocking-03.kt	67
ui/kotlinx-coroutines-swing/test/SwingTest.kt	21
