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
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
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
Until the fix is submitted, I've also marked the test flaky on Mac and Win debug
Comment on attachment 138060 [details] A quick fix v0 Clearing flags on attachment: 138060 Committed r114866: <http://trac.webkit.org/changeset/114866>
All reviewed patches have been landed. Closing bug.