Closed
Bug 469177
Opened 16 years ago
Closed 16 years ago
red/green analysis (cx->fp) doesn't actually run the analysis
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmandelin, Unassigned)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
1.97 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
This was discovered by the failure of the failure test cases in bug 468937 to fail. The problem was that 'this' was used inside a closure with the intent to set properties on the enclosing object, which doesn't work. Once I fixed this I also found a bug with an uninitialized property in Treehydra, which I went ahead and fixed. I verified that the failure test cases now fail, but that's it.
Attachment #352576 -
Flags: review?(jorendorff)
Comment 1•16 years ago
|
||
Given that comment about missing properties, do we also need to change "delete isn.redInfo" to "isn.redInfo = undefined" below?
Reporter | ||
Comment 2•16 years ago
|
||
Attachment #352576 -
Attachment is obsolete: true
Attachment #352624 -
Flags: review?(jorendorff)
Attachment #352576 -
Flags: review?(jorendorff)
Updated•16 years ago
|
Attachment #352624 -
Flags: review?(jorendorff) → review+
Comment 3•16 years ago
|
||
Note: this patch makes the analysis run, but it issues bogus errors because it doesn't seem to recognize the green-to-red functions. I can file a separate bug about that if you like.
Comment 4•16 years ago
|
||
Pushed to tracemonkey: http://hg.mozilla.org/tracemonkey/rev/1e6682969ba9
Whiteboard: fixed-in-tracemonkey
Comment 5•16 years ago
|
||
merged in mc
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•7 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
•