chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.76k stars 414 forks source link

Improve test coverage of FileSystem and Path libraries #6020

Open lydia-duncan opened 7 years ago

lydia-duncan commented 7 years ago

The directories test/modules/standard/FileSystem/ and test/modules/standard/Path/ contain many tests of the functions and methods defined in those libraries. However, there are still plenty of edge cases that are not covered.

I intend to populate this issue with places that I think testing is lacking. This is intended for my own bookkeeping, but others are welcome to explore and add tests.

FileSystem:

... (more to follow)

lydia-duncan commented 5 years ago

These tests are actually hard to write, probably not a good first issue after all