aboutsummaryrefslogtreecommitdiff
path: root/tests/stat
AgeCommit message (Collapse)Author
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2013-08-06Merge pull request #1458 from inolen/vfsAlon Zakai
initial vfs work
2013-08-05Removed USE_OLD_FSAnthony Pesch
2013-08-04Include signal.h when using signals.Bruce Mitchener
2013-07-20 - added lchmodAnthony Pesch
- fixed up errno values for mknod - split up stat tests into test_stat, test_stat_chmod, test_stat_mknod
2012-02-05update test_stat and test_statvfsAlon Zakai
2011-12-07switch some 64-bit stat fields to 32-bitAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move ↵Alon Zakai
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
2011-07-23Resolved some old filesystem TODOs.max99x
2011-07-18Added tests for <sys/stat.h>.max99x