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.
https://bugs.winehq.org/show_bug.cgi?id=55731
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dlehman25@gmail.com Keywords| |regression, source, | |testcase Regression SHA1| |428a1219fd94919fb93527f2ef5 | |82bd28176c03f
https://bugs.winehq.org/show_bug.cgi?id=55731
--- Comment #1 from daniel dlehman25@gmail.com --- i'll take a look but the testbot passed when i submitted it: https://testbot.winehq.org/JobDetails.pl?Key=138210
and the 3 failures referenced: https://test.winehq.org/data/3db7506221e44e8091887d7eb42fe1666d422166/win200... https://test.winehq.org/data/3db7506221e44e8091887d7eb42fe1666d422166/win200... https://test.winehq.org/data/3db7506221e44e8091887d7eb42fe1666d422166/win200...
are all in a different test (test_autocreation): eventlog.c:1156: Test failed: Expected an eventlog file
the test i added runs at the end, after this failure and doesn't handle eventlog files
eventlog looks flaky on these windows vms from the related bugs: https://bugs.winehq.org//show_bug.cgi?id=55305 https://bugs.winehq.org//show_bug.cgi?id=53461
https://bugs.winehq.org/show_bug.cgi?id=55731
--- Comment #2 from daniel dlehman25@gmail.com --- ignore (partially) my previous comment. clicked the wrong link for the 3 failures referenced
https://bugs.winehq.org/show_bug.cgi?id=55731
--- Comment #3 from daniel dlehman25@gmail.com --- don't have access to a Win 10 2004 and couldn't reproduce with a Win 10 2009. will submit a merge request based on the test results
https://bugs.winehq.org/show_bug.cgi?id=55731
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|advapi32:eventlog - |advapi32:eventlog - |test_eventlog_start() fails |test_eventlog_start() fails |on Windows 10 2004 & 2009 |on Windows 7 & 10 2004 & | |2009
--- Comment #4 from François Gouget fgouget@codeweavers.com --- The missing 'EventlogStarted' failure also happens on Windows 7 sometimes: * 2023-10-09 win7_newtb-w7pro64-64 * 2023-10-10 win7_newtb-w7u
But strangely enough it has not happened (yet) on any other Windows version in between.
https://bugs.winehq.org/show_bug.cgi?id=55731
--- Comment #5 from daniel dlehman25@gmail.com --- i tried a few other win10 flavors (1709, 1809, 1909, and 21H2) but couldn't reproduce
The missing 'EventlogStarted' failure also happens on Windows 7 sometimes:
i got a bad result on win7 a few weeks ago with an earlier version, but couldn't reproduce on my vms
i might need to add some traces to see what it does find when it does randomly fail
https://bugs.winehq.org/show_bug.cgi?id=55731
--- Comment #6 from Sven Baars sven.wine@gmail.com --- Looks like this was fixed by 9373f330e55fb00d5ef67dc00c6e8dfc40634c88.
https://bugs.winehq.org/show_bug.cgi?id=55731
Sven Baars sven.wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9373f330e55fb00d5ef67dc00c6 | |e8dfc40634c88 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #7 from Sven Baars sven.wine@gmail.com --- Fixed by 9373f330e55fb00d5ef67dc00c6e8dfc40634c88.
https://bugs.winehq.org/show_bug.cgi?id=55731
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc5.