1. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  2. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  3. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  4. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  5. 988eb26 Implement withTimeoutOrNull via withTimeout to avoid timing bugs and races. by Vsevolod Tolstopyatov · 6 years ago
  6. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  7. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  8. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  9. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/WithTimeoutOrNullTest.kt]
  10. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  11. 4cb5d19 Allow negative timeouts in delay, withTimeout and onTimeout on JVM by Vsevolod Tolstopyatov · 6 years ago
  12. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (75%) from common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/CommonWithTimeoutOrNullTest.kt]
  13. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  14. a0cc115 Similar test for withTimeoutOrNull by Roman Elizarov · 6 years ago
  15. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  16. c0d71dc MPP: More common tests, using kotlin.test.assertTrue & runTest dsl by Roman Elizarov · 7 years ago