aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4954 from Feoramund/os2-pathgingerBill2025-03-243-17/+373
|\
| * Add tests for new `os2` path APIFeoramund2025-03-211-0/+344
| * Decouple usage of `filepath` from `os2`Feoramund2025-03-213-17/+29
* | core:crypto/deoxysii: Initial importYawning Angel2025-03-231-0/+89
* | core/crypto/aegis: Initial importYawning Angel2025-03-231-0/+204
* | core/crypto/x448: Initial importYawning Angel2025-03-231-0/+63
* | Merge pull request #4836 from laytan/fix-wrong-out-of-memorygingerBill2025-03-202-1/+31
|\ \ | |/ |/|
| * cleanup test arenasLaytan Laats2025-02-122-0/+2
| * fix wrong out of memory in edge cases, just try allocate from block for one s...Laytan Laats2025-02-122-1/+29
* | Merge pull request #4877 from laytan/os2-additionsgingerBill2025-02-282-0/+105
|\ \
| * | os/os2: recursive directory walker, expose errors in read_directory, file cloneLaytan Laats2025-02-242-0/+105
* | | Add tests for new safe `to_cstring`Feoramund2025-02-271-0/+43
|/ /
* / fix addrinfo struct defLaytan Laats2025-02-122-0/+3
|/
* encoding/json: marshal enumerated arrays to objects with key-value pairsjkenda2025-02-011-1/+47
* os/os2: add get_executable_path and get_executable_directoryLaytan Laats2025-01-211-0/+22
* Merge branch 'master' of https://github.com/avanspector/Odinavanspector2025-01-101-0/+1
|\
| * Merge pull request #4605 from karl-zylinski/tracking-allocator-bad-free-defau...gingerBill2025-01-081-0/+1
| |\
| | * Makes tracking allocator default to crashing on a bad free instead of add to ...Karl Zylinski2024-12-211-0/+1
* | | Haiku: add posix testsavanspector2025-01-104-18/+54
|/ /
* | Add `#+feature dynamic-literals` to testsgingerBill2025-01-053-0/+3
* | Add `#+feature dynamic-literals` to testsgingerBill2025-01-055-0/+5
* | also add a test for non power of 2 N for good measurefleandro2025-01-031-0/+31
* | fix N=1 and cleanup testsfleandro2025-01-031-20/+61
* | fix test leaksfleandro2025-01-031-0/+1
* | runtime: map_cell_index_static produced wrong results when the number of elem...fleandro2025-01-031-1/+25
* | Fix the unused variable errorsAdam Zadrożny2024-12-041-2/+2
* | improve `strings.index_multi`Adam Zadrożny2024-12-041-0/+19
* | Add test for regex preallocated captures.Ycros2024-12-041-0/+37
* | Correct handling newlines between build tags in `core:odin`Damian Tarnawski2024-12-011-12/+9
|/
* Add comment explaining #4515 test.Jeroen van Rijn2024-11-251-3/+8
* Test #4515Jeroen van Rijn2024-11-251-0/+34
* oops, copy-paste-bugColin Davidson2024-11-201-1/+1
* fix parsing issue around utc/localtime splitColin Davidson2024-11-201-0/+10
* [runtime] `make(map[K]V)` should not allocate any capacityTetralux2024-11-161-0/+24
* os2: skip dir test when unsupportedLaytan Laats2024-11-151-0/+6
* os2: add read dir testLaytan Laats2024-11-151-0/+26
* add new test, better fail-check, and non-transitioning tz fixColin Davidson2024-11-051-0/+14
* fix thread_unix for Darwin after pthread corrections in posix packageLaytan Laats2024-10-302-0/+48
* Merge pull request #4427 from laytan/posix-additionsgingerBill2024-10-304-16/+9
|\
| * fix testLaytan2024-10-281-1/+1
| * sys/posix: impl rest of linux, impl some of WindowsLaytan Laats2024-10-284-17/+10
* | encoding/cbor: fix skipping of ignored/missing fields in struct unmarshalLaytan Laats2024-10-261-1/+4
* | encoding/cbor: handle binary having more fields than the struct by discardingLaytan Laats2024-10-251-0/+51
* | Merge pull request #4335 from colrdavidson/datetime_tzJeroen van Rijn2024-10-221-0/+212
|\ \ | |/ |/|
| * tweaks per laytan suggestionsColin Davidson2024-10-101-8/+8
| * Initial cut of timezonesColin Davidson2024-10-091-0/+212
* | build tracking allocator code on freestanding wasmLaytan Laats2024-10-141-0/+16
|/
* reset n before stderr path tooLaytan Laats2024-10-051-0/+1
* add unsupported check in process testLaytan2024-10-041-0/+6
* enable test on bsdsLaytan Laats2024-10-031-14/+4