Closed
Bug 565943
Opened 15 years ago
Closed 14 years ago
Intermittent timeout in test_bug253481.xul
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.9.3a5
People
(Reporter: philor, Assigned: ehsan.akhgari)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
2.33 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1273837023.1273838210.23172.gz
Linux mozilla-central opt test mochitest-other on 2010/05/14 04:37:03
s: moz2-linux-slave11
7400 INFO Running chrome://mochikit/content/chrome/toolkit/content/tests/chrome/test_bug253481.xul...
TEST-UNEXPECTED-FAIL | automation.py | application timed out after 330 seconds with no output
Reporter | ||
Comment 1•15 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1274227645.1274228584.8630.gz
Linux mozilla-central opt test mochitest-other on 2010/05/18 17:07:25
s: moz2-linux-slave15
Comment 2•15 years ago
|
||
this test was mentioned in bug 474081 as one which could have issues...
So it could be a clipboard issue. At the very least, this test should probably poll instead of expect the value is on the clipboard, especially on linux. I just wrote a waitForClipboard helper in bug 567870, which should be usable here.
Though, it seems like the test would outright fail if it were a clipboard issue. Otherwise it could be a focus issue, though focus() is supposed to by sync which would instead cause this test to just fail.
Assignee | ||
Comment 3•15 years ago
|
||
Fixed both problems. Since this only has happened on Linux, we can't be sure which one has been the underlying cause, but anyway with this patch the test is robust (although the whitespace is messed up :-) )
Attachment #449167 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Updated•15 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 9•14 years ago
|
||
Has not happened since July. => WFM.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 14 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•