On Sun, Sep 26, 2004 at 05:07:41PM +0200, Shachar Shemesh wrote:
Alexandre Julliard wrote:
Yes it happens regularly, maybe once or twice a month. And yes, it would be a good idea for other developers to run the tests too.
Thing is, they don't run for me. On a clean CVS checkout after compile, I get:
I get the same advapi errors on a FC2 and a RHEL3 box, both up2date. That's why i normaly run a make -k test. Other tests failing for me are the dsound and wave tests but i blame for that the i810 chip. On the FC2 box (nvidia driver) the screen resizing fails too leaving the desktop in an unusable 640x480 size. That tests work on the RHEL3 laptop (ati graphics card), but on both i have to kill gnome-panel afterwards because it goes into a loop eating 100% of the CPU.
wine$ make test make[1]: Entering directory `/home/sun/sources/wine/wine/dlls' make[2]: Entering directory `/home/sun/sources/wine/wine/dlls/advapi32' make[3]: Entering directory `/home/sun/sources/wine/wine/dlls/advapi32/tests' ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so crypt.c && touch crypt.ok Xlib: extension "XFree86-DRI" missing on display ":0.0". /home/sun/.wine updated successfully. fixme:crypt:CRYPT_VerifyImage (rsabase.dll, 0x40380ef8): not verifying image
Since I know these same tests pass on Alexandre's machine, I can only assume there is something missing in my setup. However, as I don't know what, I simply let it go and do my best without running the tests.
That's my assumption too. But i'm running the tests at least in the dll i modified. Or i do a make -k test before and after the modifications and diff the output.
bye michael