So if anyone has been wondering why I don't run the tests on Win98 anymore... I still do! The problem is that since 2008/05/08 something prevents winetest from submitting the results.
The 200805062030 winetest build works fine so that leaves a two/three days window where things went wrong. Unfortunately I have been unable to pinpoint a specific test that causes the problem.
Here's a log I generated with the 200805211000 build: http://fgouget.free.fr/tmp/winetest.log
I let winetest run for 90 minutes (normally it's over in about 15), then Windows was frozen, not responding to Ctrl-Alt-Del, using all the CPU and I had to hit VMware's reset button.
The last test that was run is setupapi:parser, but according to the log it completed fine, and I can run it by hand just fine. Still according to the log the next test did not even start.
Unfortunately the list of potential suspects is quite long. It would help if I could at least cross-build winetest but I always get errors (e.g. due to d3dx9_36). What happened to the resolution to get rid of the dependency on MinGW libraries? Alternatively, where's the lastest version of w32api with d3dx9_36?
commit 382ed33b7a770d532bcf4b7dc392ee929c987c7a Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Thu May 8 08:11:19 2008 -0600 dinput: Default value for unassigned POVs should be -1.
commit b92d1c7fbef30114b3aa7f3197a5df3556c98b12 Author: Paul Vriens paul.vriens.wine@gmail.com Date: Thu May 8 15:06:53 2008 +0200 crypt32/tests: Cleanup registry after tests.
commit 5714c4deee6f3c0cc30098d056fa4ce39a333878 Author: Alexandre Julliard julliard@winehq.org Date: Thu May 8 11:12:03 2008 +0200 user32: The client rectangle is in screen coordinates for the initial WM_NCCALCSIZE.
commit 09cb415109447c4be086f1c756f8a168628457f7 Author: Guy Albertelli galberte@neo.rr.com Date: Thu May 8 00:46:38 2008 -0400 listview: Return correct value from WM_NOTIFYFORMAT with test.
commit 864e24d2e586b796c2069576ca6d8fe4e7b8cef7 Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Wed May 7 16:31:02 2008 -0700 kernel32: Fix temporary path test.
commit db8e63af27b75d098db6f9a61a6fb0ab7d70d83f Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Wed May 7 15:44:48 2008 -0700 kernel32: Fix process tests to pass in Windows.
commit fd7b277d8ac23706b1c819d2ed1fd0ee9833fd06 Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Tue May 6 15:06:17 2008 -0700 rpcrt4: Fix ndr_marshall test failures. Created with help from Robert Shearman.
commit 51c28a1493c844eff4f4625d3398da5ee5d707fd Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Wed May 7 20:34:36 2008 +0900 gdi32: More carefully compare EMF records in tests.
commit 3da466a9f75076f618a5440805cd211a98c7b628 Author: Kai Blin kai.blin@gmail.com Date: Wed May 7 12:35:06 2008 +0200 secur32: Fix ntlm tests on Vista.
commit 02c66c2312d9bf98d0fc0d5d4ce56b8564718026 Author: Rob Shearman rob@codeweavers.com Date: Wed May 7 11:11:09 2008 +0100 rpcrt4: Add better traces for the server test. Handle failure to use one or more protocol sequences more gracefully, as ncacn_np servers aren't support on Win9x and ncacn_ip_tcp fails on some machines.
commit 473717fefd06650e1e8d80c8dc0e16ab583cc673 Author: Detlef Riekenberg wine.dev@web.de Date: Tue May 6 20:26:05 2008 +0200 winspool: Set PrinterPorts for win3.x/win9.x compatibility.
commit 7c051f13941b15bd0a399431e36cae16b8fe092e Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Tue May 6 14:14:56 2008 -0700 winetest: Fix CreateProcess so that debugger tests run without timing out.
commit deee97d9eaa7dfe28a9e39f288c3c7ed39f6e7c8 Author: Paul Vriens paul.vriens.wine@gmail.com Date: Tue May 6 18:08:09 2008 +0200 advapi32/tests: Add another test.
commit 6477a1c1bfd7966ff75b6847156a765ec088b0b3 Author: Alexandre Julliard julliard@winehq.org Date: Tue May 6 15:54:07 2008 +0200 kernel32: Set the USERPROFILE and ALLUSERSPROFILE environment variables based on the ProfileList registry keys.
commit c4d75213abe21dcd7697d2f9151a186ebb3f8c8d Author: Alexander Dorofeyev alexd4@inbox.lv Date: Tue May 6 00:49:34 2008 +0300 ddraw/tests: Add tests for IDirect3DDevice7_Load.
I'm ignoring wininet and ntdll changes because they don't run due to missing imports.