aboutsummaryrefslogtreecommitdiff
path: root/tests/core/io
Commit message (Collapse)AuthorAgeFilesLines
* Fix up ABI name for core:os and core:os/oldJeroen van Rijn6 days1-6/+6
|
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-7/+7
|
* tests/core/io -> os2Jeroen van Rijn7 days1-52/+14
|
* Remove double closeLaytan Laats2024-08-281-1/+0
|
* Properly close the temporary files in io testsLaytan Laats2024-08-281-2/+4
|
* Add `io` tests for `bufio` streamsFeoramund2024-08-281-0/+120
|
* Make sure `seek` succeeds in `io.Limited_Reader` test setupFeoramund2024-08-281-1/+6
|
* Test empty slice usage in `io` procsFeoramund2024-08-281-0/+32
|
* Test `io` unexpected pointer movementFeoramund2024-08-281-0/+32
|
* Update `core:io` testsFeoramund2024-08-281-48/+44
| | | | | | | | | | | | | - Relax return value requirements on errors. Only the error is checked, as there are multiple conflicting return styles throughout the `os` API. Some return the error along with `0`, `-1`, or another value. This can be smoothed out later. - Test `os2` files now. - No longer test streams after closing; this is considered similar to a use-after-free in `os2`.
* Add test suite for `core:io`Feoramund2024-08-281-0/+549