runtime/.config
Alexander Köplinger 41de6d4994
WASM: Pump timer queue in xharness when running unit tests (#40278)
* 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
2020-08-04 11:39:15 +02:00
..
CredScanSuppressions.json
dotnet-tools.json WASM: Pump timer queue in xharness when running unit tests (#40278) 2020-08-04 11:39:15 +02:00