On Fri, 21 Feb 2020, Marvin wrote: [...]
=== w1064v1507 (32 bit report) ===
kernel32: 0e30:process: 1 tests exe0ecuted98:process : 1 tests execu(te0d (m0 marked as todo, 0 failures), 0a srkipped. process.c:2856: Test failed: WaitForSingleObjectk ereturned 258
This looks like a random failure in the Job tests.
On the one hand there is no occurence of this issue on test.winehq.org which would suggest it's new (all we have there is Toolhelp and cursor position failures).
https://test.winehq.org/data/tests/kernel32:process.html
But a rerun of this patch shows no failure:
https://testbot.winehq.org/JobDetails.pl?Key=65603
Besides the race condition, the important point is the timeout which occurred in test_jobInheritance():
process.c:2856: Test failed: WaitForSingleObjectk ereturned 258
But I don't know more precisely what happened.