Closed
Bug 521506
Opened 16 years ago
Closed 16 years ago
NJ merge: fix lirasm puts tests
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: graydon, Assigned: graydon)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
1.18 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
A couple lirasm tests assume that puts() returns the count of characters it wrote, which it does on linux, but it's not guaranteed by spec (only non-negative return). On mac and windows, it doesn't. This patch fixes the problem.
Attachment #405597 -
Flags: review?(gal)
Assignee | ||
Comment 1•16 years ago
|
||
oh oops, I called the variable nz; it should be something like nn. I'll change that.
Updated•16 years ago
|
Attachment #405597 -
Flags: review?(gal) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•