http://bugs.winehq.org/show_bug.cgi?id=12427
Summary: win16 test suite: printdlg test fails Product: Wine Version: CVS/GIT Platform: PC URL: http://win16test.googlecode.com OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=11966) --> (http://bugs.winehq.org/attachment.cgi?id=11966) Backtrace in git
+++ This bug was initially created as a clone of Bug #9850 +++ The code can be downloaded from http://win16test.googlecode.com with svn, and is quite easy to run; see http://win16test.googlecode.com/svn/trunk/src/README for instructions.
The printdlg test crashes in current git. Attached is the backtrace in current git.
http://bugs.winehq.org/show_bug.cgi?id=12427
--- Comment #1 from Austin English austinenglish@gmail.com 2008-08-11 23:57:27 --- Still present in git.
http://bugs.winehq.org/show_bug.cgi?id=12427
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #2 from Austin English austinenglish@gmail.com 2009-01-19 15:14:57 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=12427
Niko Sandschneider nsandschn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn@gmx.de
--- Comment #3 from Niko Sandschneider nsandschn@gmx.de 2009-08-03 11:53:35 --- Still present in wine 1.1.26
http://bugs.winehq.org/show_bug.cgi?id=12427
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Summary|win16 test suite: printdlg |win16 test suite: printdlg |test fails |test crashes
--- Comment #4 from Dan Kegel dank@kegel.com 2009-08-18 00:15:58 --- Still present in 1.1.27. And it's a crash, not just a failure, so changing title.
(If you happen to install openwatcom with winetricks, be sure to select a full install, or you won't get the 16 bit compilers.)
http://bugs.winehq.org/show_bug.cgi?id=12427
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #5 from butraxz@gmail.com 2012-05-17 15:29:53 CDT --- This bug has not been updated for three years. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you.
http://bugs.winehq.org/show_bug.cgi?id=12427
--- Comment #6 from butraxz@gmail.com 2013-04-22 14:47:17 CDT --- This bug has not been updated for four years. Is this still an issue i current (1.5.28) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you.
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.
https://bugs.winehq.org/show_bug.cgi?id=12427
--- Comment #8 from tinozzo123@tutanota.com --- Created attachment 74985 --> https://bugs.winehq.org/attachment.cgi?id=74985 Backtrace for comm16 crash