So as far as I can tell the following patch broke the WoW builds:
commit a1cdcc5290618c00d73e7a71aaa38897ec501138 Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 17 09:28:35 2019 +0200
ntoskrnl: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
That is, after this patch, I get a crash in mountmgr.sys when creating the wineprefix (see attached backtrace). Maybe I'm missing something.
Anyway, this is why the TestBot has been failing all patches for a while: all patches are tested against wow32 and wow64 builds but those were unable to run the tests.
So for now I have disabled testing on the wow builds.
Francois Gouget fgouget@codeweavers.com writes:
This should be fixed now.
In case anybody wonders there's been another issue with the WoW builds which is why a lot of TestBot jobs have failed with a 'TestBot error' status.
Alexandre is already aware of it and will fix it in the next commit round. In the meantime I disabled the wow32 and wow64 tests and if you need to run the WoW builds the commit below is the one breaking things (or at least the first one):
commit 2a455ce049d65eeab95895b6b6d52f6e5047537b Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 27 10:42:13 2019 +0200
kernel32: Move lstr* string functions to kernelbase.
Signed-off-by: Alexandre Julliard julliard@winehq.org