Intermittent TEST-UNEXPECTED-TIMEOUT | toolkit/components/extensions/test/xpcshell/test_ext_userScripts.js | Test timed out
Categories
(WebExtensions :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: rpl)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed])
Attachments
(2 files)
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Comment 2•7 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 7•6 years ago
|
||
This bug has failed 37 times in the last 7 days. Occurs on android-em-4-3-armv7-api16 on debug build types.
Recent log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=221442943&repo=autoland&lineNumber=1699
ddurst:
Can you please take a look at this bug?
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 10•6 years ago
|
||
There are 78 failures in the last 7 days.
Jolin, the fail started from Bug 1495053 - https://treeherder.mozilla.org/#/jobs?repo=autoland&searchStr=android%2C4.3%2Capi16%2B%2Cdebug%2Cxpcshell%2Ctests%2Ctest-android-em-4.3-arm7-api-16%2Fdebug-xpcshell-11%2Cx%28x11%29&tochange=8442297c6818db346c8252914f7d69fd68094f10&fromchange=ffb2ef47c53699f188ab5f316f3285f8a012e743
Could you please take a look?
Comment hidden (Intermittent Failures Robot) |
Comment 12•6 years ago
|
||
(In reply to Narcis Beleuzu [:NarcisB] from comment #10)
There are 78 failures in the last 7 days.
Jolin, the fail started from Bug 1495053 - https://treeherder.mozilla.org/#/jobs?repo=autoland&searchStr=android%2C4.3%2Capi16%2B%2Cdebug%2Cxpcshell%2Ctests%2Ctest-android-em-4.3-arm7-api-16%2Fdebug-xpcshell-11%2Cx%28x11%29&tochange=8442297c6818db346c8252914f7d69fd68094f10&fromchange=ffb2ef47c53699f188ab5f316f3285f8a012e743Could you please take a look?
I don't see how changes for CDM support would ever affect the WebExtensions test results. The code in those patches won't be executed unless a specific EME API [1] is used. Could it be other changes before that?
[1] https://w3c.github.io/encrypted-media/#dom-mediakeys-setservercertificate
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 15•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 16•6 years ago
|
||
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/de8ba06db792
disable test_ext_userScripts.js on Android debug for frequent failures. r=jmaher
Comment 17•6 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 20•6 years ago
|
||
This patch move the part of test_ext_userScripts.js that is testing the userScripts' export API helpers
(script.defineGlobals and script.export) into a separate test_ext_userScripts_exports.js test file.
Based on the logs from the intermittent failures of the test_ext_userScripts.js test file
on android debug builds, it seems that this xpcshell test was just timing out while exiting after all
the test tasks were actually completed.
The results got from pushing to try this patch seems to confirm that once the test tasks are splitted
over two test files, the intermittent failures are not being triggered anymore on the android debug
builds.
Assignee | ||
Comment 21•6 years ago
|
||
Push to try of the attached patch (running test-android-em-4.3-arm7-api-16/debug-xpcshell-11 for 5 times, to double check that the intermittent failures tracked by this issue is not being triggered with the changes described in comment 20):
Comment 22•6 years ago
|
||
Comment 23•6 years ago
|
||
bugherder |
Assignee | ||
Comment 24•6 years ago
|
||
Marked as fixed, as this test has been splitted into two test files and re-enabled (comment 23).
Description
•