Nikolay Sivov bunglehead@gmail.com writes:
Changelog: - stub for GdipFlattenPath with tests
This fails here:
../../../tools/runtest -q -P wine -M gdiplus.dll -T ../../.. -p gdiplus_test.exe.so graphicspath.c && touch graphicspath.ok graphicspath.c:117: Test succeeded inside todo block: Expected #0: PathPointTypeStart (100.0,25.0) but got PathPointTypeStart (100.0,25.0) graphicspath.c:117: Test succeeded inside todo block: Expected #0: PathPointTypeStart (100.0,25.0) but got PathPointTypeStart (100.0,25.0) make[2]: *** [graphicspath.ok] Error 2
Alexandre Julliard wrote:
Nikolay Sivov bunglehead@gmail.com writes:
Changelog: - stub for GdipFlattenPath with tests
This fails here:
../../../tools/runtest -q -P wine -M gdiplus.dll -T ../../.. -p gdiplus_test.exe.so graphicspath.c && touch graphicspath.ok graphicspath.c:117: Test succeeded inside todo block: Expected #0: PathPointTypeStart (100.0,25.0) but got PathPointTypeStart (100.0,25.0) graphicspath.c:117: Test succeeded inside todo block: Expected #0: PathPointTypeStart (100.0,25.0) but got PathPointTypeStart (100.0,25.0) make[2]: *** [graphicspath.ok] Error 2
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?
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.
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