aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
* os/fs.c: remove os_file_is_readonly()Justin M. Keyes2015-08-17
* test: more cases for os_file_is_readonly()Justin M. Keyes2015-08-17
* test: cover os_file_is_readable()Justin M. Keyes2015-08-17
* queue: Implement a more flexible event queueThiago de Arruda2015-08-13
* test: fix pending() invocationsJustin M. Keyes2015-08-09
* os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* test: Ensure proper initialization in unit/helpers.luaThiago de Arruda2015-07-01
* tests: Use pending() instead of silently skipping test. #2737Florian Walch2015-05-29
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* Implement os_unsetenv()Rui Abreu Ferreira2015-04-14
* tests: Fix test setup/teardown in path_spec.lua #2402David Bürgin2015-04-12
* Use lfs.currentdir() to fix symlink test fail.Rich Churcher2015-04-01
* path_fix_case: unit testScott Prager2015-03-31
* refactor: add tests for env_expand_escbobtwinkles2015-03-24
* tests: prevent busted from reloading the ffi module and othersJohn Szakmeister2015-03-01
* tests: require luassert in the helpersJohn Szakmeister2015-03-01
* Merge pull request #1965 from jszakmeister/fix-fs-spec-test-for-freebsdJohn Szakmeister2015-02-11
|\
| * Fix an fs_spec test under FreeBSD and a symlinked home directory.John Szakmeister2015-02-09
* | Merge pull request #1958 from jszakmeister/fix-unittest-header-parsing-on-fre...John Szakmeister2015-02-11
|\ \
| * | unittests: define _Thread_local to be nothingJohn Szakmeister2015-02-09
| |/
* / Get rid of a bashism in the fs_spec test. #1964John Szakmeister2015-02-09
|/
* test: fix formatc.lua oddity on OSX/gccNicolas Hillegeer2015-01-16
* test/os/fs: fix call to lfs.attributesNicolas Hillegeer2015-01-16
* mch_early_init() -> early_init().Scott Prager2014-11-28
* unittest: increase number of retries in cimportStefan Hoffmann2014-10-30
* unittest: fix handling of pragma pack in `cimport`Stefan Hoffmann2014-10-30
* update os_can_exe unit testScott Prager2014-09-17
* vim-patch:7.4.235Scott Prager2014-09-17
* unit tests: initialize everythingJustin M. Keyes2014-09-11
* unit tests: avoid global scope; add missing cimportsJustin M. Keyes2014-09-11
* unit tests: helpers.lua: hack to avoid empty popen() resultJustin M. Keyes2014-09-11
* fileid: rename os_file_id_equal_file_infoStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_inodeStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_blocksizeStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_hardlinksStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* unittest: Move FileInfo tests one level upStefan Hoffmann2014-08-31
* unittest: Remove remaining moonscript referencesThiago de Arruda2014-08-31
* unittest: convert set.moon to luaThiago de Arruda2014-08-31
* unittest: convert preprocess.moon to luaThiago de Arruda2014-08-31
* unittest: convert users_spec.moon to luaThiago de Arruda2014-08-31
* unittest: convert path_spec.moon to luaThiago de Arruda2014-08-31
* unittest: convert fs_spec.moon to luaThiago de Arruda2014-08-31