Bug 84427 - Layout Test platform/chromium/editing/spelling/delete-misspelled-word.html timeouts on Chromium Linux Debug bot
Summary: Layout Test platform/chromium/editing/spelling/delete-misspelled-word.html ti...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-20 00:27 PDT by Mikhail Naganov
Modified: 2012-04-22 21:49 PDT (History)
6 users (show)

See Also:


Attachments
A quick fix v0 (1.43 KB, patch)
2012-04-20 01:25 PDT, Hironori Bono
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Naganov 2012-04-20 00:27:20 PDT
The following layout test is flaky on Chromium Linux (dbg)

platform/chromium/editing/spelling/delete-misspelled-word.html

Probable cause:

23:58:09.051 20961   platform/chromium/editing/spelling/delete-misspelled-word.html -> unexpected test timed out
Comment 1 Hironori Bono 2012-04-20 01:12:52 PDT
Greetings,

Thanks for your report.
Unfortunately, my test uses a variable 'sleepPeriod' without initialization and it probably causes this timeout. I'm going to create a change that changes this value with a constant 1.

Regards,

Hironori Bono
Comment 2 Hironori Bono 2012-04-20 01:25:52 PDT
Created attachment 138060 [details]
A quick fix v0

Greetings,

I have quickly created a change that renames an undefined variable. (Unfortunately, my previous description was wrong.) Correctly, 'sleepPeriod' is an undefined variable. Would it be possible to review this change?

Regards,

Hironori Bono
Comment 3 Mikhail Naganov 2012-04-20 03:29:12 PDT
Until the fix is submitted, I've also marked the test flaky on Mac and Win debug
Comment 4 WebKit Review Bot 2012-04-22 21:49:18 PDT
Comment on attachment 138060 [details]
A quick fix v0

Clearing flags on attachment: 138060

Committed r114866: <http://trac.webkit.org/changeset/114866>
Comment 5 WebKit Review Bot 2012-04-22 21:49:23 PDT
All reviewed patches have been landed.  Closing bug.