summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-error-messages.js
Commit message (Expand)AuthorAgeFilesLines
* fs: throw futimesSync errors in JSJoyee Cheung2018-03-021-0/+21
* fs: throw writeSync errors in JSJoyee Cheung2018-03-021-0/+41
* fs: throw fchownSync errors in JSJoyee Cheung2018-03-021-0/+21
* fs: throw fchmodSync errors in JSJoyee Cheung2018-03-021-0/+20
* fs: throw readSync errors in JSJoyee Cheung2018-03-021-0/+21
* fs: throw copyFileSync errors in JSJoyee Cheung2018-02-271-0/+74
* fs: throw fs.mkdtempSync errors in JS landJoyee Cheung2018-02-271-0/+27
* fs: throw fs.utimesSync errors in JS landJoyee Cheung2018-02-271-0/+22
* fs: throw fs.chownSync errors in JS landJoyee Cheung2018-02-271-0/+23
* fs: throw realpathSync.native errors in JSJoyee Cheung2018-02-271-0/+21
* test: use runWithInvalidFD() in tests expecting EBADFJoyee Cheung2018-02-221-33/+50
* fs: throw errors from fs.fsyncSync in JSJoyee Cheung2018-02-011-0/+21
* fs: throw errors from fs.fdatasyncSync in JSJoyee Cheung2018-02-011-0/+21
* fs: throw errors from fs.ftruncateSync in JSJoyee Cheung2018-02-011-0/+27
* test: improve fs error message testJoyee Cheung2018-01-241-228/+386
* test: test error messages from fs.realpath{Sync}Joyee Cheung2018-01-171-0/+24
* test: verify errors thrown from fs stat APIsJoyee Cheung2018-01-171-42/+85
* test: use fixtures moduleKanika Shah2017-10-191-7/+7
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-3/+4
* test: replace indexOf with includesgwer2017-04-301-36/+36
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* Revert "test: refactor test-fs-error-messages.js"James M Snell2017-02-031-118/+164
* test: refactor test-fs-error-messages.jsAdrian Estrada2017-02-031-164/+118
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-3/+3
* test: fix style issues after eslint updateMichaƫl Zasso2016-01-131-12/+11
* test: enable linting for testsRoman Reiss2015-05-191-5/+6
* fs: improve error messagesBert Belder2015-01-311-0/+6
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+228