http://bugs.winehq.org/show_bug.cgi?id=16758
Summary: tools/winapi/winapi_test: The generated tests produce thousands of failures on 64bit. Product: Wine Version: 1.1.12 Platform: PC-x86-64 URL: http://test.winehq.org/data/bf25837eb7c08dc7faf13b886f6a ed79a02506b8/#group_Vista OS/Version: Windows Vista Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: tools AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de
tools/winapi/winapi_test* creates tests, that produce thousands of failures with winetest64 on Windows.
winapi_test and winapi_test_options.pm are perl:
229 } elsif (/^LP(?:BYTE|CSTR|CWSTR|DWORD|STR|VOID|WSTR)$/) { 230 $align = 4; 231 $kind = "pointer"; 232 $size = 4; 233 } ...
http://bugs.winehq.org/show_bug.cgi?id=16758
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=16758
--- Comment #1 from André H. nerv@dawncrow.de 2010-06-30 10:40:11 --- i bet this is fixed
http://bugs.winehq.org/show_bug.cgi?id=16758
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Detlef Riekenberg wine.dev@web.de 2011-02-03 15:58:24 CST --- The value 4 for pointer size and alignment where replaced with $pointer_size
Marked as fixed.
http://bugs.winehq.org/show_bug.cgi?id=16758
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-02-04 13:21:36 CST --- Closing bugs fixed in 1.3.13.
http://bugs.winehq.org/show_bug.cgi?id=16758
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows Vista |Windows