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 } ...