Evgeniy Moiseenko
Evgeniy Moiseenko
It seems that the JUnit 5 uses different approach to discover tests, which interferes in a non-obvious way with our class-loading hacks. When I try to run tests locally from...
Related issue #451
Consider the following example: ```kotlin runConcurrentTest { val foo = createLambda() //
Depends on #451
Approximate plan for this issue. - [x] Prepare the infrastructure to run the tests (create separate branch of `kotlinx-coroutines`, add new tests, etc). - [x] Stage 1 testing: select N...
Related issue: https://github.com/JetBrains/lincheck/issues/445