Closed
Bug 465272
Opened 16 years ago
Closed 16 years ago
TM: subtraction is broken
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.9.1b2
People
(Reporter: jruderman, Assigned: dvander)
References
Details
(Keywords: regression, testcase, verified1.9.1)
Attachments
(1 file)
1.14 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
js> for (j=0;j<5;++j) print("" + ((5) - 2));
3
3
7
7
7
Assignee | ||
Comment 1•16 years ago
|
||
stupid bug :(
Updated•16 years ago
|
Attachment #348519 -
Flags: review?(gal) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Pushed fix as changeset: http://hg.mozilla.org/tracemonkey/rev/bc9a96b25440
Thanks for catching this so quickly, Jesse.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Severity: major → critical
Flags: blocking1.9.1?
Priority: -- → P1
Target Milestone: --- → mozilla1.9.1b2
Comment 3•16 years ago
|
||
reopening, marking blocking beta2, will close once landed on m-c.
Status: RESOLVED → REOPENED
Flags: blocking1.9.1? → blocking1.9.1+
Resolution: FIXED → ---
Comment 4•16 years ago
|
||
Fixed in the merge pushed by vlad on Nov 18 14:11:14 2008 -0800:
http://hg.mozilla.org/mozilla-central/rev/e8ed5d4bf531
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
Checking in js1_5/Regress/regress-465272.js;
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-465272.js,v <-- regress-465272.js
initial revision: 1.1
done
Flags: in-testsuite+
Flags: in-litmus-
Comment 6•16 years ago
|
||
Updated•16 years ago
|
Keywords: fixed1.9.1
Comment 7•16 years ago
|
||
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•