Open
Bug 1763407
Opened 3 years ago
Updated 9 days ago
browser_sendFormat hangs after completion on mac osx
Categories
(Thunderbird :: Message Compose Window, defect)
Thunderbird
Message Compose Window
Tracking
(Not tracked)
NEW
People
(Reporter: henry-x, Unassigned)
References
Details
(Keywords: hang)
The browser_sendFormat tests added in bug 1727493 fail on the try server for the osx build.
The strange thing is that all the add_task
methods complete and so does the registerCleanupFunction
method, and the test is reported as TEST-OK, but then the process seems to hang. The output is
12:21:59 INFO - TEST-START | comm/mail/test/browser/composition/browser_sendFormat.js
...
12:22:27 INFO - TEST-SKIP | comm/mail/test/browser/composition/browser_sendFormat.js | bound test_setting_send_format
12:22:27 WARNING - Skipping test bound test_setting_send_format
12:22:27 INFO - TEST-SKIP | comm/mail/test/browser/composition/browser_sendFormat.js | bound test_saving_draft_with_set_format
12:22:27 WARNING - Skipping test bound test_saving_draft_with_set_format
...
12:22:47 INFO - TEST-OK | comm/mail/test/browser/composition/browser_sendFormat.js | took 47693ms
12:22:47 INFO - checking window state
12:22:47 INFO - GECKO(1496) | must wait for focus
12:28:57 INFO - Buffered messages finished
12:28:57 ERROR - TEST-UNEXPECTED-TIMEOUT | comm/mail/test/browser/composition/browser_sendFormat.js (finished) | application timed out after 370 seconds with no output
12:28:57 ERROR - Force-terminating active process(es).
I don't have an osx machine myself, so I can't do a proper debug.
You need to log in
before you can comment on or make changes to this bug.
Description
•