Bruno Jesus 00cpxxx@gmail.com writes:
This patch was an attempt to reproduce the issue in bug 35621, I could not get what I wanted but at least here I got the following error covered in a todo:
dialog.c:1022: Test failed: GetDlgItemText error, expected 102400, got 80968. dialog.c:1023: Test failed: Different text read.
Works fine here:
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so dialog && touch dialog.ok dialog.c:1022: Test succeeded inside todo block: GetDlgItemText error, expected 102400, got 102400. dialog.c:1023: Test succeeded inside todo block: Different text read. make: *** [dialog.ok] Error 2
On Thu, Feb 20, 2014 at 9:59 AM, Alexandre Julliard julliard@winehq.org wrote:
Bruno Jesus 00cpxxx@gmail.com writes:
This patch was an attempt to reproduce the issue in bug 35621, I could not get what I wanted but at least here I got the following error covered in a todo:
dialog.c:1022: Test failed: GetDlgItemText error, expected 102400, got 80968. dialog.c:1023: Test failed: Different text read.
Works fine here:
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so dialog && touch dialog.ok dialog.c:1022: Test succeeded inside todo block: GetDlgItemText error, expected 102400, got 102400. dialog.c:1023: Test succeeded inside todo block: Different text read. make: *** [dialog.ok] Error 2
I can reproduce it 100% of the time here, any tips?
-- Alexandre Julliard julliard@winehq.org
Bruno