Alexandre Julliard wrote:
Nikolay Sivov bunglehead@gmail.com writes:
Sorry, start point are the same of course, I'll resend. I have a question about running tests programs. When I start gdiplus_test.exe.so from dlls/gdiplus/tests using 'wine gdiplus_test.exe.so' I never get non-zero number of tests 'marked as todo' though I have a lot of them actually. Is it normal or I do something wrong?
You should set the platform to Wine for todo tests to fail. Set WINETEST_PLATFORM=wine if you don't want to use make test.
Thanks