aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* Make core:net test os.exit(1) on failure.Jeroen van Rijn2023-09-301-0/+5
* Allow any order of query strings in net.join_url tests.Jeroen van Rijn2023-09-301-24/+98
* Change large math/big test literals to hex.Jeroen van Rijn2023-09-302-5/+6
* Add test for utf8 multibyte stringsAbdelrahman Farid2023-09-191-0/+8
* use KiB etc. instead of KBLaytan Laats2023-09-121-14/+14
* fix test caseLaytan Laats2023-09-011-1/+1
* actually run the testLaytan Laats2023-09-011-1/+2
* Add formatting of bytes into the best unit of measurementLaytan Laats2023-09-012-0/+62
* Keep `-vet` happy by removing `using`gingerBill2023-07-315-143/+99
* Keep -vet happygingerBill2023-07-312-18/+15
* Remove `using` where easily possiblegingerBill2023-07-315-26/+21
* Fix #2684Jeroen van Rijn2023-07-281-16/+18
* 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 #2541 from laytan/add-hex-and-expand-percent-decodingJeroen van Rijn2023-05-151-0/+93
|\
| * 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
|/
* Merge pull request #2445 from Lperlind/documentation/strings_returnsJeroen van Rijn2023-04-081-12/+26
|\
| * Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-12/+26
* | core/crypto: Add private attributes for internalsYawning Angel2023-04-081-1/+7
|/
* Make tests scripts error if a test failsLucas Perlind2023-04-032-24/+26
* 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
|\
| * folder name changedskytrias2022-12-212-29/+29
| * fix styling issues and use switches in cases its necessary, add comments to h...skytrias2022-12-201-3/+3
| * 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-291-1/+835
* Merge pull request #1544 from FancyKillerPanda/build_ignoregingerBill2022-11-031-1/+0
|\
| * 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
* | Enable libc complex test.Jeroen van Rijn2022-09-221-2/+5
* | Correcting libc pow bindings134195962022-09-212-0/+128
* | [core:image/tga] Add tests.Jeroen van Rijn2022-09-101-0/+23
* | cleanup testsPhil2022-09-011-0/+7
* | add sort_by_indices overload and testPhil2022-09-011-0/+16
* | add tests for sort_by_indicesPhil2022-09-011-0/+65
* | cleanup slice sorting with indices changesPhil2022-09-011-1/+4
* | have sort_with_indices allocate. Add a couple convenience procs for using the...Phil2022-09-011-10/+4
* | Add test for core:slice.Jeroen van Rijn2022-09-012-1/+103
* | Correct naming in testsgingerBill2022-07-112-4/+4
* | [image/png] Construct test paths differently.Jeroen van Rijn2022-06-111-1/+2