http://bugs.winehq.org/show_bug.cgi?id=25832
Summary: user32:input tests fail on clang Product: Wine Version: 1.3.11 Platform: x86 URL: http://test.winehq.org/data/98834637eb25caf986c9feae3e aa0b855cc19a26/wine_ae-ub1004-clang/user32:input.html OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: trivial Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=32921) --> (http://bugs.winehq.org/attachment.cgi?id=32921) +win,+keyboard
input.c:1112: Test failed: vkCode should have been VK_PACKET[0x00e7], was: 0xa4
+win,+keyboard attached
http://bugs.winehq.org/show_bug.cgi?id=25832
--- Comment #1 from Austin English austinenglish@gmail.com 2011-01-19 19:36:27 CST --- Passes with -O0. With -O1, crashes: ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so input.c && touch input.ok err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
http://bugs.winehq.org/show_bug.cgi?id=25832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2011-04-13 16:07:41 CDT --- Seems okay in clang trunk/wine git at -O0 and -O2.
http://bugs.winehq.org/show_bug.cgi?id=25832
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2011-04-14 01:07:48 CDT --- Has this been fixed in Wine or clang side? In the latter case this bug should be marked as invalid.
http://bugs.winehq.org/show_bug.cgi?id=25832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|FIXED |INVALID
--- Comment #4 from Austin English austinenglish@gmail.com 2011-04-14 12:10:56 CDT --- Yeah, good point. Going back to 1.3.11 works as well, so fixed on Clang's end.