summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-write.js
Commit message (Expand)AuthorAgeFilesLines
* fs: remove coercion to string in writing methodsLivia Medeiros2022-09-121-20/+5
* fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`Livia Medeiros2022-04-081-0/+6
* fs: fix write methods param validation and docsLivia Medeiros2022-04-041-1/+5
* fs: validate encoding to binding.writeString()cjihrig2021-04-111-0/+29
* test: specify global object for globalsRich Trott2020-12-161-3/+4
* test: increased externalized string lengthShelley Vohr2020-12-121-4/+4
* test: add common.mustSucceedTobias Nießen2020-10-171-24/+10
* fs: loosen validation to allow objects with an own toString functionJordan Harband2020-09-151-0/+16
* fs: validate the input data to be of expected typesRuben Bridgewater2020-02-051-0/+17
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-4/+4
* test: replace function with arrow functionYitong2018-10-131-6/+6
* test: swap actual and expected in assertionsYitong2018-10-131-15/+15
* test: move tmpdir to submodule of commonRich Trott2018-01-311-5/+8
* test: fix flaky test-fs-writeJoyee Cheung2018-01-291-4/+4
* src: fix fs.write() externalized string handlingBen Noordhuis2018-01-231-0/+44
* fs: move type checking to jsJames M Snell2017-12-221-0/+17
* test: fs.write() if 3rd argument is a callback, not offsetPatrick Heneise2017-11-181-0/+13
* test: refactor fs.write() testPatrick Heneise2017-11-131-28/+31
* test: remove require('buffer') on 6 fs test filessallen4502017-06-241-1/+0
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: increase usage of assert.ifError()cjihrig2017-01-021-4/+4
* test: refactor test-fs-write.jshirabhullar2016-12-051-13/+13
* test,lib: align arguments in multiline callsRich Trott2016-09-201-18/+18
* test: use mustCall() for simple flow trackingcjihrig2016-07-181-18/+13
* src: refactor require('constants')James M Snell2016-05-171-2/+1
* test: only refresh tmpDir for tests that need itRich Trott2015-06-131-0/+2
* test: enable linting for testsRoman Reiss2015-05-191-2/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+76