aboutsummaryrefslogtreecommitdiff
path: root/tests/core/normal.odin
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-1/+1
|
* FixJeroen van Rijn7 days1-1/+0
|
* Convert `core:encoding/hxa`Jeroen van Rijn7 days1-1/+1
|
* Reenable `core:encoding/ini` testsJeroen van Rijn7 days1-0/+1
|
* nbio: add packageLaytan Laats2026-01-111-0/+1
|
* kqueue: fix bsds, add user filter, add struct testsLaytan Laats2026-01-111-0/+1
|
* core:math/bits: Add docs + tests for `rotate_left*` and `log2`Jeroen van Rijn2025-10-141-0/+1
|
* Package lines for base32, move its tests to tests"Jeroen van Rijn2025-10-091-0/+1
|
* Fix typogingerBill2025-08-081-2/+2
|
* Fix more procedure to be `contextless`gingerBill2025-08-081-2/+2
|
* fix os2.process_exec on non-windows and add a smoke testLaytan Laats2024-10-031-0/+1
|
* Add tests for `core:sync` and `core:sync/chan`Feoramund2024-09-111-0/+2
|
* Add test suite for `core:io`Feoramund2024-08-281-0/+1
|
* Merge pull request #3962 from Feoramund/regexgingerBill2024-08-211-0/+1
|\ | | | | Add `core:text/regex`
| * Add tests for `core:text/regex`Feoramund2024-07-221-0/+1
| |
* | posix: add packageLaytan Laats2024-08-141-0/+1
| |
* | Merge `core:simd/util` into `core:bytes`Feoramund2024-08-101-1/+1
| |
* | Add tests for vectorized `index_*` procsFeoramund2024-08-061-0/+1
| |
* | fix os.read_dir with symlinksLaytan Laats2024-08-031-0/+1
| |
* | try to add sys/windows to the normal core testsThomas la Cour2024-07-261-0/+1
|/
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+1
|
* Merge pull request #3767 from Feoramund/use-rng-context-in-test-runnerJeroen van Rijn2024-06-191-0/+1
|\ | | | | Setup `context.random_generator` in test runner
| * Add tests for `core:math/rand`Feoramund2024-06-151-0/+1
| |
* | Add missing imports to `core` test suiteFeoramund2024-06-181-0/+2
|/
* Merge branch 'master' into png_cleanupJeroen van Rijn2024-06-091-0/+1
|\
| * Merge branch 'master' into tlsf-allocatorJeroen van Rijn2024-06-091-0/+1
| |
* | Image: Add improved blending method and test it.Jeroen van Rijn2024-06-091-1/+0
|/
* utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵Laytan Laats2024-06-071-0/+39
tests