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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4954 from Feoramund/os2-path
gingerBill
2025-03-24
3
-17
/
+373
|
\
|
*
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
*
|
test/benchmarks/crypto: Improve benchmarks
Yawning Angel
2025-03-23
7
-552
/
+746
*
|
core:crypto/deoxysii: Initial import
Yawning Angel
2025-03-23
2
-0
/
+147
*
|
core/crypto/aegis: Initial import
Yawning Angel
2025-03-23
2
-0
/
+262
*
|
core/crypto/x448: Initial import
Yawning Angel
2025-03-23
2
-0
/
+84
*
|
Merge pull request #4836 from laytan/fix-wrong-out-of-memory
gingerBill
2025-03-20
2
-1
/
+31
|
\
\
|
|
/
|
/
|
|
*
cleanup test arenas
Laytan Laats
2025-02-12
2
-0
/
+2
|
*
fix wrong out of memory in edge cases, just try allocate from block for one s...
Laytan Laats
2025-02-12
2
-1
/
+29
*
|
Merge pull request #4877 from laytan/os2-additions
gingerBill
2025-02-28
2
-0
/
+105
|
\
\
|
*
|
os/os2: recursive directory walker, expose errors in read_directory, file clone
Laytan Laats
2025-02-24
2
-0
/
+105
*
|
|
Add tests for new safe `to_cstring`
Feoramund
2025-02-27
1
-0
/
+43
|
/
/
*
/
fix addrinfo struct def
Laytan Laats
2025-02-12
2
-0
/
+3
|
/
*
Merge pull request #4779 from jkenda/master
gingerBill
2025-02-08
1
-1
/
+47
|
\
|
*
encoding/json: marshal enumerated arrays to objects with key-value pairs
jkenda
2025-02-01
1
-1
/
+47
*
|
reorganize tests and handle endian
Laytan Laats
2025-02-06
1
-5
/
+117
*
|
add tests for abs() on floats
Laytan Laats
2025-02-06
1
-0
/
+56
|
/
*
os/os2: add get_executable_path and get_executable_directory
Laytan Laats
2025-01-21
1
-0
/
+22
*
Merge branch 'master' of https://github.com/avanspector/Odin
avanspector
2025-01-10
1
-0
/
+1
|
\
|
*
Merge pull request #4605 from karl-zylinski/tracking-allocator-bad-free-defau...
gingerBill
2025-01-08
1
-0
/
+1
|
|
\
|
|
*
Makes tracking allocator default to crashing on a bad free instead of add to ...
Karl Zylinski
2024-12-21
1
-0
/
+1
*
|
|
Haiku: add posix tests
avanspector
2025-01-10
4
-18
/
+54
|
/
/
*
|
Merge pull request #4633 from spahnke/fix-matrix-adjugate
gingerBill
2025-01-06
3
-0
/
+200
|
\
\
|
*
|
Add regression tests for inverse_transpose
Sebastian Pahnke
2024-12-28
1
-0
/
+9
|
*
|
Add regression tests for matrix inverse
Sebastian Pahnke
2024-12-28
1
-0
/
+95
|
*
|
Test symmetry
Sebastian Pahnke
2024-12-28
1
-9
/
+21
|
*
|
Add tests for determinants because their calculation depends on the adjugate
Sebastian Pahnke
2024-12-28
1
-1
/
+7
|
*
|
Add tests for glsl and hlsl variants
Sebastian Pahnke
2024-12-28
1
-0
/
+20
|
*
|
Add regression tests reproducing the issue
Sebastian Pahnke
2024-12-28
3
-0
/
+58
*
|
|
Add `#+feature dynamic-literals` to test
gingerBill
2025-01-05
1
-0
/
+1
*
|
|
Add `#+feature dynamic-literals` to tests
gingerBill
2025-01-05
3
-0
/
+3
*
|
|
Add `#+feature dynamic-literals` to tests
gingerBill
2025-01-05
5
-0
/
+5
*
|
|
also add a test for non power of 2 N for good measure
fleandro
2025-01-03
1
-0
/
+31
*
|
|
fix N=1 and cleanup tests
fleandro
2025-01-03
1
-20
/
+61
*
|
|
fix test leaks
fleandro
2025-01-03
1
-0
/
+1
*
|
|
runtime: map_cell_index_static produced wrong results when the number of elem...
fleandro
2025-01-03
1
-1
/
+25
|
/
/
*
|
Add regression test for #4553
Gavin
2024-12-05
1
-0
/
+53
*
|
Fix the unused variable errors
Adam Zadrożny
2024-12-04
1
-2
/
+2
*
|
improve `strings.index_multi`
Adam Zadrożny
2024-12-04
1
-0
/
+19
*
|
Add test for regex preallocated captures.
Ycros
2024-12-04
1
-0
/
+37
*
|
Correct handling newlines between build tags in `core:odin`
Damian Tarnawski
2024-12-01
1
-12
/
+9
|
/
*
Add comment explaining #4515 test.
Jeroen van Rijn
2024-11-25
1
-3
/
+8
*
Test #4515
Jeroen van Rijn
2024-11-25
1
-0
/
+34
*
oops, copy-paste-bug
Colin Davidson
2024-11-20
1
-1
/
+1
*
fix parsing issue around utc/localtime split
Colin Davidson
2024-11-20
1
-0
/
+10
*
[runtime] `make(map[K]V)` should not allocate any capacity
Tetralux
2024-11-16
1
-0
/
+24
*
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
*
add new test, better fail-check, and non-transitioning tz fix
Colin Davidson
2024-11-05
1
-0
/
+14
[next]