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....) 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&co...)
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