https://bugs.winehq.org/show_bug.cgi?id=50842
Bug ID: 50842 Summary: The 64-bit msado15:msado15 test crashes Product: Wine Version: 6.3 Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The 64-bit msado15:msado15 test crashes on all Windows versions: https://test.winehq.org/data/tests/msado15:msado15.html
msado15.c:626: this is the last test seen before the exception 090c:msado15: unhandled exception c0000005 at 0000000000408607
So the crash happens either during the test_ADORecordsetConstruction() cleanup, or the initialization of test_ConnectionPoint().
This failure is new because WineTest was incorrectly skipping the msado15:* tests before.