[Webkit-unassigned] [Bug 103834] New: Layout Test fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 2 04:17:59 PST 2012


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

           Summary: Layout Test
                    fast/forms/month-multiple-fields/month-multiple-fields
                    -keyboard-events.html is failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mkwst at chromium.org
                CC: keishi at webkit.org, tkent at chromium.org
            Blocks: 103031


The following layout test is failing on Chromium Mac.

fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html

Probable cause:

It looks like this test never passed on mac: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fforms%2Fmonth-multiple-fields%2Fmonth-multiple-fields-keyboard-events.html

Failure looks like:

--- /Volumes/data/b/WebKit-BuildSlave/chromium-mac-release-tests/build/layout-test-results/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt 
+++ /Volumes/data/b/WebKit-BuildSlave/chromium-mac-release-tests/build/layout-test-results/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-actual.txt 
@@ -15,7 +15,7 @@
 == Digit keys ==
 FAIL input.value should be 0012-09. Was 0112-09.
 == Left/Right keys ==
-FAIL input.value should be 0005-06. Was 0005-09.
+PASS input.value is "0005-06"
 PASS document.activeElement.id is "input"
 == Up/Down keys ==
 PASS input.value is "2012-10"
@@ -49,10 +49,27 @@
 == Typeahead ==
 PASS input.value is "0001-12"
 PASS input.value is "0002-12"
+== Typeahead cycle first character ==
+PASS input.value is "2012-01"
+PASS input.value is "2012-06"
+PASS input.value is "2012-07"
+PASS input.value is "2012-01"
+PASS input.value is "2012-01"
+== Typeahead prefix match ==
+PASS input.value is "2012-03"
+PASS input.value is "2012-03"
+PASS input.value is "2012-05"
+PASS input.value is "2012-05"
+== Typeahead index match ==
+PASS input.value is "2012-01"
+PASS input.value is "2012-12"
+PASS input.value is "2012-12"
+== Typeahead should search from current selection ==
+PASS input.value is "2012-06"
 == RTL Left/Right keys ==
 FAIL input.value should be 2012-10. Was 2013-09.
-FAIL input.value should be 0002-10. Was 2013-09.
-FAIL input.value should be 0002-11. Was 2014-09.
+FAIL input.value should be 0002-10. Was 2013-02.
+FAIL input.value should be 0002-11. Was 2014-02.
 PASS successfullyParsed is true

 TEST COMPLETE

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