index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tests for new `os2` path API
Feoramund
2025-03-21
1
-0
/
+344
*
Decouple usage of `filepath` from `os2`
Feoramund
2025-03-21
3
-17
/
+29
*
os/os2: recursive directory walker, expose errors in read_directory, file clone
Laytan Laats
2025-02-24
2
-0
/
+105
*
os/os2: add get_executable_path and get_executable_directory
Laytan Laats
2025-01-21
1
-0
/
+22
*
os2: skip dir test when unsupported
Laytan Laats
2024-11-15
1
-0
/
+6
*
os2: add read dir test
Laytan Laats
2024-11-15
1
-0
/
+26
*
reset n before stderr path too
Laytan Laats
2024-10-05
1
-0
/
+1
*
add unsupported check in process test
Laytan
2024-10-04
1
-0
/
+6
*
enable test on bsds
Laytan Laats
2024-10-03
1
-14
/
+4
*
fix os2.process_exec on non-windows and add a smoke test
Laytan Laats
2024-10-03
1
-0
/
+28
*
fix `os.read_dir` closing the given file descriptor
Laytan Laats
2024-08-12
1
-2
/
+4
*
Fix typo.
Jeroen van Rijn
2024-08-08
1
-1
/
+1
*
Rename package to test_core_os to fit with the rest of test_*
Jeroen van Rijn
2024-08-08
1
-1
/
+1
*
Allow symlink test to work irrespective of git settings.
Jeroen van Rijn
2024-08-08
2
-15
/
+40
*
Begin mapping `os.Error` in the rest of the codebase
gingerBill
2024-08-04
1
-4
/
+4
*
fix os.read_dir with symlinks
Laytan Laats
2024-08-03
4
-0
/
+36
*
utilize `odin test -all-packages` instead of (make/bat) scripts for running t...
Laytan Laats
2024-06-07
1
-10
/
+0
*
Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit code
gitlost
2022-03-24
1
-0
/
+10