Bug 87748 - fast/forms/select/optgroup-clicking.html is failing / timing out
Summary: fast/forms/select/optgroup-clicking.html is failing / timing out
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: yosin
URL:
Keywords: InRadar, LayoutTestFailure
Depends on: 87614
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-29 08:11 PDT by Marcus Bulach
Modified: 2013-05-22 17:44 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2012-05-29 08:14 PDT, Marcus Bulach
no flags Details | Formatted Diff | Diff
Patch (1.44 KB, patch)
2012-05-29 08:17 PDT, Marcus Bulach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Bulach 2012-05-29 08:11:11 PDT
After r118772, fast/forms/select/optgroup-clicking.html fails on chromium:
Menu list with arrow key
-PASS $("menulist").selectedIndex is 8
+FAIL $("menulist").selectedIndex should be 8. Was 3.
 PASS successfullyParsed is true
Comment 1 Marcus Bulach 2012-05-29 08:14:45 PDT
Created attachment 144564 [details]
Patch
Comment 2 Marcus Bulach 2012-05-29 08:17:19 PDT
Created attachment 144565 [details]
Patch
Comment 3 Marcus Bulach 2012-05-29 08:20:34 PDT
Committed r118780: <http://trac.webkit.org/changeset/118780>
Comment 4 Marcus Bulach 2012-05-29 08:21:07 PDT
Re-opening the bug (just landed the expectations).
Comment 5 Jessie Berlin 2012-05-29 09:37:31 PDT
It also fails on Mac with the same diff. 

I am going to land the expected failing results for Mac in order to get the bots green.
Comment 6 Radar WebKit Bug Importer 2012-05-29 09:38:25 PDT
<rdar://problem/11548461>
Comment 7 Jessie Berlin 2012-05-29 09:44:00 PDT
This test is actually timing out on the Mac bots

http://build.webkit.org/results/Lion%20Release%20(Tests)/r118778%20(8745)/results.html

When I run locally, it times out unless I interact with the keyboard while the test is running. When I do interact with the keyboard while the test is running, I see the same failing results that chromium is seeing.

I am going to skip it instead of landing failing expectations on Mac.
Comment 8 Jessie Berlin 2012-05-29 09:49:54 PDT
Added to the Mac Skipped list in http://trac.webkit.org/changeset/118797
Comment 9 Kent Tamura 2012-05-29 17:57:18 PDT
Ah, the test is trying to type keys by eventSender against a <select> popup.  It doesn't work on some platforms.  We should remove that part of the test.
Comment 10 Kent Tamura 2012-05-29 18:02:01 PDT
This is not a regression. optgroup-clicking.html is a new test.
Comment 11 Ryosuke Niwa 2013-05-22 17:44:13 PDT
This test still times out on Mac.