aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove posix signal test, it isn't thread safeLaytan Laats2024-10-031-48/+0
* fix os2.process_exec on non-windows and add a smoke testLaytan Laats2024-10-032-0/+29
* core/crypto/_sha3: Fix edge case in cSHAKE bytepadYawning Angel2024-09-301-0/+17
* Add linear_search_reverse and linear_search_reverse_procNia2024-09-251-0/+35
* fix vet warningsSimon Cruanes2024-09-221-2/+2
* Apply suggestions from code reviewSimon Cruanes2024-09-211-2/+3
* add tests for time.time_to_rfc3339Simon Cruanes2024-09-211-1/+30
* Merge pull request #4261 from laytan/net-bound-endpointgingerBill2024-09-191-22/+27
|\
| * net: add `bound_endpoint` procedureLaytan Laats2024-09-171-22/+27
* | Merge pull request #4203 from karl-zylinski/file-tags-without-commentsgingerBill2024-09-1913-21/+21
|\ \
| * | Changed some recently added //+ usages to #+ and also fixed some //+ usages i...Karl Zylinski2024-09-171-1/+1
| * | Merge branch 'master' into file-tags-without-commentsKarl Zylinski2024-09-176-15/+1015
| |\|
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-1412-20/+20
* | | fix it moreLaytan Laats2024-09-171-1/+1
* | | fix error interrupt error checkLaytan Laats2024-09-171-1/+1
| |/ |/|
* | Remove comment from core sync tests now that they're fixedpkova2024-09-171-3/+0
* | Fix core sync test deadlock on darwinpkova2024-09-171-1/+0
* | Merge pull request #4209 from flysand7/core-memgingerBill2024-09-161-2/+2
|\ \
| * | [mem]: Don't use named params for dynamic pool in testsflysand72024-09-081-2/+2
* | | Check for `EINTR` in `sys/posix` testFeoramund2024-09-151-0/+3
* | | Add tests for `core:sync` and `core:sync/chan`Feoramund2024-09-113-0/+994
* | | Fix data race in `test_core_flags`Feoramund2024-09-101-13/+20
| |/ |/|
* | Fix build tags that use ! multiple times on one line. Those don't actually do...Karl Zylinski2024-09-071-1/+2
|/
* bytes: fix last_index_byte off-by-onelaytan2024-09-051-0/+8
* Merge pull request #4194 from Feoramund/update-bit-arrayJeroen van Rijn2024-09-031-0/+244
|\
| * Add tests for `Bit_Array`Feoramund2024-09-031-0/+244
* | Merge pull request #4192 from laytan/strings-substring-rune-wiseJeroen van Rijn2024-09-031-1/+32
|\ \ | |/ |/|
| * strings: add `substring`, `substring_to` and `substring_from`Laytan Laats2024-09-031-1/+32
* | strings.cut without allocation.Jeroen van Rijn2024-09-031-6/+7
|/
* Merge pull request #4186 from Feoramund/fix-4177gingerBill2024-09-031-0/+19
|\
| * Return false if `Small_Array` can't append multiple elementsFeoramund2024-09-031-0/+19
* | Merge pull request #4187 from Feoramund/fix-slice-equalgingerBill2024-09-031-1/+31
|\ \
| * | Check for zero-length slices in `slice.equal`Feoramund2024-09-031-1/+31
| |/
* / Add `time.time_to_datetime`Feoramund2024-09-031-0/+25
|/
* Merge pull request #4009 from thetarnav/file-tag-parsergingerBill2024-08-301-0/+155
|\
| * Satisfy vetDamian Tarnawski2024-08-291-10/+9
| * Add and test match_build_tagsDamian Tarnawski2024-08-291-29/+51