I downloaded and ran the Wine Comformance tests from http://fgouget.free.fr/wine/winetests.zip
Dr. Watson (drwatson.exe) was enabled advapi32_test.exe/registry crash DrWatson:
The application overflowed its temporary memory area.
Module Name: ADVAPI32_TEST.E
Application Name: Advapi32_test.exe
dsound_text.exe I don't have msvcrtd.dll (where can I get it) REQUEST: Is it possible to compile these tests using mingw32.
gdi32_test.exe/generated 2786 tests executed, 0 marked as todo, 0 failures
kernel32_test.exe/alloc alloc.c:208: Test failed: GlobalReAlloc failed to convert FIXED to MOVEABLE: err or=87 alloc.c:213: Test failed: Converting from FIXED to MOVEABLE didn't REALLY work alloc.c:238: Test failed: Discarded memory we shouldn't have alloc.c:239: Test failed: GlobalUnlock Failed. alloc: 58 tests executed, 0 marked as todo, 4 failures.
kernel32_test.exe/atom atom.c:55:WARNING: Unicode atom APIs are not supported on this platform atom: 163850 tests executed, 0 marked as todo, 0 failures.
kernel32_test.exe/codepage 2 tests executed, 0 marked as todo, 0 failures
kernel32_test.exe/directory 25 tests executed, 0 todo, 0 failures
kernel32_test.exe/drive 80 tests executed,0 todo, 0 failures
kernel32_test.exe/environ 19 executed, 0 todo, 0 failures
kernel32_test.exe/file file.c:631: Test failed: WriteFile error 183 file.c:632: Test failed: expected number of bytes written 0 file.c:633:Current offset = 0100 file.c:634: Test failed: expected file offset 21 file.c:639: Test failed: WriteFile error 87 file.c:640: Test failed: expected number of bytes written 0 file.c:642: Test failed: expected file offset 517 file.c:656: Test failed: ReadFile error 0 file.c:657: Test failed: expected number of bytes read 0 file.c:658:Current offset = 0000 file.c:659: Test failed: expected file offset 21 file.c:661: Test failed: pattern match failed file: 487224 tests executed, 0 marked as todo, 10 failures.
kernel32_test.exe/format_msg 58 executed, 0 todo, 0 failures
kernel32_test.exe/generated 609 executed, 0 marked as todo, 0 failures
kernel32_test.exe/locale locale.c:499: Test failed: GetDateFormat check DATE_YEARMONTH with null format e xpected ERROR_INVALID_FLAGS got return of '10' and error of '0' /locale: 105 tests executed, 0 marked as todo, 1 failure.
kernel32_test.exe/path path.c:881:TMP=C:\WINDOWS\TEMP path.c:892:TMP=C:\WINDOWS path.c:902:TMP=C:\ path.c:912:TMP=C: 1702 executed, 0 todo, 0 failures
kernel32_test.exe/process tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. tests/process.c: 1 tests executed, 0 marked as todo, 0 failures. 116 executed, 0 todo, 0 failures
kernel32_test.exe/thread thread.c:430: Test failed: SetThreadPriorityBoost Failed thread.c:432: Test failed: GetThreadPriorityBoost Failed thread.c:434: Test failed: SetThreadPriorityBoost Failed thread.c:436: Test failed: GetThreadPriorityBoost Failed 86 executed, 0 todo, 4 failures
msvcrt_test.exe/file 2 executed, 0 todo, 4 failures
msvcrt_test.exe/scanf 8 tests executed, 0 todo, 0 failures
netapi32_test.exe access.c:174:It appears there is no netapi32 functionality on this platform same error reported by all netapi32 tests.
ntdll_test.exe/error 813 executed, 0 todo, 0 failures
ntdll_test.exe/generated 1279 executed, 0 todo, 0 failures
ntdll_test.exe/rtlbitmap, ntdll_test.exe/rtlst 1 executed, 0 todo, 0 failures
On Sun, 29 Dec 2002, Mathew McBride wrote: [...]
dsound_text.exe I don't have msvcrtd.dll (where can I get it) REQUEST: Is it possible to compile these tests using mingw32.
Sorry about that. The applications are supposed to be linked statically with the thread-safe version of the debug C library but that one was not available on one of the machines I compiled on so I changed the setting. I should change it back. However a search for 'msvcrtd.dll' on google should help you out.
msvcrt_test.exe/file 2 executed, 0 todo, 4 failures
The above result looks wrong. 4 failures for only two tests? What are the error messages?
user32_test.exe/sysparams bugger! this mucked up my system. Task Bar turned into a grey box. A massive border was around all the Windows. Reboot forced
Yep, this is why I don't put it in the runtests.bat script. However it is a *big* problem to have a test that screws up the tester's environment.
Could someone look into this? Andriy? Vincent? Philipp?