https://bugs.winehq.org/show_bug.cgi?id=55731
Bug ID: 55731 Summary: advapi32:eventlog - test_eventlog_start() fails on Windows 10 2004 & 2009 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_eventlog_start() fails on Windows 10 2004 & 2009:
eventlog.c:1334: Test failed: Expected different handle eventlog.c:1338: Test failed: Expected valid handle eventlog.c:1392: Test failed: EventlogStarted event not found
See https://test.winehq.org/data/patterns.html#advapi32:eventlog
These failures started on 2023-10-05 which is when test_eventlog_start() was added in the commit below:
commit 428a1219fd94919fb93527f2ef582bd28176c03f Author: Daniel Lehman dlehman25@gmail.com AuthorDate: Mon Oct 2 23:39:16 2023 -0700
advapi32/tests: Add ReadEventLogW tests for EventLogStarted.