aboutsummaryrefslogtreecommitdiff
path: root/test/simple/test-fs-stat.js
AgeCommit message (Expand)Author
2014-12-17test: split test in parallel/sequentialFedor Indutny
2014-04-14fs: return blksize on stats objectTrevor Norris
2012-06-06fs: make callbacks run in global contextBen Noordhuis
2011-11-02Remove separation of libuv testsRyan Dahl
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-08-23Mark tests which are broken in libuvRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2010-12-05GJSLint all simple tests exclude http-*, url, pathOleg Efimov
2010-12-04Fix global leaksRyan Dahl
2010-10-11Migrated from sys.p to console.dirMicheil Smith
2010-08-17More changes to tests so they really work under context module loader.Herbert Vojčík
2010-07-15Update tests to work with module contextsRyan Dahl
2010-06-23:%s/sys.puts/console.log/gRyan Dahl
2010-05-12Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases,...Ben Noordhuis
2010-03-08Remove process.mixin dependency from all tests.isaacs
2010-03-08Remove fs/path globals from test suiteFelix Geisendörfer
2010-02-25Split tests.arlolra