[Bug 12428] New: win16 test suite: profile test fails
http://bugs.winehq.org/show_bug.cgi?id=12428 Summary: win16 test suite: profile 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(a)winehq.org ReportedBy: austinenglish(a)gmail.com Created an attachment (id=11967) --> (http://bugs.winehq.org/attachment.cgi?id=11967) 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 profile test crashes in current git. Attached is the backtrace in current git. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12428 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-08 03:34:55 --- Have you tried all these 16-bit tests on a real Windows machine? If yes, which Windows versions pass these tests? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12428 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-04-08 03:37:06 --- (In reply to comment #1)
Have you tried all these 16-bit tests on a real Windows machine? If yes, which Windows versions pass these tests?
I haven't had a chance to myself. Jennifer tested win98 and winXP where all these tests passed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12428 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-08-11 23:58:11 --- Still present in git. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12428 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #4 from Austin English <austinenglish(a)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! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12428 Niko Sandschneider <nsandschn(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn(a)gmx.de --- Comment #5 from Niko Sandschneider <nsandschn(a)gmx.de> 2009-08-03 11:56:00 --- Still present in wine 1.1.26 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12428 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #6 from butraxz(a)gmail.com 2012-05-17 15:30:14 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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12428 --- Comment #7 from butraxz(a)gmail.com 2013-04-22 14:47:56 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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=12428 tinozzo123(a)tutanota.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tinozzo123(a)tutanota.com --- Comment #8 from tinozzo123(a)tutanota.com --- So, I tested this today on Wine 8.13. First, the URL has changed to https://code.google.com/archive/p/win16test/ Second, I can't compile `alloc.c`. This is a known upstream issue: https://code.google.com/archive/p/win16test/issues/2 So, to work around this, I did: ``` $ 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 ``` The tests that fail are the following: ``` 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. ``` Also, `comm16` crashes. Attaching backtrace. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=12428 --- Comment #9 from tinozzo123(a)tutanota.com --- Created attachment 74991 --> https://bugs.winehq.org/attachment.cgi?id=74991 Backtrace for comm16 crash -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla