Remove test_bug930456.js and test_bug930456_child.js
Categories
(Firefox :: Search, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: standard8, Assigned: osuolale49, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
Currently test_bug930456_child.js is disabled in the xpcshell.ini file and doesn't run because various items in head_search.js
require to be loaded in the main process.
Given that the search service is explicitly defined as main process only, I don't think it is worth having a specific test for that. We should be able to assume that the component definition works correctly, and if it was changed in the future, changing the component definition should be fairly obvious that it'd need checking.
Additionally, I don't think we do these types of tests in other places.
Hence, I think we should simply remove both test_bug930456_child.js
and test_bug930456.js
and the references to them from the xpcshell.ini
.
Comment 1•2 years ago
|
||
Hello Mark. My name is Yusuf, and i am an outreachy applicant participating for the 2023 outreachy internship program. I would like to be assigned to work on this issue. Thank you.
Reporter | ||
Comment 2•2 years ago
|
||
Thank you for the offer, you'll be automatically assigned to it when the patch is uploaded.
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
bugherder |
Description
•