Intermittent browser/components/extensions/test/browser/browser_ext_tabs_query.js | single tracking bug
Categories
(WebExtensions :: Untriaged, defect, P5)
Tracking
(firefox132 fixed)
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: rpl)
Details
(Keywords: intermittent-failure, intermittent-testcase)
Attachments
(1 file)
Filed by: smolnar [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=474646987&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/LezUglFoQpKYQMViPB9qRw/runs/0/artifacts/public/logs/live_backing.log
TEST-PASS | browser/components/extensions/test/browser/browser_ext_tabs_query.js | tab reports expected width -
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - Buffered messages finished
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - TEST-UNEXPECTED-FAIL | browser/components/extensions/test/browser/browser_ext_tabs_query.js | tab reports expected height - Got 780, expected 864
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - Stack trace:
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - chrome://mochikit/content/browser-test.js:test_is:1625
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - chrome://mochitests/content/browser/browser/components/extensions/test/browser/browser_ext_tabs_query.js:null:319
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - chrome://mochikit/content/browser-test.js:handleTask:1145
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - chrome://mochikit/content/browser-test.js:_runTaskBasedTest:1217
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - chrome://mochikit/content/browser-test.js:Tester_execTest:1358
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - chrome://mochikit/content/browser-test.js:nextTest/<:1134
[task 2024-09-17T12:58:25.550Z] 12:58:25 INFO - chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:SimpleTest.waitForFocus/<:1058
[task 2024-09-17T12:58:25.551Z] 12:58:25 INFO - Leaving test bound
[task 2024-09-17T12:58:25.551Z] 12:58:25 INFO - Entering test bound testQueryPermissions
[task 2024-09-17T12:58:25.551Z] 12:58:25 INFO - Extension loaded
[task 2024-09-17T12:58:25.551Z] 12:58:25 INFO - TEST-PASS | browser/components/extensions/test/browser/browser_ext_tabs_query.js | Expect query to return tabs - Expected: 1, Actual: 1 -
| Assignee | ||
Comment 1•1 year ago
|
||
I've hit this failure in one of my push to try (which included changes unrelated to this test), and I was able to reproduce
it consistently on Windows builds locally (and so at least locally it seems to be a perma-failure and not an intermittent).
Waiting for the chrome window document to be flushed before retrieving the clientWidth and clientHeight from the currently
selected browser element was consistently preventing the failure from being hit locally on a windows VM (and it did also
pass a run with --verify).
Updated•1 year ago
|
Comment 3•1 year ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
Description
•