Closed
Bug 2002101
Opened 8 months ago
Closed 6 months ago
Intermittent browser/components/preferences/tests/browser_experimental_features_hidden_when_not_public.js | single tracking bug
Categories
(Firefox :: Settings UI, defect, P5)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: florian)
References
Details
(Keywords: intermittent-failure, intermittent-testcase, Whiteboard: [collect_confirm_failure])
Attachments
(1 file)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=537222761&repo=autoland&task=JpZaVcZuSxKIj3_Csy9rMw.0
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JpZaVcZuSxKIj3_Csy9rMw/runs/0/artifacts/public/logs/live_backing.log
[task 2025-11-24T19:51:53.211+00:00] 19:51:53 INFO - TEST-PASS | browser/components/preferences/tests/browser_experimental_features_hidden_when_not_public.js | Experimental Features section should be hidden when all features are hidden -
[task 2025-11-24T19:51:53.212+00:00] 19:51:53 INFO - Buffered messages finished
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - TEST-UNEXPECTED-FAIL | browser/components/preferences/tests/browser_experimental_features_hidden_when_not_public.js | Experimental Features header should be hidden when all features are hidden -
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - Stack trace:
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - chrome://mochikit/content/browser-test.js:test_ok:1759
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - chrome://mochitests/content/browser/browser/components/preferences/tests/browser_experimental_features_hidden_when_not_public.js:testNonPublicFeaturesShouldntGetDisplayed:66
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - chrome://mochikit/content/browser-test.js:handleTask:1279
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - chrome://mochikit/content/browser-test.js:_runTaskBasedTest:1368
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - chrome://mochikit/content/browser-test.js:Tester_execTest:1515
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - chrome://mochikit/content/browser-test.js:nextTest/<:1261
[task 2025-11-24T19:51:53.214+00:00] 19:51:53 INFO - chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:SimpleTest.waitForFocus/<:1058
[task 2025-11-24T19:51:53.215+00:00] 19:51:53 INFO - TEST-PASS | browser/components/preferences/tests/browser_experimental_features_hidden_when_not_public.js | When the experimental features section is hidden, navigating to #experimental should redirect to #general -
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 11•6 months ago
|
||
This is a perma-fail when running standalone.
Blocks: mochitest-standalone
| Assignee | ||
Comment 12•6 months ago
|
||
The test was checking firefoxExperimentalCategory.hidden immediately, but the
element becomes hidden asynchronously after the redirect to paneGeneral
completes. Adjust the waitForCondition to include this element.
Updated•6 months ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Comment 13•6 months ago
|
||
Pushed by fqueze@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ac1f0750e7dc
https://hg.mozilla.org/integration/autoland/rev/265471b827d9
Wait for firefoxExperimentalCategory to be hidden in browser_experimental_features_hidden_when_not_public.js. r=Gijs
Comment 14•6 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•