summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-access.js
Commit message (Expand)AuthorAgeFilesLines
* fs: refactor to use `validateInteger`Deokjin Kim2023-01-011-4/+0
* test: use `common.mustNotMutateObjectDeep()` in fs testsLivia Medeiros2022-07-241-1/+1
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-2/+2
* test: enable no-empty ESLint ruleRich Trott2022-02-051-0/+1
* test: do not OR F_OK in fs.access() testcjihrig2022-01-141-3/+3
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-2/+2
* test: adjust comments for upcoming lint ruleRich Trott2020-10-071-23/+21
* fs: improve mode and flags validationRuben Bridgewater2020-01-121-0/+49
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-4/+4
* test: skip the unsupported test cases for IBM iXu Meng2019-12-251-0/+3
* test: skip test-fs-access if rootDaniel Bevenius2019-08-141-0/+3
* test: removed unused error variable in try catchMurtaza H2018-10-151-1/+1
* src: move process.binding('uv') to internalBindingJames M Snell2018-08-091-3/+5
* src: remove 2nd `undefined` argument in node_file.ccDan Kang2018-05-181-3/+9
* test: apply test-fs-access to promises APIRich Trott2018-05-141-25/+52
* lib,test: minor refactoringRuben Bridgewater2018-03-251-11/+3
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-1/+2
* Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater2018-02-261-1/+2
* test: minor refactoringRuben Bridgewater2018-02-161-1/+1
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-8/+3
* test: move tmpdir to submodule of commonRich Trott2018-01-311-4/+6
* test: fix spelling in test case commentsTobias Nießen2018-01-111-1/+1
* fs: simplify the error context collection in C++Joyee Cheung2017-12-281-0/+24
* fs: throw fs.access errors in JSJoyee Cheung2017-11-251-3/+10
* errors: convert 'fs'matzavinos2017-08-311-7/+17
* fs: Revert throw on invalid callbacksMyles Borins2017-05-201-2/+2
* fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)2017-05-101-2/+2
* test,lib,doc: use function declarationsRich Trott2017-05-011-2/+2
* benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer2017-03-031-2/+2
* test: add common.mustNotCall()cjihrig2017-02-061-1/+1
* test: make test-fs-access stricterRich Trott2017-02-021-23/+17
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-1/+1
* test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig2017-01-061-2/+2
* test: improve test-fs-accessAdrian Estrada2017-01-061-29/+29
* test: use const for all require() callscjihrig2017-01-021-4/+4
* tools: add eslint rule prefer-assert-methodsDany Shaanan2016-09-201-4/+4
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-251-1/+1
* tools: enable additional lint rulesRich Trott2016-02-241-1/+1
* test: fix tests that check error messagescjihrig2015-11-101-2/+2
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-311-1/+1
* test: only refresh tmpDir for tests that need itRich Trott2015-06-131-0/+1
* test: enable linting for testsRoman Reiss2015-05-191-3/+4
* test: fix test-fs-access when uid is 0Johan Bergström2015-03-031-6/+46
* fs: ensure nullCheck() callback is a functioncjihrig2015-02-191-0/+4
* test: strip copyright boilerplateBen Noordhuis2015-01-201-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+99