On 6/6/2010 21:03, GOUJON Alexandre wrote:
Hi,
I would like to do some (typelib) tests on wine.
So I followed the instructions at http://www.winehq.org/docs/winedev-guide/testing-wine ( cd dlls/oleaut32/tests/ ; rm typelib.ok && make typelib.ok in my case)
but I have err's and fixme's whereas the output on wineTestBot is quite different (http://test.winehq.org/data/9aa9a1229f2195a8b3ac575645a10242ae6e9bc8/wine_nl...)
It's not a test bot, it's a test result uploaded by contributor.
I tried WINETEST_DEBUG=1 make typelib.ok but it's the same output.
Am I missing something ?
You're running it with make, and a test results are from winetest runs. As I remember winetest runs it as 'wine oleaut32_tests.exe typelib' with some env variable to set a platform (this will enable todos output, AFAIK).
Thanks