summaryrefslogtreecommitdiffstats
path: root/test/test_filesystem.c
AgeCommit message (Collapse)AuthorFilesLines
2024-06-26Improve test coverageDavid Robillard1-3/+1
This situation probably should be reported, but 100% line coverage is very convenient since it makes coverage regression more obvious. I don't think a test being skipped on an esoteric system configuration is worth losing that.
2024-06-23Skip socket file type test with absurdly long TMPDIRDavid Robillard1-8/+12
If TMPDIR is so long that it doesn't fit in the socket address field, then it's impossible to create a socket in the temporary directory. This is a pretty weird situation that would never happen on a normal system, so I think the test can just be skipped without the reduced coverage being a problem.
2023-11-17Test zix_copy_file() in WasmDavid Robillard1-9/+10
2023-09-22Improve test suite code coverageDavid Robillard1-14/+11
2023-05-12Fix emscripten warningsDavid Robillard1-0/+3
2023-02-04Use a more realistic scenario for file locking testDavid Robillard1-1/+1
2022-11-25Clean up test conditionsDavid Robillard1-20/+17
2022-11-25Consistently check write_to_path() return value in testsDavid Robillard1-1/+1
2022-11-25Fix potential use of close() on invalid file descriptorsDavid Robillard1-1/+15
2022-11-25Remove dead codeDavid Robillard1-6/+0
2022-10-23Add filesystem APIDavid Robillard1-0/+712