http://bugs.winehq.org/show_bug.cgi?id=7723
Summary: A test fails in the file comm.c of kernel32.dll Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: jeremielapuree@yahoo.fr
In a console, I did make test, and one test failed and stopped all the remaining test. Since the console output is short, i do not attach it, but I paste it.
Here it is: make[2]: entrant dans le répertoire « /home/david/wine/dlls/kernel32/tests » ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so alloc.c && touch alloc.ok ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so atom.c && touch atom.ok ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so change.c && touch change.ok ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so codepage.c && touch codepage.ok ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so comm.c && touch comm.ok comm.c:682: Test failed: Unexpected errors on open comm.c:683: Test failed: Unexpected -1 chars in InQueue comm.c:684: Test failed: Still pending -1 charcters in OutQueue comm.c:685: Test failed: Unexpected errors 0x605d8d6d comm.c:694: Test failed: GetCommModemStatus failed err:comm:get_baud_rate tcgetattr error 'Erreur d'entrée/sortie' comm.c:711: Test failed: GetCommState failed err:comm:set_baud_rate tcgetattr error 'Erreur d'entrée/sortie' comm.c:718: Test failed: SetCommState failed comm.c:722: Test failed: SetCommTimeouts failed comm.c:729: Test failed: A timed-out read should return TRUE comm.c:730: Test failed: err=21 comm.c:732: Test failed: Unexpected TimeOut 0, expected 1000 err:comm:get_baud_rate tcgetattr error 'Erreur d'entrée/sortie' comm.c:747: Test failed: GetCommState failed err:comm:set_baud_rate tcgetattr error 'Erreur d'entrée/sortie' comm.c:754: Test failed: SetCommState failed comm.c:758: Test failed: SetCommTimeouts failed fixme:comm:set_queue_size insize 1024 outsize 1024 unimplemented stub comm.c:761: Test failed: SetCommMask failed comm.c:766: Test failed: WriteFile failed comm.c:767: Test failed: WriteFile: Unexpected write_size 0 fixme:comm:wait_on EV_RXFLAG not handled comm.c:777: Test failed: WaitCommEvent failed comm.c:778: Test failed: WaitCommEvent: Unexpected EvtMask 0x00000000, expected 0x00000004 comm.c:682: Test failed: Unexpected errors on open comm.c:683: Test failed: Unexpected 3407208 chars in InQueue comm.c:684: Test failed: Still pending 1614703621 charcters in OutQueue comm.c:685: Test failed: Unexpected errors 0x605d8d6d comm.c:800: Test failed: ClearCommError failed comm.c:801: Test failed: Unexpected 1767995231 chars in InQueue comm.c:802: Test failed: Unexpected 1702392948 chars in OutQueue comm.c:682: Test failed: Unexpected errors on open comm.c:683: Test failed: Unexpected 3407208 chars in InQueue comm.c:684: Test failed: Still pending 1614703621 charcters in OutQueue comm.c:685: Test failed: Unexpected errors 0x605d8d6d err:comm:get_baud_rate tcgetattr error 'Erreur d'entrée/sortie' comm.c:812: Test failed: GetCommState failed err:comm:set_baud_rate tcgetattr error 'Erreur d'entrée/sortie' comm.c:815: Test failed: ClearCommError should succeed comm.c:682: Test failed: Unexpected errors on open comm.c:683: Test failed: Unexpected 3407208 chars in InQueue comm.c:684: Test failed: Still pending 1614703621 charcters in OutQueue comm.c:685: Test failed: Unexpected errors 0x605d8d6d err:comm:get_baud_rate tcgetattr error 'Erreur d'entrée/sortie' comm.c:1283: Test failed: GetCommState failed make[2]: *** [comm.ok] Erreur 37 make[2]: quittant le répertoire « /home/david/wine/dlls/kernel32/tests » make[1]: *** [kernel32/tests/__test__] Erreur 2 make[1]: quittant le répertoire « /home/david/wine/dlls » make: *** [dlls/__test__] Erreur 2
Joaopa
------- Additional Comments From thestig@google.com 2007-15-03 13:55 ------- What version of wine are you running?
I think anything longer than ~15 lines probably should be attached.