aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Parse build_project_name as `[][]string`Damian Tarnawski2024-08-291-36/+37
| * Move some types to runtime, use reflection instead of lutDamian Tarnawski2024-08-291-8/+8
| * Add a file tag parser to core:odin/parserDamian Tarnawski2024-08-291-0/+133
* | Remove double closeLaytan Laats2024-08-281-1/+0
* | Properly close the temporary files in io testsLaytan Laats2024-08-281-2/+4
* | Add `io` tests for `bufio` streamsFeoramund2024-08-281-0/+120
* | Make sure `seek` succeeds in `io.Limited_Reader` test setupFeoramund2024-08-281-1/+6
* | Test empty slice usage in `io` procsFeoramund2024-08-281-0/+32
* | Test `io` unexpected pointer movementFeoramund2024-08-281-0/+32
* | Update `core:io` testsFeoramund2024-08-281-48/+44
* | Add test suite for `core:io`Feoramund2024-08-282-0/+550
|/
* fix style, ensure we compile with flags `-vet -strict-style -disallow-do`Fakhri Mouad2024-08-281-29/+27
* fix indentation in test fileFakhri Mouad2024-08-281-11/+11
* avoid using `do` statement in odin codebaseFakhri Mouad2024-08-281-9/+14
* Add Win32 procs needed to handle clipboardFakhri Mouad2024-08-281-0/+52
* Fix `-vet` and `-strict-style` failures in testsFeoramund2024-08-265-21/+20
* 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-212-0/+1046
|\
| * 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-241-22/+0
| * 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 tests for `core:text/regex`Feoramund2024-07-222-0/+1013
* | Add test for `count_digits_of_base`Feoramund2024-08-181-1/+35
* | fix `open` bindingsLaytan Laats2024-08-161-0/+21
* | 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
* | fix `os.read_dir` closing the given file descriptorLaytan Laats2024-08-121-2/+4
* | core/odin: support field tags on bit_field fieldsLaytan Laats2024-08-111-3/+18
* | Merge pull request #4023 from Feoramund/simd-indexJeroen van Rijn2024-08-102-0/+90
|\ \
| * | 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-102-21/+21
| * | Add test for misaligned data to `core:simd/util` suiteFeoramund2024-08-091-0/+34
| * | Simplify and make `simd_util` cross-platformFeoramund2024-08-091-1/+0
| * | Add tests for vectorized `index_*` procsFeoramund2024-08-062-0/+109
* | | Merge pull request #4003 from Yawning/feature/crypto-improvementsJeroen van Rijn2024-08-103-345/+409
|\ \ \
| * | | core/crypto/aead: Initial importYawning Angel2024-08-103-394/+361
| * | | core/crypto/chacha20: Change API terminology to be consistent with AESYawning Angel2024-08-101-7/+7
| * | | core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305Yawning Angel2024-08-101-0/+62