aboutsummaryrefslogtreecommitdiff
path: root/tests/core/os/os2
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn7 days4-737/+0
|
* FixJeroen van Rijn8 days1-42/+156
|
* Add tests for glob + matchJeroen van Rijn8 days1-8/+47
|
* Start of glob testJeroen van Rijn8 days1-3/+27
|
* Add `glob` + `match` to os2Jeroen van Rijn8 days1-0/+8
|
* Fix os2.clean_path on WindowsJeroen van Rijn2025-05-112-37/+49
|
* Add tests for new `os2` path APIFeoramund2025-03-211-0/+344
|
* Decouple usage of `filepath` from `os2`Feoramund2025-03-213-17/+29
|
* os/os2: recursive directory walker, expose errors in read_directory, file cloneLaytan Laats2025-02-242-0/+105
| | | | | | Adds a directory walker, a method of exposing and retrieving errors from the existing read directory iterator, allows reusing of the existing read directory iterator, and adds a file clone procedure
* os/os2: add get_executable_path and get_executable_directoryLaytan Laats2025-01-211-0/+22
|
* os2: skip dir test when unsupportedLaytan Laats2024-11-151-0/+6
|
* os2: add read dir testLaytan Laats2024-11-151-0/+26
|
* reset n before stderr path tooLaytan Laats2024-10-051-0/+1
|
* add unsupported check in process testLaytan2024-10-041-0/+6
|
* enable test on bsdsLaytan Laats2024-10-031-14/+4
|
* fix os2.process_exec on non-windows and add a smoke testLaytan Laats2024-10-031-0/+28