aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test inet_pton call in test_arpa_inetHarold Brenes2025-09-291-1/+1
* Merge pull request #5691 from rationalcoder/mastergingerBill2025-09-261-7/+8
|\
| * Fix out-of-band allocations in dynamic arenasrationalcoder2025-09-161-7/+8
* | Merge pull request #5686 from thetarnav/zero-small-array-resizegingerBill2025-09-261-0/+22
|\ \
| * | Add small array resize testsDamian Tarnawski2025-09-151-0/+22
| |/
* | Fix memory leaks in type inference testTohei Ichikawa2025-09-241-11/+25
* | Fix test_proc_group_type_inference.odinTohei Ichikawa2025-09-241-11/+11
* | Improve type inferencing of literals when calling proc groupsTohei Ichikawa2025-09-151-0/+142
|/
* Expand grayscale JPEGs to RGB(A)Jeroen van Rijn2025-09-093-0/+11
* Implement .alpha_add_if_missing for JPEGJeroen van Rijn2025-09-091-13/+13
* Optionally save BMPJeroen van Rijn2025-09-091-6/+7
* Make progressive JPEGs return a proper errorJeroen van Rijn2025-09-092-269/+276
* Add JPG test assets to .gitignoreJeroen van Rijn2025-09-081-0/+1
* Add basic test for JPG using Odin emblemJeroen van Rijn2025-09-082-2/+52
* Add missing test attr and don't zero memory when reserve already didDamian Tarnawski2025-08-261-0/+1
* Merge branch 'master' into soa-resize-zero-memorygingerBill2025-08-261-0/+78
|\
| * More soa testsDamian Tarnawski2025-08-241-36/+59
| * Avoid overlap issues when correcting memory after resize in _reserve_soaDamian Tarnawski2025-08-231-14/+44
| * Support using allocator resize in `_reserve_soa` (fixes #5615)Damian Tarnawski2025-08-231-0/+26
* | Zero existing memory when using resize_soa (fixes #5614)Damian Tarnawski2025-08-231-0/+34
|/
* Fix test for global procedure initializationgingerBill2025-08-081-1/+1
* Fix typogingerBill2025-08-081-2/+2
* Fix more procedure to be `contextless`gingerBill2025-08-082-3/+3
* Fix tests for UTF-16 stringsgingerBill2025-08-023-4/+5
* Remove unneeded uses of `intrinsics.constant_utf16_cstring`gingerBill2025-08-022-3/+3
* Fix #5498Jeroen van Rijn2025-07-252-105/+335
* Fix Linux-specific optimized test failureFeoramund2025-07-221-4/+9
* Add intrinsics.type_enum_is_contiguous testFourteenBrush2025-07-111-0/+24
* Fix #5452Jeroen van Rijn2025-07-111-0/+33
* Add to `tests/internal`Jeroen van Rijn2025-06-261-0/+34
* Remove altogether.Jeroen van Rijn2025-06-241-16/+1
* Disable two tests under core/sys/posix.Jeroen van Rijn2025-06-241-0/+10
* Fix issue parsing `vendor/stb/image` with the `core:odin/parser` parserBrad Lewis2025-06-221-0/+28
* Fix early join after start.Jeroen van Rijn2025-06-212-21/+21
* uncomment test, see if it's fixedLaytan Laats2025-06-201-3/+0
* Merge pull request #5329 from JackMordaunt/jfm-fix_chan_try_sendLaytan2025-06-201-47/+272
|\
| * tests/core/sync/chan: test concurrent send/close/recvJack Mordaunt2025-06-131-0/+55
| * core/sync/chan.send: return false if channel is closed while blockedJack Mordaunt2025-06-121-0/+44
| * tests/core/sync/chan: add test for contended try_sendJack Mordaunt2025-06-121-0/+149
| * core/sync/chan.try_send: avoid blocking if no reader is availableJack Mordaunt2025-06-121-44/+17
| * test/core/sync/chan: serialize try_select testsJack Mordaunt2025-06-121-3/+7
* | Add test for issue #3435Feoramund2025-06-193-0/+40
* | Merge pull request #5344 from Feoramund/fix-2694Jeroen van Rijn2025-06-194-0/+152
|\ \
| * | Add a tiny sanity test for `core:mem` allocatorsFeoramund2025-06-151-0/+108
| * | Add test for issue #2694Feoramund2025-06-153-0/+44
| |/
* | Fix `WAVEFORMATEX` struct size (#5356)David Holland2025-06-182-2/+7
* | Add tests for new test failure expectation APIFeoramund2025-06-161-0/+52
* | Disable test_try_select_raw_happyJeroen van Rijn2025-06-161-0/+3
|/
* tests/core/sync/chan: move global state into testJack Mordaunt2025-06-121-2/+3
* tests/core/sync/chan: test harness for chan.try_select_rawJack Mordaunt2025-06-121-0/+176