зеркало из https://github.com/CryptoPro/runtime.git
41de6d4994
* WASM: Pump timer queue in xharness when running unit tests We only pumped the threadpool but we didn't pump the timer queue inside the xharness runner, so in the case of Task.Delay() it'll schedule a callback on the timer queue and that will never happen which leads to the infinite loop waiting for the test to finish. To fix that we call an internal method to pump the timer queue like we do for the threadpool. Requires an xharness bump to include https://github.com/dotnet/xharness/pull/290 Fixes https://github.com/dotnet/runtime/issues/38931 * Don't nullref if no timers were started |
||
---|---|---|
.. | ||
CredScanSuppressions.json | ||
dotnet-tools.json |