[Bug 39429] New: Failing ACE flag tests in advapi32:security

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 11 03:12:24 CDT 2015


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 at winehq.org
          Reporter: fgouget at 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)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list