http://bugs.winehq.org/show_bug.cgi?id=20624
Summary: Chromium's RenderViewTest.InsertCharacters test fails Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Chromium's RenderViewTest.InsertCharacters test simulates user input into a textbox with french and russian keyboards. It fails with output (duplicate fixmes and two similar failures removed):
[ RUN ] RenderViewTest.InsertCharacters fixme:seh:RtlCaptureStackBackTrace (5, 30, 0x3a0090, (nil)) stub! fixme:keyboard:X11DRV_LoadKeyboardLayout L"00001009", 0001: stub! .\renderer\render_view_unittest.cc(886): error: Value of: output Actual: L"" Expected: kLayouts[i].expected_result Which is: L"0123456789abcdefghijklmnopqrstuvwxyz;=,-.é<)!"/$%?&*(ABCDEFGHIJKLMNOPQRSTUVWXYZ:+'_.É>0123456789abcdefghijklmnopqrstuvwxyz;=,-.é<" fixme:seh:RtlCaptureStackBackTrace (3, 31, 0x32ca58, (nil)) stub! fixme:keyboard:X11DRV_LoadKeyboardLayout L"0000040c", 0001: stub! ... [ FAILED ] RenderViewTest.InsertCharacters (1456 ms)
Related source files: http://src.chromium.org/viewvc/chrome/trunk/src/ chrome/renderer/render_view_unittest.cc chrome/renderer/mock_keyboard_driver_win.cc chrome/test/render_view_test.cc
I'll attach a log.