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
/
sync
/
chan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix early join after start.
Jeroen van Rijn
2025-06-21
1
-1
/
+1
*
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
*
|
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
*
Add tests for `core:sync` and `core:sync/chan`
Feoramund
2024-09-11
1
-0
/
+274