Closed
Bug 1874546
Opened 10 months ago
Closed 10 months ago
Perma TEST-UNEXPECTED-FAIL | browser/components/urlbar/tests/unit/test_autofill_urls.js | xpcshell return code: 0 when Gecko 123 merges to Beta on 2024-01-22
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox121 | --- | unaffected |
firefox122 | --- | unaffected |
firefox123 | + | verified |
People
(Reporter: noemi_erli, Assigned: mak)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Central-as-beta simulation:
How to run these simulations:
Failure log
[task 2024-01-13T11:35:37.159Z] 11:35:37 INFO - TEST-START | browser/components/urlbar/tests/unit/test_autofill_urls.js
[task 2024-01-13T11:35:41.776Z] 11:35:41 WARNING - TEST-UNEXPECTED-FAIL | browser/components/urlbar/tests/unit/test_autofill_urls.js | xpcshell return code: 0
[task 2024-01-13T11:35:41.776Z] 11:35:41 INFO - TEST-INFO took 4615ms
[task 2024-01-13T11:35:41.776Z] 11:35:41 INFO - >>>>>>>
[task 2024-01-13T11:35:41.777Z] 11:35:41 INFO - PID 6970 | [Parent 6970, Main Thread] WARNING: Couldn't get the user appdata directory. Crash events may not be produced.: file /builds/worker/checkouts/gecko/toolkit/crashreporter/nsExceptionHandler.cpp:2887
[task 2024-01-13T11:35:41.777Z] 11:35:41 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
[task 2024-01-13T11:35:41.777Z] 11:35:41 INFO - (xpcshell/head.js) | test run_next_test 0 pending (2)
[task 2024-01-13T11:35:41.777Z] 11:35:41 INFO - (xpcshell/head.js) | test MAIN run_test finished (2)
[task 2024-01-13T11:35:41.777Z] 11:35:41 INFO - running event loop
[task 2024-01-13T11:35:41.778Z] 11:35:41 INFO - browser/components/urlbar/tests/unit/test_autofill_urls.js | Starting setup
[task 2024-01-13T11:35:41.778Z] 11:35:41 INFO - (xpcshell/head.js) | test pending (2)
[task 2024-01-13T11:35:41.778Z] 11:35:41 INFO - (xpcshell/head.js) | test run_next_test 0 finished (2)
[task 2024-01-13T11:35:41.778Z] 11:35:41 INFO - "Extension attached"
This seems to be a fallout from Bug 1858994, Marco could you please take a look at this?
Thanks
Flags: needinfo?(mak)
Comment 1•10 months ago
|
||
Set release status flags based on info from the regressing bug 1858994
status-firefox-esr115:
--- → unaffected
Updated•10 months ago
|
Assignee | ||
Comment 2•10 months ago
|
||
it's surely an interaction with https stripping, that is enabled in Nightly only.
Assignee | ||
Updated•10 months ago
|
Assignee: nobody → mak
Status: NEW → ASSIGNED
Flags: needinfo?(mak)
Assignee | ||
Comment 3•10 months ago
|
||
The heuristic fallback provider is not trimming. Regardless of that being
expected or not, the test is not right for the status quo.
Comment 4•10 months ago
|
||
Patch is working in today's central as beta simulation.
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/d2b46d7a024d
Fix test_autofill_urls.js failing at beta merge. r=mseibert
Comment 6•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
Updated•10 months ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•