[winetest] Make sure we can test .NET dlls on Windows (Try 2)

Paul Vriens paul.vriens.wine at gmail.com
Tue Feb 3 13:52:04 CST 2009


Hi,

The fusion tests were not run on Windows. This is due to the fact that we can't
use LoadLibrary but should use LoadLibraryShim (mainly because of search path
issues I guess and .NET magic with respect to versions).

This version tries to load the LoadLibraryShim function just before extraction
and unloads the mscoree dll straight afterwards so not to (potentially)
influence the tests. It will be only be done once during 1 winetest run anyway.

We also don't have a fixed list of dlls anymore. After a failing LoadLibrary we 
will try with LoadLibraryShim (if available of course).

Changelog
   Make sure we can test .NET dlls on Windows

-- 
Cheers,

Paul.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Make-sure-we-can-test-.NET-dlls-on-Windows.patch
Type: text/x-diff
Size: 3738 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090203/a6c9324f/attachment.patch 


More information about the wine-patches mailing list