Qian Hong fracting@gmail.com writes:
- Merge tests functions.
dlls/usp10/tests/usp10.c | 156 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+)
The test fails:
../../../tools/runtest -q -P wine -M usp10.dll -T ../../.. -p usp10_test.exe.so usp10.c && touch usp10.ok usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020 usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020 usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020 usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020 etc.
Hello,
On Sat, Nov 17, 2012 at 1:03 AM, Alexandre Julliard julliard@winehq.org wrote:
The test fails:
../../../tools/runtest -q -P wine -M usp10.dll -T ../../.. -p usp10_test.exe.so usp10.c && touch usp10.ok usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020 usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020 usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020 usp10.c:1958: Test failed: wgBlank 0000 tmBreakChar 0020
Does the test run before or after patch [2/2] applied? If the failure is before patch [2/2] then it's expected because I didn't add todo_wine to [1/2]. I didn't add todo_wine because before [2/2] those test will success for some fonts on Wine and fail for the other fonts on Wine, and it seems doesn't make sense to test on only a few fonts.
Is the following solution acceptable? - Swap the order of patch [1/2] and [2/2], add test cases after fix the implementation .
Thanks a lot!
-- Regards, Qian Hong
- Sent from Ubuntu http://www.ubuntu.com/
Qian Hong fracting@gmail.com writes:
Does the test run before or after patch [2/2] applied? If the failure is before patch [2/2] then it's expected because I didn't add todo_wine to [1/2]. I didn't add todo_wine because before [2/2] those test will success for some fonts on Wine and fail for the other fonts on Wine, and it seems doesn't make sense to test on only a few fonts.
Is the following solution acceptable?
- Swap the order of patch [1/2] and [2/2], add test cases after fix
the implementation .
Yes, that's OK. Tests need to succeed after every commit, even in the middle of a series.
Hello,
On Sat, Nov 17, 2012 at 6:48 PM, Alexandre Julliard julliard@winehq.org wrote:
Yes, that's OK. Tests need to succeed after every commit, even in the middle of a series.
Thanks, I see, will resend my patches.
-- Regards, Qian Hong
- Sent from Ubuntu http://www.ubuntu.com/