summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-truncate.js
AgeCommit message (Expand)Author
2019-08-10test: clean tmpdir on process exitJoão Reis
2019-03-23errors: update error nameRuben Bridgewater
2018-10-15test: add test coverage for fs.truncatechristian-bromann
2018-05-25fs: don't limit ftruncate() length to 32 bitscjihrig
2018-05-25fs: add length validation to fs.truncate()cjihrig
2018-05-19lib: support ranges in validateInt32()cjihrig
2018-04-13fs: complete error message for validate functionbuji
2018-03-26test: add deprecation code to expectWarningDaniel Bevenius
2018-03-25fs: fix error handlingRuben Bridgewater
2018-03-25lib,test: minor refactoringRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-01-31test: move tmpdir to submodule of commonRich Trott
2017-12-22fs: move type checking to jsJames M Snell
2017-12-13fs: move type checking for fs.ftruncate to jsJames M Snell
2017-10-12lib: deprecate fd usage for fs.truncate(Sync)r1cebank
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-26test: expand test coverage of fs.jsVinícius do Carmo
2017-01-02test: increase usage of assert.ifError()cjihrig
2016-12-12test: add ES6 and strictEqual to test-fs-truncateAdrian Estrada
2016-08-27test: make sure over truncation of file zero fillsSakthipriyan Vairamani
2016-08-04Revert "fs: validate args of truncate functions in js"Myles Borins
2016-07-22fs: validate args of truncate functions in jsSakthipriyan Vairamani
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2015-06-13test: only refresh tmpDir for tests that need itRich 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