[Automated review] False positive build error on gfx/thebes/ThebesRLBox.h
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(firefox-esr115 fixed, firefox116 fixed)
People
(Reporter: TYLin, Assigned: glandium)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr115+
|
Details | Review |
In https://phabricator.services.mozilla.com/D135639, clang-diagnostic-error reports "Build Error" on gfx/thebes/ThebesRLBox.h:17
. It seems the diagnostic environment has trouble finding rlbox.wasm.h
.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:andi, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 2•3 years ago
|
||
This is very strange because the try stask seems to be green: https://treeherder.mozilla.org/jobs?repo=try&revision=2937129dd330e39935fa88ee05a93bb288cddbb5&selectedTaskRun=CcuQBn-sQi6wOGkD_LriZQ.0
Unfortunately I can no longer access it because it expired but if this will re-occur please open this bug.
Updated•2 years ago
|
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 3•1 years ago
|
||
This moves the creation of both rlbox.wasm.c and rlbox.wasm.h to
pre-compile, which allows static-analysis to create both files (but more
importantly the .h) without also compiling rlbox.wasm.c, which takes
forever.
Updated•1 years ago
|
Comment 5•1 years ago
|
||
bugherder |
Assignee | ||
Comment 6•1 year ago
|
||
Comment on attachment 9337808 [details]
Bug 1749856 - Use GeneratedFile for rlbox.wasm.c.
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Required for bug 1848908.
- User impact if declined: See above
- Fix Landed on Version: 116
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Relatively straightforward build system only change.
Comment 7•1 year ago
|
||
Comment on attachment 9337808 [details]
Bug 1749856 - Use GeneratedFile for rlbox.wasm.c.
Approved for 115.3esr.
Updated•1 year ago
|
Description
•