summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-access.js
AgeCommit message (Expand)Author
2019-08-14test: skip test-fs-access if rootDaniel Bevenius
2018-10-15test: removed unused error variable in try catchMurtaza H
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-05-18src: remove 2nd `undefined` argument in node_file.ccDan Kang
2018-05-14test: apply test-fs-access to promises APIRich Trott
2018-03-25lib,test: minor refactoringRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-11test: fix spelling in test case commentsTobias Nießen
2017-12-28fs: simplify the error context collection in C++Joyee Cheung
2017-11-25fs: throw fs.access errors in JSJoyee Cheung
2017-08-31errors: convert 'fs'matzavinos
2017-05-20fs: Revert throw on invalid callbacksMyles Borins
2017-05-10fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-03-03benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer
2017-02-06test: add common.mustNotCall()cjihrig
2017-02-02test: make test-fs-access stricterRich Trott
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2017-01-06test: improve test-fs-accessAdrian Estrada
2017-01-02test: use const for all require() callscjihrig
2016-09-20tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-02-24tools: enable additional lint rulesRich Trott
2015-11-10test: fix tests that check error messagescjihrig
2015-07-31test: use common.isWindows consistentlySakthipriyan Vairamani
2015-06-13test: only refresh tmpDir for tests that need itRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-03-03test: fix test-fs-access when uid is 0Johan Bergström
2015-02-19fs: ensure nullCheck() callback is a functioncjihrig
2015-01-20test: strip copyright boilerplateBen Noordhuis
2014-12-17test: split test in parallel/sequentialFedor Indutny