Closed
Bug 1344479
Opened 8 years ago
Closed 8 years ago
JS shell should read source file with binary mode.
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
currently JS shell opens source file with text mode (fopen with "r"), that normalizes newline,
and that hits issue in line-terminator-normalisation-CR-LF.js test on windows.
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8ab76e34613bf4af022e05d14ed5f75529ed951d
Bug 1344479 - Use binary mode for reading source code in JS shell. r=jandem
Comment 3•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•