aboutsummaryrefslogtreecommitdiff
path: root/tests/internal/test_map.odin
Commit message (Collapse)AuthorAgeFilesLines
* fix `specific_union_variant in map_keyed_by_union` not converting to union typeLaytan Laats2024-07-291-0/+20
|
* Use test's random generatorFeoramund2024-06-151-26/+13
| | | | | This removes the `create` calls when a test was only setting up a generator, and it replaces them with `reset` when run in a loop.
* Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`gingerBill2024-06-151-21/+41
|
* utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵Laytan Laats2024-06-071-2/+2
| | | | tests
* Strip old test runner back out of `internal`, `issues` and `vendor`Jeroen van Rijn2024-06-021-116/+46
|
* correct newly found vetsLaytan Laats2024-04-031-6/+6
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Test new map when used as a set.Jeroen van Rijn2022-11-151-0/+117
| | | | map[K]struct{} works fine.
* map: Add tests for update + delete.Jeroen van Rijn2022-11-131-5/+148
|
* Add tests for new map implementation.Jeroen van Rijn2022-11-121-0/+122