Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-26 | Improve test coverage | David Robillard | 1 | -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-23 | Skip socket file type test with absurdly long TMPDIR | David Robillard | 1 | -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-17 | Test zix_copy_file() in Wasm | David Robillard | 1 | -9/+10 | |
2023-09-22 | Improve test suite code coverage | David Robillard | 1 | -14/+11 | |
2023-05-12 | Fix emscripten warnings | David Robillard | 1 | -0/+3 | |
2023-02-04 | Use a more realistic scenario for file locking test | David Robillard | 1 | -1/+1 | |
2022-11-25 | Clean up test conditions | David Robillard | 1 | -20/+17 | |
2022-11-25 | Consistently check write_to_path() return value in tests | David Robillard | 1 | -1/+1 | |
2022-11-25 | Fix potential use of close() on invalid file descriptors | David Robillard | 1 | -1/+15 | |
2022-11-25 | Remove dead code | David Robillard | 1 | -6/+0 | |
2022-10-23 | Add filesystem API | David Robillard | 1 | -0/+712 | |