https://bugs.winehq.org/show_bug.cgi?id=55305
Bug ID: 55305 Summary: advapi32:eventlog - test_autocreation() fails on the Windows 10 2004 and 2009 VMs 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
Created attachment 74901 --> https://bugs.winehq.org/attachment.cgi?id=74901 Minimal eventlog to reproduce the test_autocreation() failure
advapi32:eventlog - test_autocreation() fails on the Windows 10 2004 and 2009 VMs:
eventlog.c:1156: Test failed: Expected an eventlog file
See http://winetest.dolphin/data/patterns.html#advapi32:eventlog
This failure is systematic and specific to these two Windows configurations. Also it happens even when running advapi32:eventlog on its own.
Commenting out parts of the test shows that the failure is caused by the final CloseEventLog(handle) in test_clear(). See the attached patch to minimally reproduce this failure.
This is similar to bug 54614: advapi32:eventlog causes the event log service to crash which breaks test_autocreation():
Source : Service Control Manager Event ID : 7031
The Windows Event Log service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.
https://bugs.winehq.org/show_bug.cgi?id=55305
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase