| 502 | } |
| 503 | |
| 504 | void TCoroTest::TestJoinCancelExitRaceBug() { |
| 505 | TContExecutor exec(20000); |
| 506 | exec.SetFailOnError(true); |
| 507 | exec.Execute(NCoroJoinCancelExitRaceBug::DoMain); |
| 508 | } |
| 509 | |
| 510 | namespace NCoroWaitWakeLivelockBug { |
| 511 | struct TState; |
nothing calls this directly
no test coverage detected