Closed
Bug 1966610
Opened 11 months ago
Closed 11 months ago
Missing close in file generation sometimes causes build failures
Categories
(Core :: Networking, defect, P5)
Core
Networking
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: jari, Assigned: jari)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Generated files ascii_pac_utils.inc and etld_data.inc sometimes don't get generated. Apparently, this is caused by makecppstring.py and prepare_tlds.py scripts sometimes not closing the files they are reading.
| Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → jjalkanen
Status: NEW → ASSIGNED
Pushed by jjalkanen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae93ddc1a25c
Close input when file generator script is done. r=necko-reviewers,valentin
Comment 3•11 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•