aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* add testLaytan Laats2023-07-023-0/+21
|
* Fix tests for `-strict-style`gingerBill2023-06-261-2/+2
|
* Merge pull request #2582 from ftphikari/mastergingerBill2023-06-211-2/+2
|\ | | | | [core:thread] Added self_cleanup flag to properly auto-clean threads
| * [core:thread] Added `self_cleanup` flag to properly auto-clean threadshikari2023-06-071-2/+2
| |
* | [check-type] fix faulty #no_nil variants errorfinn2023-06-132-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | - when checking the variants of a union type we will skip adding the variants if we have an unspecialized polymorphic, hence our union_type variants will be empty and have a count of 0 - so when checking if we violate the #no_nil error, if we are in the unspecialized polymorphic case and there exists at least one variant in the original variants then we should not raise this error - test checks that we do not raise the error anymore, and that we still detect the #no_nil error in the described circumstances
* | Merge pull request #2552 from jcmoyer/fix-2466gingerBill2023-06-083-0/+24
|\ \ | |/ |/| Use compound literal storage for ValueDecl lvals
| * Add test for #2466J.C. Moyer2023-05-213-0/+24
| |
* | Document core:math/rand and add 'possible output'Lucas Perlind2023-05-311-18/+32
| | | | | | | | | | | | Possible output allows us to just type check a test and have some sort of output field in the docs but not actually verify it matches stdout
* | Add missing commagingerBill2023-05-291-1/+1
| |
* | fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-221-1/+15
|/
* Merge pull request #2523 from jcmoyer/fix-2056gingerBill2023-05-183-0/+24
|\ | | | | Zero non-diagonal elements when converting to matrix
| * Add test for issue #2056J.C. Moyer2023-05-093-0/+24
| |
* | Merge pull request #2541 from laytan/add-hex-and-expand-percent-decodingJeroen van Rijn2023-05-151-0/+93
|\ \ | | | | | | fix hex.encode and add tests for the package
| * | fix hex.encode and add tests for the packageLaytan Laats2023-05-151-0/+93
| |/
* | Add test for net.split_urlYoshihiro Tanaka2023-05-141-9/+49
| |
* | Join URL queries with &Yoshihiro Tanaka2023-05-141-1/+35
|/
* Windows requires the botan-3 naming due to the new releasezhibog2023-05-031-0/+0
|
* Add Botan 3.0, comment some tests, due to removed algorithmszhibog2023-05-032-5/+5
|
* Merge pull request #2445 from Lperlind/documentation/strings_returnsJeroen van Rijn2023-04-082-13/+27
|\ | | | | Document return values of strings and add allocator errors where possible
| * Document return values of strings and add allocator errors whereLucas Perlind2023-04-072-13/+27
| | | | | | | | possible
* | core/crypto: Add private attributes for internalsYawning Angel2023-04-081-1/+7
|/ | | | | These constants and internal routines are not intended for use outside the actual implementations themselves.
* Re-enable documentation CI and improve error messagesLucas Perlind2023-04-071-2/+37
|
* Merge pull request #2436 from Lperlind/batch-failJeroen van Rijn2023-04-036-38/+36
|\ | | | | Make tests scripts error if a test fails
| * Make tests scripts error if a test failsLucas Perlind2023-04-036-38/+36
| | | | | | | | | | Additionally fixes tests that were found broken because of this.
* | Enforce example names in documentationLucas Perlind2023-04-011-70/+97
|/
* Add documentation tester and make it apart of CI workflowLucas Perlind2023-03-302-0/+406
|
* Add tests for string case conversionJeroen van Rijn2023-03-241-0/+46
|
* Apply #shared_nil to Network_ErrorJeroen van Rijn2023-03-041-7/+10
|
* Finish cleaning up core_net.Jeroen van Rijn2023-03-031-2/+2
|
* manually start merging core_netColin Davidson2023-03-013-1/+517
|
* Merge pull request #2269 from Skytrias/luapatterngingerBill2022-12-223-2/+406
|\ | | | | Add lua pattern matching to core:text with tests
| * folder name changedskytrias2022-12-212-29/+29
| |
| * fix styling issues and use switches in cases its necessary, add comments to ↵skytrias2022-12-201-3/+3
| | | | | | | | helpers
| * add iter_index and update tests to use easier matcher setupskytrias2022-12-201-50/+22
| |
| * case insensitive helper callskytrias2022-12-181-24/+28
| |
| * add proper unicode walkingskytrias2022-12-181-42/+102
| |
| * balanced string, frontier pattern, gsub_with and their tests addedskytrias2022-12-181-12/+47
| |
| * create lua strlib text package and testsskytrias2022-12-183-1/+334
| |
* | Add more utility procedures to small arrayLucas Perlind2022-12-212-1/+62
|/
* Improve core:math procedures and add loads of unit testsgingerBill2022-11-292-2/+842
|
* Test new map when used as a set.Jeroen van Rijn2022-11-151-0/+117
| | | | map[K]struct{} works fine.
* map tests for Linux and MacJeroen van Rijn2022-11-132-1/+8
|
* map: Add tests for update + delete.Jeroen van Rijn2022-11-131-5/+148
|
* Update tests/internal/build.batJeroen van Rijn2022-11-121-1/+2
|
* Add tests/internal/build.batJeroen van Rijn2022-11-121-0/+2
|
* Add tests for new map implementation.Jeroen van Rijn2022-11-121-0/+122
|
* Merge pull request #1544 from FancyKillerPanda/build_ignoregingerBill2022-11-031-1/+0
|\ | | | | Changed `//+ignore` to `//+build ignore` and emit a warning for unknown tags
| * Removed //+build ignore from tests/core/math/big/test.odin.FancyKillerPanda2022-02-241-1/+0
| |
| * Changed //+ignore to //+build ignore.FancyKillerPanda2022-02-241-1/+1
| |
* | Merge pull request #2115 from Lperlind/staging/soa_ptr_debug_fixgingerBill2022-10-103-9/+33
|\ \ | | | | | | Generate debug info for Type_SoaPointer