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...)
I tried WINETEST_DEBUG=1 make typelib.ok but it's the same output.
Am I missing something ?
Thanks
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
2010/6/6 Nikolay Sivov nsivov@codeweavers.com:
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
Results are from a winetest64 test suite running under wine64. If it's the failure on this particular box that you want to debug, just ask, results were sent from my laptop.
2010/6/6 Nikolay Sivovnsivov@codeweavers.com:
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).
You're right. I noticed this file but I prefered doing what was wrote on the wiki.
06/06/2010 20:25, Nicolas Le Cam :
Results are from a winetest64 test suite running under wine64. If it's the failure on this particular box that you want to debug, just ask, results were sent from my laptop.
All these tests succeeds in genuine Windows and fails on wine. Almost wine tests fails in the same way so I just picked up a link to show you what I would like to see. But thanks for the precision !