https://bugs.winehq.org/show_bug.cgi?id=53480
Bug ID: 53480 Summary: advapi32:eventlog - test_readwrite() sometimes fails on Windows 7 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
advapi32:eventlog - test_readwrite() sometimes fails on Windows 7:
eventlog.c:833: Tests skipped: Win7 fails when using incorrect event types eventlog.c:894: Test failed: Expected ReportEvent success : 5 eventlog.c:901: Test failed: Expected 1 records, got 0 eventlog.c:907: Test failed: Expected oldest to be 1 or higher, got 0 eventlog.c:901: Test failed: Expected 2 records, got 1 eventlog.c:901: Test failed: Expected 3 records, got 2 eventlog.c:901: Test failed: Expected 4 records, got 3 eventlog.c:901: Test failed: Expected 5 records, got 4 eventlog.c:901: Test failed: Expected 6 records, got 5 eventlog.c:901: Test failed: Expected 7 records, got 6 eventlog.c:901: Test failed: Expected 8 records, got 7 eventlog.c:901: Test failed: Expected 9 records, got 8 eventlog.c:901: Test failed: Expected 10 records, got 9 eventlog.c:926: Test failed: Expected 10 records, got 9 eventlog.c:937: Tests skipped: There is no DWORD alignment enforced for UserSid on Vista, W2K8 or Win7 eventlog.c:995: Test failed: Expected 1, got 2 eventlog.c:997: Test failed: Expected 4, got 2 eventlog.c:999: Test failed: Expected 1, got 0 eventlog.c:1005: Test failed: Expected 'Wine', got 'WineSrc' eventlog.c:995: Test failed: Expected 2, got 3 eventlog.c:997: Test failed: Expected 2, got 16 eventlog.c:999: Test failed: Expected 0, got 2 eventlog.c:1005: Test failed: Expected 'WineSrc', got 'WineSrc1' eventlog.c:995: Test failed: Expected 3, got 4 eventlog.c:997: Test failed: Expected 16, got 1 eventlog.c:999: Test failed: Expected 2, got 0 eventlog.c:1005: Test failed: Expected 'WineSrc1', got 'WineSrc20' eventlog.c:995: Test failed: Expected 4, got 5 eventlog.c:997: Test failed: Expected 1, got 2 eventlog.c:999: Test failed: Expected 0, got 1 eventlog.c:1005: Test failed: Expected 'WineSrc20', got 'WineSrc300' eventlog.c:995: Test failed: Expected 5, got 6 eventlog.c:997: Test failed: Expected 2, got 0 eventlog.c:999: Test failed: Expected 1, got 2 eventlog.c:1001: Test failed: Expected 1, got 2 eventlog.c:1005: Test failed: Expected 'WineSrc300', got 'Wine' eventlog.c:1035: Test failed: Expected offsets to be the same eventlog.c:1036: Test failed: Expected 0, got 12 eventlog.c:995: Test failed: Expected 6, got 7 eventlog.c:997: Test failed: Expected 0, got 16 eventlog.c:999: Test failed: Expected 2, got 0 eventlog.c:1005: Test failed: Expected 'Wine', got 'WineSrc' eventlog.c:995: Test failed: Expected 7, got 8 eventlog.c:997: Test failed: Expected 16, got 8 eventlog.c:999: Test failed: Expected 0, got 2 eventlog.c:1005: Test failed: Expected 'WineSrc', got 'WineSrc1' eventlog.c:995: Test failed: Expected 8, got 9 eventlog.c:997: Test failed: Expected 8, got 2 eventlog.c:999: Test failed: Expected 2, got 0 eventlog.c:1005: Test failed: Expected 'WineSrc1', got 'WineSrc20' eventlog.c:995: Test failed: Expected 9, got 10 eventlog.c:997: Test failed: Expected 2, got 1 eventlog.c:999: Test failed: Expected 0, got 1 eventlog.c:1005: Test failed: Expected 'WineSrc20', got 'WineSrc300'
https://test.winehq.org/data/patterns.html#advapi32:eventlog
This set of 52 failures happened on 2022-06-08 on w7u-pt-PT. A very similar set of 41 failures happened on 2022-07-27 on w7u-es.
Note that the 'oldest' failure did not happen in the 2022-07-27 run and can also happen on its own such as in the 2022-05-31 w7u-2qxl run below. So it may not be related to the other failures.
eventlog.c:833: Tests skipped: Win7 fails when using incorrect event types eventlog.c:905: Test failed: Expected GetOldestEventLogRecord success : 5 eventlog.c:907: Test failed: Expected oldest to be 1 or higher, got 0 eventlog.c:937: Tests skipped: There is no DWORD alignment enforced for UserSid on Vista, W2K8 or Win7
https://bugs.winehq.org/show_bug.cgi?id=53480
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53480
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Another that happened twice on Windows 7 (2022-08-29 w7u-de and 2022-12-21 w7u-es):
eventlog.c:899: Test failed: Expected GetNumberOfEventLogRecords success : 5 eventlog.c:901: Test failed: Expected 9 records, got 0
All start with an ERROR_ACCESS_DENIED (5) so they are probably related.