Bug 89510

Summary: Layout test gamepad/gamepad-polling-access.html timing out on some bots
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebCore Misc.Assignee: Scott Graham <scottmg>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, fishd, jamesr, scottmg, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch none

Description Kenneth Russell 2012-06-19 13:52:53 PDT
Example failure:

http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win%20%28dbg%29%282%29/builds/10640

From the bot:

http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win%20%28dbg%29%282%29

on:

http://build.chromium.org/p/chromium.webkit/console

Marking this as a known timeout. Scott indicated offline there's a patch in progress that should fix this problem.
Comment 1 Kenneth Russell 2012-06-19 15:01:42 PDT
Committed r120758: <http://trac.webkit.org/changeset/120758>
Comment 2 Kenneth Russell 2012-06-19 15:02:20 PDT
Accidentally closed the bug with the above TestExpectations update. Reopening.
Comment 3 James Robinson 2013-03-12 16:54:11 PDT
It's not timing out, it's crashing.  The call to std::copy(..., )'s second parameter is null because it's calling .begin() on an WTF::Vector<> with 0 size.
Comment 4 James Robinson 2013-03-12 16:57:11 PDT
*** Bug 112209 has been marked as a duplicate of this bug. ***
Comment 5 James Robinson 2013-03-12 16:57:26 PDT
Created attachment 192834 [details]
Patch
Comment 6 Kenneth Russell 2013-03-12 17:08:27 PDT
Comment on attachment 192834 [details]
Patch

Thanks for cleaning this up. r=me
Comment 7 WebKit Review Bot 2013-03-12 17:27:58 PDT
Comment on attachment 192834 [details]
Patch

Clearing flags on attachment: 192834

Committed r145631: <http://trac.webkit.org/changeset/145631>
Comment 8 WebKit Review Bot 2013-03-12 17:28:01 PDT
All reviewed patches have been landed.  Closing bug.