summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-truncate.js
Commit message (Expand)AuthorAgeFilesLines
* fs: fixup negative length in fs.truncateJames M Snell2021-02-251-0/+16
* test: add common.mustSucceedTobias Nießen2020-10-171-13/+7
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-8/+7
* test: clean tmpdir on process exitJoão Reis2019-08-101-4/+4
* errors: update error nameRuben Bridgewater2019-03-231-6/+6
* test: add test coverage for fs.truncatechristian-bromann2018-10-151-0/+35
* fs: don't limit ftruncate() length to 32 bitscjihrig2018-05-251-13/+0
* fs: add length validation to fs.truncate()cjihrig2018-05-251-0/+20
* lib: support ranges in validateInt32()cjihrig2018-05-191-1/+1
* fs: complete error message for validate functionbuji2018-04-131-0/+25
* test: add deprecation code to expectWarningDaniel Bevenius2018-03-261-2/+2
* fs: fix error handlingRuben Bridgewater2018-03-251-2/+4
* lib,test: minor refactoringRuben Bridgewater2018-03-251-9/+5
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-21/+15
* test: move tmpdir to submodule of commonRich Trott2018-01-311-2/+3
* fs: move type checking to jsJames M Snell2017-12-221-22/+3
* fs: move type checking for fs.ftruncate to jsJames M Snell2017-12-131-0/+61
* lib: deprecate fd usage for fs.truncate(Sync)r1cebank2017-10-121-0/+7
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: expand test coverage of fs.jsVinícius do Carmo2017-01-261-0/+11
* test: increase usage of assert.ifError()cjihrig2017-01-021-2/+2
* test: add ES6 and strictEqual to test-fs-truncateAdrian Estrada2016-12-121-21/+21
* test: make sure over truncation of file zero fillsSakthipriyan Vairamani2016-08-271-0/+40
* Revert "fs: validate args of truncate functions in js"Myles Borins2016-08-041-94/+0
* fs: validate args of truncate functions in jsSakthipriyan Vairamani2016-07-221-0/+94
* test: use mustCall() for simple flow trackingcjihrig2016-07-181-12/+4
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-2/+1
* test: only refresh tmpDir for tests that need itRich Trott2015-06-131-0/+2
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+135