Evgeniy Moiseenko

Results 66 comments of 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...

Consider the following example: ```kotlin runConcurrentTest { val foo = createLambda() //

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