summary refs log tree commit diff stats
path: root/tests/stdlib/tgetfileinfo.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tgetfileinfo work on WindowsAraq2016-10-241-8/+16
|
* tests: add more tests for getFileInfo()Simon Ruderich2016-09-171-1/+31
|
* Fix tests a bit moredef2015-03-101-4/+4
|
* Clean up tests/stdlibdef2015-02-041-3/+6
| | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects
* Added tests for getFileInfo proc.Clay Sweetser2014-04-161-0/+93