summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-read-stream.js
Commit message (Expand)AuthorAgeFilesLines
* test: use `common.mustNotMutateObjectDeep()` in fs testsLivia Medeiros2022-07-241-11/+11
* stream: add errored and closed propsRobert Nagy2021-11-131-1/+1
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* fs: allow overriding fs for streamsRobert Nagy2019-12-181-2/+11
* fs: align fs.ReadStream buffer pool writes to 8-byte boundaryptaylor2019-05-021-0/+1
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-1/+1
* test: fix assert.strictEqual argument orderJohn Mc Quillan2018-11-111-6/+6
* fs: improve argument handling for ReadStreamUjjwal Sharma2018-05-141-2/+2
* test: use createReadStream instead of ReadStreamDaniel Bevenius2018-03-291-1/+1
* fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen2018-03-171-0/+27
* fs: fix options.end of fs.ReadStream()陈刚2018-01-181-0/+14
* lib: combine similar error codesWeijia Wang2017-12-241-3/+3
* errors: convert 'fs'matzavinos2017-08-311-3/+10
* test: begin normalizing fixtures useJames M Snell2017-08-071-3/+3
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-8/+8
* test: refactor test-fs-read-streamRich Trott2017-06-161-147/+163
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-5/+5
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-16/+16
* test: improve test-fs-read-stream.jsJenna Vuong2016-12-071-19/+19
* fs: add bytesRead to ReadStreamLinus Unnebäck2016-08-081-0/+12
* tools: lint for spacing around unary operatorsRich Trott2016-02-041-1/+1
* test: fix tests that check error messagescjihrig2015-11-101-1/+1
* test: remove obsolete TODO commentsRich Trott2015-06-231-4/+0
* test: enable linting for testsRoman Reiss2015-05-191-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+197