1 Jun
2021
1 Jun
'21
4:50 p.m.
On Fri, May 28, 2021 at 08:09:54PM +0200, Francois Gouget wrote:
On Thu, 27 May 2021, Andrew Eikum wrote:
Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> ---
The actual path changes were in the previous patch. This one just de-duplicates some static data.
Strangely enough this patch introduces two new test failures in Wine:
userenv.c:185: Test failed: Expected 1, got 0 for ALLUSERSPROFILE (0) userenv.c:185: Test failed: Expected 1, got 0 for ALLUSERSPROFILE (1)
https://test.winehq.org/data/patterns.html#userenv:userenv
Maybe there was a copy/paste issue or something like that?
Thanks. Looks like a real failure, should be fixed by this new patch: https://source.winehq.org/patches/data/206997 Andrew