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
*
Add missing test attr and don't zero memory when reserve already did
Damian Tarnawski
2025-08-26
1
-0
/
+1
*
Merge branch 'master' into soa-resize-zero-memory
gingerBill
2025-08-26
1
-0
/
+78
|
\
|
*
More soa tests
Damian Tarnawski
2025-08-24
1
-36
/
+59
|
*
Avoid overlap issues when correcting memory after resize in _reserve_soa
Damian Tarnawski
2025-08-23
1
-14
/
+44
|
*
Support using allocator resize in `_reserve_soa` (fixes #5615)
Damian Tarnawski
2025-08-23
1
-0
/
+26
*
|
Zero existing memory when using resize_soa (fixes #5614)
Damian Tarnawski
2025-08-23
1
-0
/
+34
|
/
*
Fix test for global procedure initialization
gingerBill
2025-08-08
1
-1
/
+1
*
Fix typo
gingerBill
2025-08-08
1
-2
/
+2
*
Fix more procedure to be `contextless`
gingerBill
2025-08-08
2
-3
/
+3
*
Fix tests for UTF-16 strings
gingerBill
2025-08-02
3
-4
/
+5
*
Remove unneeded uses of `intrinsics.constant_utf16_cstring`
gingerBill
2025-08-02
2
-3
/
+3
*
Fix #5498
Jeroen van Rijn
2025-07-25
2
-105
/
+335
*
Fix Linux-specific optimized test failure
Feoramund
2025-07-22
1
-4
/
+9
*
Add intrinsics.type_enum_is_contiguous test
FourteenBrush
2025-07-11
1
-0
/
+24
*
Fix #5452
Jeroen van Rijn
2025-07-11
1
-0
/
+33
*
Add to `tests/internal`
Jeroen van Rijn
2025-06-26
1
-0
/
+34
*
Remove altogether.
Jeroen van Rijn
2025-06-24
1
-16
/
+1
*
Disable two tests under core/sys/posix.
Jeroen van Rijn
2025-06-24
1
-0
/
+10
*
Fix issue parsing `vendor/stb/image` with the `core:odin/parser` parser
Brad Lewis
2025-06-22
1
-0
/
+28
*
Fix early join after start.
Jeroen van Rijn
2025-06-21
2
-21
/
+21
*
uncomment test, see if it's fixed
Laytan Laats
2025-06-20
1
-3
/
+0
*
Merge pull request #5329 from JackMordaunt/jfm-fix_chan_try_send
Laytan
2025-06-20
1
-47
/
+272
|
\
|
*
tests/core/sync/chan: test concurrent send/close/recv
Jack Mordaunt
2025-06-13
1
-0
/
+55
|
*
core/sync/chan.send: return false if channel is closed while blocked
Jack Mordaunt
2025-06-12
1
-0
/
+44
|
*
tests/core/sync/chan: add test for contended try_send
Jack Mordaunt
2025-06-12
1
-0
/
+149
|
*
core/sync/chan.try_send: avoid blocking if no reader is available
Jack Mordaunt
2025-06-12
1
-44
/
+17
|
*
test/core/sync/chan: serialize try_select tests
Jack Mordaunt
2025-06-12
1
-3
/
+7
*
|
Add test for issue #3435
Feoramund
2025-06-19
3
-0
/
+40
*
|
Merge pull request #5344 from Feoramund/fix-2694
Jeroen van Rijn
2025-06-19
4
-0
/
+152
|
\
\
|
*
|
Add a tiny sanity test for `core:mem` allocators
Feoramund
2025-06-15
1
-0
/
+108
|
*
|
Add test for issue #2694
Feoramund
2025-06-15
3
-0
/
+44
|
|
/
*
|
Fix `WAVEFORMATEX` struct size (#5356)
David Holland
2025-06-18
2
-2
/
+7
*
|
Add tests for new test failure expectation API
Feoramund
2025-06-16
1
-0
/
+52
*
|
Disable test_try_select_raw_happy
Jeroen van Rijn
2025-06-16
1
-0
/
+3
|
/
*
tests/core/sync/chan: move global state into test
Jack Mordaunt
2025-06-12
1
-2
/
+3
*
tests/core/sync/chan: test harness for chan.try_select_raw
Jack Mordaunt
2025-06-12
1
-0
/
+176
*
container/queue: Add tests
Feoramund
2025-06-11
1
-0
/
+157
*
Delete duplicate test vectors.
Jeroen van Rijn
2025-06-11
1
-4813
/
+0
*
Turn `core:math/bìg` tests into regular `core:testing` tests.
Jeroen van Rijn
2025-06-11
7
-1154
/
+10459
*
Fix path
Jeroen van Rijn
2025-06-10
1
-1
/
+1
*
Add initial tests for big rationals
Jeroen van Rijn
2025-06-10
2
-1
/
+51
*
flags: Rename `varg` to `overflow`, let it be renamed with config
Feoramund
2025-06-09
1
-45
/
+45
*
Add more `core:flags` tests to codify behavior
Feoramund
2025-06-09
1
-0
/
+104
*
flags: Rename `variadic` to `manifold` (breaking change)
Feoramund
2025-06-09
1
-10
/
+10
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
1
-1
/
+1
*
Let compound literal array be broadcast to a struct field of arrays
Feoramund
2025-06-05
3
-0
/
+20
*
encoding/cbor: support simd vectors
Laytan Laats
2025-06-04
1
-0
/
+8
*
encoding/cbor: support the matrix type
Laytan Laats
2025-06-04
1
-0
/
+20
*
Fix #5265
Jeroen van Rijn
2025-06-03
3
-0
/
+10
*
fix swizzle in for in statement
Laytan Laats
2025-06-02
3
-0
/
+23
[next]