aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Free the arenas allocated in `test_core_runtime`Feoramund2024-08-261-0/+3
* Fix testsgingerBill2024-08-211-2/+2
* Merge pull request #3962 from Feoramund/regexgingerBill2024-08-214-0/+1305
|\
| * Remove debug line from testFeoramund2024-08-051-1/+0
| * Add explicit test case for Capture `pos`Feoramund2024-08-041-0/+25
| * Use `regex.destroy` for test capturesFeoramund2024-08-041-4/+1
| * Test that a RegEx Capture `pos` corresponds to its `groups`Feoramund2024-08-041-0/+7
| * Remove printing facilities for `Regular_Expression`Feoramund2024-07-242-26/+4
| * Allow configuring of `MAX_CAPTURE_GROUPS` for `n` > 10Feoramund2024-07-241-6/+64
| * Add test cases for unclosed classes and repetitionFeoramund2024-07-241-97/+66
| * Add benchmarks for `core:text/regex`Feoramund2024-07-222-0/+259
| * Add tests for `core:text/regex`Feoramund2024-07-222-0/+1013
* | Merge pull request #4101 from Yawning/feature/index-byte-tweaksJeroen van Rijn2024-08-191-0/+3
|\ \
| * | core/bytes: Tweak `index_byte` and `last_index_byte`Yawning Angel2024-08-191-0/+3
* | | Add test for `count_digits_of_base`Feoramund2024-08-181-1/+35
|/ /
* | fix `open` bindingsLaytan Laats2024-08-161-0/+21
* | Improve benchmarks.Jeroen van Rijn2024-08-162-45/+52
* | Allow ODIN_TEST_LOG_LEVEL override when -debug.Jeroen van Rijn2024-08-141-0/+3
* | posix/os2: fix test and add back in removed temp guardLaytan Laats2024-08-141-5/+0
* | posix: actually fix netbsd testLaytan Laats2024-08-141-0/+1
* | posix: fix test on netbsdLaytan Laats2024-08-141-4/+15
* | posix: more testsLaytan Laats2024-08-141-3/+74
* | posix: add packageLaytan Laats2024-08-146-0/+518
* | Merge pull request #4053 from Feoramund/fix-gitignoreJeroen van Rijn2024-08-121-0/+19
|\ \
| * | Add `.gitignore` for `tests` directoryFeoramund2024-08-121-0/+19
* | | fix `os.read_dir` closing the given file descriptorLaytan Laats2024-08-121-2/+4
* | | Merge pull request #4060 from laytan/support-field-tag-bitsets-in-core-odinLaytan2024-08-121-3/+18
|\ \ \
| * | | core/odin: support field tags on bit_field fieldsLaytan Laats2024-08-111-3/+18
| |/ /
* / / fix type switching over internal pointer unionLaytan Laats2024-08-121-0/+24
|/ /
* | Merge pull request #4023 from Feoramund/simd-indexJeroen van Rijn2024-08-104-0/+207
|\ \
| * | Use `SIMD_SCAN_WIDTH` constant in `core:bytes` testFeoramund2024-08-101-3/+7
| * | Simplify `core:bytes` testFeoramund2024-08-101-74/+18
| * | Merge `core:simd/util` into `core:bytes`Feoramund2024-08-104-31/+31
| * | Add test for misaligned data to `core:simd/util` suiteFeoramund2024-08-091-0/+34
| * | Make `simd_util` index procs `contextless` where applicableFeoramund2024-08-091-3/+3
| * | Simplify and make `simd_util` cross-platformFeoramund2024-08-092-2/+0
| * | Add benchmarks for vectorized `index_*` procsFeoramund2024-08-062-0/+118
| * | Add tests for vectorized `index_*` procsFeoramund2024-08-062-0/+109
* | | Merge pull request #4003 from Yawning/feature/crypto-improvementsJeroen van Rijn2024-08-104-353/+420
|\ \ \
| * | | core/crypto/aead: Initial importYawning Angel2024-08-103-394/+361
| * | | core/crypto/chacha20: Change API terminology to be consistent with AESYawning Angel2024-08-102-15/+15
| * | | core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305Yawning Angel2024-08-101-0/+62
| * | | core/crypto/chacha20poly1305: Change the interface to match GCMYawning Angel2024-08-102-61/+54
| * | | core/crypto/chacha20: Use 128-bit/256-bit SIMDYawning Angel2024-08-101-3/+55
| * | | core/crypto/aes: Use NIST terminology for the IVYawning Angel2024-08-101-2/+2
| * | | test/core/crypto: Minor changes to AES related testsYawning Angel2024-08-101-61/+54
* | | | encoding/cbor: various fixesLaytan Laats2024-08-091-42/+41
|/ / /
* | | Merge pull request #3810 from Feoramund/freebsd-core-netJeroen van Rijn2024-08-092-1/+92
|\ \ \
| * | | Add new contribution notes to `core:net`Feoramund2024-08-052-0/+14
| * | | Add `core:net` tests specifically for FreeBSDFeoramund2024-08-051-0/+77