[winetest] Change the way we report missing dlls

Paul Vriens paul.vriens.wine at gmail.com
Thu Aug 23 02:04:49 CDT 2007


Hi,

This patch changes the way we report missing dll's. Currently a report file
looks like this:

==
Test output:
d3d8:d3d8_dll_missing start 0 0
d3d8_dll_missing: -1 tests executed (-1 marked as todo, -1 failures), -1 skipped.
d3d8:d3d8_dll_missing done (0)
==

Where the missing dll is embedded in a fake testname. Needless to this was a bit
ugly.

The new output looks like:

==
Dll info:
      d3d8=dll is missing
Test output:
==

The parsing can already deal with the new format. This parsing will also create
a new file on test.winehq.org: 'dllinfo.txt' for every system that ran a test.

Once this patch is in we can easily add version information to the 'Dll info'
part. The 'dllinfo.txt' file will then contain the relevant information for
dll's, version (if any) and if they exist on the system. It will be then be very
easy to:

a) link to the dllinfo.txt files from the results pages
b) embed the dll version information into the single test result files

Changelog
   Change the way we report missing dlls

Cheers,

Paul.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Change-the-way-we-report-missing-dlls.patch
Type: text/x-patch
Size: 1562 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070823/79b505fc/0002-Change-the-way-we-report-missing-dlls.bin


More information about the wine-patches mailing list