aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove dead variablegingerBill2024-06-152-2/+0
| * | | Fix `rand` in container testsgingerBill2024-06-152-7/+9
| * | | Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`gingerBill2024-06-152-6/+9
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-06-133-5/+141
|\| |
| * | Add test for `%w`Feoramund2024-06-121-0/+114
| * | Fold XML attribute whitespace.Jeroen van Rijn2024-06-122-0/+22
| * | Update XML reader to normalize whitespace, part 1.Jeroen van Rijn2024-06-121-5/+5
* | | win32genThomas la Cour2024-06-116-7/+1181
* | | windows bindings testThomas la Cour2024-06-115-0/+933
|/ /
* | Forbid all BSDs from running `core:net` testsFeoramund2024-06-111-1/+1
* | Add test for `core:math/big` permutation & combination procsFeoramund2024-06-091-0/+37
* | Rename `math/big` test packageFeoramund2024-06-091-1/+1
* | Add test for `slice.permute`Feoramund2024-06-091-1/+31
* | Clean up PNG code.Jeroen van Rijn2024-06-091-1/+0
* | Merge branch 'master' into png_cleanupJeroen van Rijn2024-06-092-0/+42
|\ \
| * \ Merge branch 'master' into tlsf-allocatorJeroen van Rijn2024-06-0912-329/+921
| |\ \
| * | | Add `core:mem` tests.Jeroen van Rijn2024-06-062-0/+9
| * | | Fix `fls_uint`Jeroen van Rijn2024-06-061-0/+41
* | | | Image: Add improved blending method and test it.Jeroen van Rijn2024-06-093-1/+37
| |/ / |/| |
* | | Add `*.bmp` to core tests `.gitignore`Feoramund2024-06-081-0/+1
* | | Merge pull request #3704 from Feoramund/fix-fmt-p-verbJeroen van Rijn2024-06-071-3/+40
|\ \ \
| * | | Add `#caller_location` to `check` in `fmt` testsFeoramund2024-06-071-2/+2
| * | | Add `%p` tests for `fmt`Feoramund2024-06-071-1/+38
* | | | Nuke ancient comment.Jeroen van Rijn2024-06-071-1/+0
|/ / /
* | | utilize `odin test -all-packages` instead of (make/bat) scripts for running t...Laytan Laats2024-06-078-254/+48
* | | Test roundtripping BMPJeroen van Rijn2024-06-071-4/+20
| |/ |/|
* | Re-add BMP test suite download.Jeroen van Rijn2024-06-061-2/+91
* | Rebased.Jeroen van Rijn2024-06-061-71/+581
* | Permit parsing of incomplete `infinity` but do not return trueFeoramund2024-06-041-27/+18
* | Add test for `infinity` with trailing charactersFeoramund2024-06-041-0/+15
* | Fix and subsume `test_issue_2087` into `strconv` test suiteFeoramund2024-06-041-0/+60
* | Add initial test suite for `core:strconv`Feoramund2024-06-043-0/+88
|/
* Merge branch 'master' into fix-fmt-compquat-signJeroen van Rijn2024-06-0444-3580/+1781
|\
| * Use `T.seed` in tests where applicableFeoramund2024-06-022-11/+5
| * Plug leak in AES tests.Jeroen van Rijn2024-06-021-0/+1
| * Disable `FANCY_OUTPUT` in Odin test scriptsFeoramund2024-06-023-3/+3
| * Factor benchmarks out into tests\benchmark\<pkg>Jeroen van Rijn2024-06-022-581/+4
| * Port `tests\core\net`Jeroen van Rijn2024-06-023-195/+85
| * Port `tests\core\thread`Jeroen van Rijn2024-06-024-48/+14
| * Port `testing\core\time`Jeroen van Rijn2024-06-023-80/+94
| * Port `tests\core\strings`Jeroen van Rijn2024-06-023-64/+26
| * Port `tests\core\slice`Jeroen van Rijn2024-06-023-99/+41
| * Port `tests\core\runtime`Jeroen van Rijn2024-06-021-38/+5
| * Port `tests\core\reflect`Jeroen van Rijn2024-06-023-57/+36
| * Port `tests\core\odin`Jeroen van Rijn2024-06-024-44/+22
| * Port `tests\core\text\match`Jeroen van Rijn2024-06-023-101/+71
| * Port `tests\core\math`, `math\linalg\glsl` and `math\noise`Jeroen van Rijn2024-06-025-313/+180
| * Port `testing\core\text\i18n`Jeroen van Rijn2024-06-023-109/+74
| * Port `testing\core\hash`Jeroen van Rijn2024-06-024-272/+262
| * Port `tests\core\fmt`Jeroen van Rijn2024-06-023-43/+22