aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1916-24/+24
|\ \
| * | Changed some recently added //+ usages to #+ and also fixed some //+ usages i...Karl Zylinski2024-09-172-2/+2
| * | 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-1414-22/+22
* | | 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
| |/ |/|
* | Merge pull request #4212 from karl-zylinski/fix-build-tagsLaytan2024-09-071-1/+2
|\ \
| * | Fix build tags that use ! multiple times on one line. Those don't actually do...Karl Zylinski2024-09-071-1/+2
| |/
* | Update 4210 test to use `unaligned_load`.Jeroen van Rijn2024-09-071-8/+8
* | Add test for #4210Jeroen van Rijn2024-09-073-0/+87
|/
* 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
|/
* fix bad importLaytan Laats2024-08-311-2/+2
* 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