Closed Bug 1601532 Opened 4 years ago Closed 4 years ago

Intermittent editor/libeditor/tests/test_bug1332876.html | Test timed out.

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla75
Tracking Status
firefox-esr68 --- unaffected
firefox73 --- wontfix
firefox74 --- fixed
firefox75 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: masayuki)

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=279709794&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HlQZOkjRTtGCC_fY2x0pBA/runs/0/artifacts/public/logs/live_backing.log


[task 2019-12-05T03:51:02.692Z] 03:51:02 INFO - 567 INFO TEST-START | editor/libeditor/tests/test_bug1332876.html
[task 2019-12-05T03:56:26.372Z] 03:56:26 INFO - Buffered messages logged at 03:50:57
[task 2019-12-05T03:56:26.372Z] 03:56:26 INFO - 568 INFO must wait for load
[task 2019-12-05T03:56:26.373Z] 03:56:26 INFO - Buffered messages finished
[task 2019-12-05T03:56:26.373Z] 03:56:26 WARNING - 569 INFO TEST-UNEXPECTED-FAIL | editor/libeditor/tests/test_bug1332876.html | Test timed out.
[task 2019-12-05T03:56:26.373Z] 03:56:26 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:277:18
[task 2019-12-05T03:56:26.374Z] 03:56:26 INFO - reportError@SimpleTest/TestRunner.js:121:22
[task 2019-12-05T03:56:26.374Z] 03:56:26 INFO - TestRunner._checkForHangs@SimpleTest/TestRunner.js:142:18
[task 2019-12-05T03:56:26.374Z] 03:56:26 INFO - 570 INFO TEST-OK | editor/libeditor/tests/test_bug1332876.html | took 323937ms

Too frequent. I'll take a look.

Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Priority: P5 → P3

The timeout is caused by that iframe.contentWindow may not receive click
event (as far as I've tested, neither mousedown nor mouseup is fired in
that case) when synthesizing a mouse click over the <iframe> element with
parent window. However, if it synthesizes mouse click with <span> element
in the <iframe> and iframe.contentWindow, click event is always fired.

Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/f7617bd606bc
Make `test_bug1332876.html` synthesizes on `<span>` element in the `<iframe>` rather than on the `<iframe>` r=smaug
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: