On Wed, 12 Aug 2020, Esme Povirk (they/them) wrote:
Not sure what happened here. I uploaded the patch manually to testbot and didn't get any failures: https://testbot.winehq.org/JobDetails.pl?Key=76997
[...]
comtest.c:318: Test failed: Timed out waiting for the child process comtest.c:294: Test failed: DeleteFileA failed: 5 comtest.c:139: Test succeeded inside todo block: Got 0 mscoree: Timeout
These are intermittent failures. So far they have only happened twice, once in the debian10-wow32 configuration and another in the debian10-win32-fr-FR one. One might have thought that they were specific to Debian 10 but apparently not.
Note that this wait has a 30 second timeout so it does not look like a minor execution delay. Also, doesn't the permission denied error for DeleteFile() mean the dll is still in use? In that case the issue would be with why run_test() did not complete.