summary refs log tree commit diff stats
path: root/tests/stdlib/tgetfileinfo.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-281-7/+7
| | | | | | | * Fix #20628 for Windows * Move isRegular - !isSpecial and onlyRegular - skipSpecial * Forgot to change it in 1 more place
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-1/+28
| | | | | * Implement Unix file regularity check * update std/dirs also
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* fixes #18565 (#18593)Andreas Rumpf2021-07-271-0/+1
| | | * fixes #18565
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* system.nim: remove deprecated symbolsAndreas Rumpf2018-06-281-2/+2
|
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-1/+1
|
* 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