[Webkit-unassigned] [Bug 133803] REGRESSION(169799): [GTK] several layout tests on editing/ fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 04:24:57 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133803


Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ltilve at igalia.com




--- Comment #3 from Carlos Alberto Lopez Perez <clopez at igalia.com>  2014-06-13 04:25:20 PST ---
(In reply to comment #2)
> I'm not sure this is a regression, are you sure our own expectation files are correct? The actual result I see for editing/deleting/delete-by-word-001 looks the same than cross-platform expected results. Note that the test does:
> 
>     if (navigator.userAgent.search(/\bMac OS X\b/) != -1)
>         deleteWordModifiers = ["altKey"];
>     else
>         deleteWordModifiers = ["ctrlKey"];
> 
> So, before r169799 we were using the alt key instead of the control key, which I think was wrong.

It may be be that the test expectations for this tests before r169799 were wrong.

Lorenzo commented that r169799 made a bunch of tests to pass, so maybe this ones that started to fail just need to be rebaselined.

Compare the results:

169798 -> layout-test 16 failures 13 new passes 23 flakes 1 missing results http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/744
169799 -> layout-test 20 failures 21 new passes 15 flakes 1 missing results http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/745

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list