https://bugs.winehq.org/show_bug.cgi?id=48062
Bug ID: 48062 Summary: Detect and report WineTest's "load errors" Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
Sometimes the WineTest report DLL version section contains lines like:
mfplat=load error 1359 shell32=load error 1359 user32=load error 1359
See bug 48061 for more details.
The TestBot should detect such errors as well as the "load error Configured as native" message and report them.
https://bugs.winehq.org/show_bug.cgi?id=48062
--- Comment #1 from François Gouget fgouget@codeweavers.com --- The "mfplat=load error 1359" error is legitimate on Windows XP.
It happens because mfplat_test.exe imports d3d11.dll which is missing. This triggers a #32770 dialog saying so and blocks the process. As a result WineTest.exe does not get the subtest list and issues the 'load error 1359' error.
So to avoid false positives WineTest must be modified to detect this #32770 dialog and properly report the missing dll. Only then can the other 'load error 1359' errors be detected and reported.
https://bugs.winehq.org/show_bug.cgi?id=48062
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Depends on| |48208
--- Comment #2 from François Gouget fgouget@codeweavers.com --- To be clear, this is about havign the Testbot parse the WineTest report and detect+report the "load error" lines.
However since a lot of them are legitimate (as described in comment 1) this requires fixing WineTest.exe first, so this depends on bug 48208.
https://bugs.winehq.org/show_bug.cgi?id=48062 Bug 48062 depends on bug 48208, which changed state.
Bug 48208 Summary: Detect missing entry point errors https://bugs.winehq.org/show_bug.cgi?id=48208
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED