summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-open-flags.js
AgeCommit message (Expand)Author
2019-08-10test: clean tmpdir on process exitJoão Reis
2018-12-04test: use ES2017 syntax in test-fs-open-*jy95
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-02-22fs: support as and as+ flags in stringToFlags()Sarat Addepalli
2018-01-31test: move tmpdir to submodule of commonRich Trott
2017-12-22test: do not open fixture files for writingRich Trott
2017-09-26doc,test: minor improvements to O_DSYNCTobias Nießen
2017-09-22fs: add O_DSYNCJussi Räsänen
2017-07-22lib: tweak use of internal/errorsRuben Bridgewater
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-18errors: port internal/fs errors to internal/errorsGunar C. Gessner
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-22test: improve test-fs-open-flagsVinícius do Carmo
2017-01-18test: add tests for rs+, sr+ to test-fs-open-flags.jsabouthiroppy
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-09-23fs: move stringToFlags() to lib/internalBen Noordhuis
2016-05-17src: refactor require('constants')James M Snell
2016-03-09test: expand test case for unknown file open flagsJames M Snell
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2016-01-04test: remove unused vars from parallel testsRich Trott
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny