Closed
Bug 468937
Opened 17 years ago
Closed 17 years ago
Add tests for the red/green analysis (cx->fp)
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
6.27 KB,
patch
|
Details | Diff | Splinter Review |
We try to add tests for all the static analysis passes, because they are a bit fragile what with treehydra and ESP being moving targets. This is test for the redgreen (cx->fp) analysis added in bug 460865.
I've got a patch which should work, but either I'm doing something stupid or the redgreen analysis is wrong. Attaching what I have for other people to look at. This applies on top of the patch for bug 468717.
| Assignee | ||
Comment 1•17 years ago
|
||
Woot, the analysis is fixed, so I've pushed these tests to tracemonkey: http://hg.mozilla.org/tracemonkey/rev/12a753e1880b
Whiteboard: fixed-in-tracemonkey
Comment 2•17 years ago
|
||
merged to mc
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → benjamin
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•