https://bugs.winehq.org/show_bug.cgi?id=39429
Bug ID: 39429 Summary: Failing ACE flag tests in advapi32:security Product: Wine Version: 1.7.52 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
On Windows 8 the advapi32:security test has the following failures when not run with the same bitness as Windows:
security.c:3778: Test failed: Builtin Users ACE has unexpected flags (0x12 != 0xa) security.c:3782: Test failed: Builtin Users ACE has unexpected mask (0x20019 != 0x80000000) security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0x12 != 0x0)
I short this means these failures only happen in the 32 bit test running on a 64 bit Windows such as on the w864 TestBot VM, but not on the w8 TestBot VM.
The cw1-hd6800 and cw2-gtx560 64 Windows 10 machines follow the same pattern but with just one failure in the 32 bit tests:
security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0xa != 0x0)
(and fg-acer64 too probably but the 64 bit results are missing due to too many failures)
But for some reason the w1064 64 bit Windows 10 TestBot VM has more failures and both with the 32 and 64 bit tests:
32 bit: security.c:3778: Test failed: Builtin Users ACE has unexpected flags (0x12 != 0xa) security.c:3782: Test failed: Builtin Users ACE has unexpected mask (0x20019 != 0x80000000) security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0x12 != 0x0)
64 bit: security.c:3778: Test failed: Builtin Users ACE has unexpected flags (0x2 != 0xa) security.c:3782: Test failed: Builtin Users ACE has unexpected mask (0x20019 != 0x80000000) security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0x2 != 0x0)
https://bugs.winehq.org/show_bug.cgi?id=39429
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |39213
https://bugs.winehq.org/show_bug.cgi?id=39429
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase URL| |https://test.winehq.org/dat | |a/tests/advapi32:security.h | |tml
https://bugs.winehq.org/show_bug.cgi?id=39429
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This got fixed: https://test.winehq.org/data/tests/advapi32:security.html
Probably by: commit e3c8794dfc244f119770370ce6e2147943e97def Author: Huw Davies huw@codeweavers.com AuthorDate: Fri Jan 13 11:18:17 2017 +0000
advapi32/tests: Update ACE registry tests with Windows 10 values.
Signed-off-by: Huw Davies huw@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=39429
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.5.
https://bugs.winehq.org/show_bug.cgi?id=39429
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e3c8794dfc244f119770370ce6e | |2147943e97def CC| |focht@gmx.net