https://bugs.winehq.org/show_bug.cgi?id=50841
Bug ID: 50841 Summary: sapi:resource fails on Windows >= 7 Product: Wine Version: 6.3 Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: sapi Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
sapi:resource has 7 failures on Windows 7 and greater: https://test.winehq.org/data/tests/sapi:resource.html
resource.c:47: Test failed: Unexpected refcount 2, expected 1. resource.c:53: Test failed: Unexpected refcount 3, expected 2. resource.c:54: Test failed: Unexpected refcount 3, expected 2. resource.c:56: Test failed: Unexpected refcount 2, expected 1. resource.c:62: Test failed: Unexpected refcount 3, expected 2. resource.c:63: Test failed: Unexpected refcount 3, expected 2. resource.c:65: Test failed: Unexpected refcount 2, expected 1.
These failures are new because WineTest was incorrectly skipping this test on all Windows versions before.