http://bugs.winehq.org/show_bug.cgi?id=16138
Summary: winetest should check all available versions of comctl32 and gdiplus Product: Wine Version: 1.1.8 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: testcases AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
Windows Vista contains 5 different versions of comctl32.dll, and 4 versions of gdiplus.dll. Applications can select one using manifests.
Winetest currently tests only one version of each dll. It should run the test suite against all available versions. Applications might expect Wine's dll's to behave like any particular version, depending on which one they select. We probably do not need do behave differently based on which version is selected, but we do need to gather this information.