summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-chmod.js
Commit message (Expand)AuthorAgeFilesLines
* fs: fix flag and mode validationJames M Snell2021-03-011-4/+1
* test: add common.mustSucceedTobias Nießen2020-10-171-12/+4
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-2/+3
* errors: update error nameRuben Bridgewater2019-03-231-1/+1
* test: remove redundant fchmod testZYSzys2019-01-081-11/+0
* test: fix assertions args order in test/parallel/test-fs-chmod.jsMilton Sosa2018-10-151-7/+7
* lib: mask mode_t type of arguments with 0o777Joyee Cheung2018-05-171-4/+4
* fs: fix error handlingRuben Bridgewater2018-03-251-2/+4
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-32/+17
* test: move tmpdir to submodule of commonRich Trott2018-01-311-4/+5
* fs: move type checking to jsJames M Snell2017-12-221-12/+10
* fs: move type checking for fs.fchmod to jsJames M Snell2017-12-131-0/+46
* test: do not modify fixtures in test-fs-chmodRich Trott2017-08-231-9/+8
* test: add callback to fs.close() in test-fs-chmodVse Mozhet Byt2017-05-041-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-1/+1
* test: refactor the code in test-fs-chmodAdrian Estrada2016-12-271-66/+51
* test: remove blank lines at end of filesRich Trott2016-10-051-1/+0
* Revert "fs: make callback mandatory to all async functions"Myles Borins2016-08-051-1/+1
* fs: make callback mandatory to all async functionsSakthipriyan Vairamani2016-07-221-1/+1
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-2/+2
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-311-6/+5
* test: only refresh tmpDir for tests that need itRich Trott2015-06-131-3/+1
* test: enable linting for testsRoman Reiss2015-05-191-14/+15
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+161