Errors in user tests

Sylvain Petreolle spetreolle at yahoo.fr
Sat Oct 25 06:00:35 CDT 2003


Running the user tests,
I get different results if run with 'make test' and manually in a
terminal.

If run with wine in a terminal:
listbox gets 16 failures (no failure with make test)
msg gets 24 failures (only 1 failure with make test.)
If I launch the same runtest command that gets started from Makefile,
I get no error.

I dont understand what is happening here.

With make:
[syl at wine tests]$ make test
../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p
user32_test.exe.so listbox.c && touch listbox.ok
listbox.c: 48 tests executed, 16 marked as todo, 0 failures.

Manual runtest, same command :
[syl at wine tests]$ ../../../tools/runtest -q -P wine -M user32.dll -T
../../.. -p user32_test.exe.so listbox.c && touch listbox.ok
listbox.c: 48 tests executed, 16 marked as todo, 0 failures.

Manual runtest, flag -v :
[syl at wine tests]$ ../../../tools/runtest -v -P wine -M user32.dll -T
../../.. -p user32_test.exe.so listbox.c && touch listbox.ok
listbox.c:165: Testing single selection...
listbox.c:167: ... with NOSEL
listbox.c:169: Testing multiple selection...
listbox.c:171: ... with NOSEL
listbox.c: 48 tests executed, 16 marked as todo, 0 failures.

Manual wine:
[syl at wine tests]$ wine user32_test.exe.so listbox
listbox.c:165: Testing single selection...
listbox.c:129: Test failed: style 0, step click, field anchor: expected
1, got -1
listbox.c:134: Test failed: style 0, step step, field anchor: expected
2, got -1
listbox.c:167: ... with NOSEL
listbox.c:129: Test failed: style 0x4000, step click, field selected:
expected 1, got -1
listbox.c:129: Test failed: style 0x4000, step click, field anchor:
expected 1, got -1
listbox.c:134: Test failed: style 0x4000, step step, field selected:
expected 2, got -1
listbox.c:134: Test failed: style 0x4000, step step, field anchor:
expected 2, got -1
listbox.c:134: Test failed: style 0x4000, step step, field caret:
expected 2, got 1
listbox.c:169: Testing multiple selection...
listbox.c:129: Test failed: style 0x8, step click, field anchor:
expected 1, got -1
listbox.c:134: Test failed: style 0x8, step step, field anchor:
expected 1, got -1
listbox.c:134: Test failed: style 0x8, step step, field selcount:
expected 1, got 2
listbox.c:171: ... with NOSEL
listbox.c:123: Test failed: style 0x4008, step init, field selected:
expected -1, got 0
listbox.c:123: Test failed: style 0x4008, step init, field selcount:
expected -1, got 0
listbox.c:129: Test failed: style 0x4008, step click, field anchor:
expected 1, got -1
listbox.c:129: Test failed: style 0x4008, step click, field selcount:
expected -1, got 0
listbox.c:134: Test failed: style 0x4008, step step, field anchor:
expected 2, got -1
listbox.c:134: Test failed: style 0x4008, step step, field selcount:
expected -1, got 0
listbox: 48 tests executed, 0 marked as todo, 16 failures.



=====
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net)
 ICQ #170597259
Say NO to software patents
Dites NON aux brevets logiciels

"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the wine-devel mailing list