summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-read-stream.js
AgeCommit message (Expand)Author
2019-05-02fs: align fs.ReadStream buffer pool writes to 8-byte boundaryptaylor
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-11-11test: fix assert.strictEqual argument orderJohn Mc Quillan
2018-05-14fs: improve argument handling for ReadStreamUjjwal Sharma
2018-03-29test: use createReadStream instead of ReadStreamDaniel Bevenius
2018-03-17fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen
2018-01-18fs: fix options.end of fs.ReadStream()陈刚
2017-12-24lib: combine similar error codesWeijia Wang
2017-08-31errors: convert 'fs'matzavinos
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-16test: refactor test-fs-read-streamRich Trott
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2016-12-07test: improve test-fs-read-stream.jsJenna Vuong
2016-08-08fs: add bytesRead to ReadStreamLinus Unnebäck
2016-02-04tools: lint for spacing around unary operatorsRich Trott
2015-11-10test: fix tests that check error messagescjihrig
2015-06-23test: remove obsolete TODO commentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny