On Mon, 9 Dec 2002, David Miller wrote:
I could probably run some tests under WinXP. I just need to compile the tests on windows, execute them, and post output to wine-devel? Is this correct?
Almost. Currently building the tests on Windows requires using Linux at some point :-/
So what I did is compile them here, whip up a quick batch file to invoke them all, and zip them up. You can download them from:
http://fgouget.free.fr/wine/winetests.zip
Just unzip them in some random directory and run them as follows:
runtests.bat
The above script skips the generated tests (for no particular reason) and skips the sysparams user32 test because it messes the environment badly (e.g. the width of window borders).
Given the number of tests that fail you may want to run them one by one to better capture their output. To do so just have a quick look at the batch file, running the tests is very easy, e.g.:
kernel32_test.exe path
The zip file I made is very rough on the edges. What we need is: * automatic generation of that batch file (by msvcmaker?) * automatic zipping of the tests * better handling of Wine_Header vs. MSVC_Header tests * or maybe just base this on the MinGW cross-compiler rather than the Visual C++ 'port'
Volunters welcome.