https://bugs.winehq.org/show_bug.cgi?id=12427
tinozzo123@tutanota.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tinozzo123@tutanota.com
--- Comment #7 from tinozzo123@tutanota.com --- So, I tried this today, on Wine 8.13.
First, the project has been archived, and the new URL is https://code.google.com/archive/p/win16test/
Second, `alloc` fails to compile. This is a known issue: https://code.google.com/archive/p/win16test/issues/2
To work around this, I tested everything but `alloc`: ``` $ files=("atom.ok" "bitmap.ok" "class.ok" "clipboard.ok" "combo.ok" "comm16.ok" "dce.ok" "dialog.ok" "dosmem.ok" "file.ok" "filedlg.ok" "infosize.ok" "listbox.ok" "mapping.ok" "msg.ok" "profile.ok" "printdlg.ok" "socket16.ok" "str.ok" "sys.ok" "sysdir.ok" "text.ok" "timer.ok" "window.ok") $ for file in "${files[@]}"; do make "${file}" ; done ```
So, here are the results. The tests that fail are: ``` atom.log:atom: 377397 tests executed (0 marked as todo, 4 failures), 0 skipped, status 4. dce.log:dce: 75 tests executed (0 marked as todo, 4 failures), 0 skipped, status 4. msg.log:msg: 61 tests executed (0 marked as todo, 12 failures), 0 skipped, status 12. socket16.log:socket16: 1159 tests executed (0 marked as todo, 27 failures), 0 skipped, status 27. str.log:str: 74 tests executed (0 marked as todo, 3 failures), 0 skipped, status 3. sys.log:sys: 30 tests executed (0 marked as todo, 3 failures), 0 skipped, status 3. ```
Finally, `comm16` crashes. I'll attach the backtrace.