Closed
Bug 1729019
Opened 4 years ago
Closed 4 years ago
Perma toolkit/components/extensions/test/xpcshell/test_ext_schemas_interactive.js | Test timed out when Gecko 93 merges to Beta on 2021-09-06
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1728985
People
(Reporter: nataliaCs, Unassigned)
Details
[Tracking Requested - why for this release]:
[task 2021-09-03T14:09:42.631Z] 14:09:42 INFO - TEST-START | xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_schemas_interactive.js
[task 2021-09-03T14:14:42.632Z] 14:14:42 WARNING - TEST-UNEXPECTED-TIMEOUT | xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_schemas_interactive.js | Test timed out
[task 2021-09-03T14:14:42.632Z] 14:14:42 INFO - TEST-INFO took 300000ms
[task 2021-09-03T14:14:42.632Z] 14:14:42 INFO - >>>>>>>
[task 2021-09-03T14:14:42.632Z] 14:14:42 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
[task 2021-09-03T14:14:42.636Z] 14:14:42 INFO - (xpcshell/head.js) | test run_next_test 0 pending (2)
[task 2021-09-03T14:14:42.637Z] 14:14:42 INFO - (xpcshell/head.js) | test MAIN run_test finished (2)
[task 2021-09-03T14:14:42.637Z] 14:14:42 INFO - running event loop
[task 2021-09-03T14:14:42.637Z] 14:14:42 INFO - xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_schemas_interactive.js | Starting check_remote
[task 2021-09-03T14:14:42.637Z] 14:14:42 INFO - (xpcshell/head.js) | test check_remote pending (2)
[task 2021-09-03T14:14:42.637Z] 14:14:42 INFO - TEST-PASS | xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_schemas_interactive.js | check_remote - [check_remote : 1] useRemoteWebExtensions matches - false == false
| Reporter | ||
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
Technically this seems to be a duplicate of Bug 1728985:
- in test_ext_schemas_interactive.js the test is getting stuck on
notEqual(bgWin, null, ...), I think that the assertion may be triggering Bug 1728985 as a side-effect (likely while doing a deep equality checks) - in test_ext_contentscript_context the test is getting stuck on
Assert.equal(this.context.contentWindow, this.content, ...), which as the other test Bug 1728985 seems to be triggered as a the side-effect of the Assert.equal assertion method
I verified locally that on a central-as-beta build including the patch attached to Bug 1728985 (D124458), both these tests are running successfully as they do in a regular mozilla-central build.
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
status-firefox91:
unaffected → ---
status-firefox92:
unaffected → ---
status-firefox93:
affected → ---
status-firefox-esr78:
unaffected → ---
status-firefox-esr91:
unaffected → ---
tracking-firefox93:
+ → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•