summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-stat.js
Commit message (Expand)AuthorAgeFilesLines
* fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau2019-02-151-6/+3
* fs: fix error handlingRuben Bridgewater2018-03-251-1/+2
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-30/+24
* fs: move type checking to jsJames M Snell2017-12-221-11/+23
* fs: move type checking on fs.fstat to jsJames M Snell2017-12-131-0/+38
* fs: invoke callbacks with undefined contextRich Trott2017-08-101-1/+1
* test: refactor test-fs-statRich Trott2017-08-101-13/+26
* fs: expose Stats times as NumbersRefael Ackermann2017-06-071-20/+37
* Revert "lib: lazy instantiation of fs.Stats dates"Anna Henningsen2017-06-011-22/+0
* lib: lazy instantiation of fs.Stats datesDaniel Pihlstrom2017-05-231-0/+22
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-7/+7
* test: add callback to fs.close() in test-fs-statVse Mozhet Byt2017-05-051-2/+2
* test: remove common.fail()Rich Trott2017-04-121-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-7/+7
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-1/+1
* test: use const for all require() callscjihrig2017-01-021-2/+2
* tools: add eslint rule prefer-assert-methodsDany Shaanan2016-09-201-4/+4
* Revert "fs: make callback mandatory to all async functions"Myles Borins2016-08-051-2/+2
* fs: make callback mandatory to all async functionsSakthipriyan Vairamani2016-07-221-2/+2
* test: use mustCall() for simple flow trackingcjihrig2016-07-181-67/+40
* tools: enable additional lint rulesRich Trott2016-02-241-1/+1
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+128