wrong test results on test.winehq.org

Stefan Leichter Stefan.Leichter at camLine.com
Thu Jul 15 05:47:03 CDT 2004


Hello,

is it right that the test result in the directory 200407111000 are build 
from cvs of the 11th July 2004? If no please delete the mail now ;-)

Otherwise please take a look to the failing kernel:profile tests results 
of e.g win98 
(http://test.winehq.org/data/200407111000/98se_JosephBooker/kernel32:profile.txt)
you will see lines like

profile.c:82: Test failed: test<01>: ret<0000000000> exp<4294967295>

but if you check the source code of the tests

(http://cvs.winehq.org/cvsweb/wine/dlls/kernel/tests/profile.c?rev=1.5&content-type=text/x-cvsweb-markup)

you will find that a second number must be displayed at the end of the line

       ok((res == profileInt[i].result) || (res == profileInt[i].result9x),
	    "test<%02d>: ret<%010u> exp<%010u><%010u>\n",
						^^^^^ here 
            i, res, profileInt[i].result, profileInt[i].result9x);


So either the test binary used old source files or the results are 
sorted into a wrong "wine version".

Can please someone have a look
Thanks Stefan





More information about the wine-devel mailing list