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
d='n118' href='#n118'>118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160