summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-copyfile.js
Commit message (Expand)AuthorAgeFilesLines
* test: add common.mustSucceedTobias Nießen2020-10-171-2/+1
* fs: improve mode and flags validationRuben Bridgewater2020-01-121-4/+33
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-10/+10
* src: move process.binding('uv') to internalBindingJames M Snell2018-08-091-3/+8
* test: add support for NODE_TEST_DIR on a separate mount pointAntoine du HAMEL2018-07-171-1/+1
* fs: expose copy-on-write flags for fs.copyFile()cjihrig2018-04-051-2/+32
* fs: throw copyFileSync errors in JSJoyee Cheung2018-02-271-20/+18
* fs: throw errors on invalid paths synchronouslyJoyee Cheung2018-02-081-20/+0
* test: move tmpdir to submodule of commonRich Trott2018-01-311-2/+3
* fs: move type checking to jsJames M Snell2017-12-221-8/+30
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-1/+1
* test: replace common.fixturesDir with fixturesSteven Scott2017-10-111-1/+2
* test: change concatenation to template literalnodexpertsdev2017-10-091-1/+1
* fs: add fs.copyFile{Sync}cjihrig2017-09-081-0/+104