aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix amd64 sysv abi to pass asan everywhereLaytan Laats2024-04-042-1/+66
* fix 128 bit int alignment on arm64Laytan Laats2024-04-043-3/+67
* Merge pull request #3366 from laytan/fix-vet-scope-buggingerBill2024-04-032-8/+8
|\
| * correct newly found vetsLaytan Laats2024-04-032-8/+8
* | Make it a HMAC.Jeroen van Rijn2024-04-011-201/+205
* | Add SHA3-512 digests verification to test assets.Jeroen van Rijn2024-04-011-41/+202
|/
* Merge pull request #3294 from laytan/update-glfw-from-3.3.8-to-3.4gingerBill2024-03-211-3/+3
|\
| * glfw: update from 3.3.8 to 3.4Laytan Laats2024-03-181-3/+3
* | Ensmallen Date struct.Jeroen van Rijn2024-03-201-2/+2
* | Ensmallen Time struct.Jeroen van Rijn2024-03-201-2/+2
* | Change Ordinal from int to i64Jeroen van Rijn2024-03-201-3/+4
* | Fix test label.Jeroen van Rijn2024-03-181-1/+1
* | Add WiP datetime package and tests.Jeroen van Rijn2024-03-183-1/+187
|/
* vendor/botan: RemoveYawning Angel2024-03-044-425/+8
* tests/core/crypto: Use the `tests/common` boilerplateYawning Angel2024-03-048-107/+87
* core/crypto/kmac: Initial importYawning Angel2024-03-041-0/+98
* core/crypto/tuplehash: Initial importYawning Angel2024-03-042-131/+342
* core/crypto/shake: Support cSHAKEYawning Angel2024-03-041-6/+60
* core/crypto/hkdf: Initial importYawning Angel2024-03-041-0/+67
* core/crypto/pbkdf2: Initial importYawning Angel2024-03-042-0/+120
* Merge pull request #3203 from listeriaceae/mastergingerBill2024-03-011-0/+181
|\
| * port math.round from GolangJuan Ignacio Díaz2024-02-161-0/+181
* | core/container/avl: Initial importYawning Angel2024-02-242-0/+162
* | test/core/container: Refactor for multiple container typesYawning Angel2024-02-242-19/+34
* | tests/core: Bring the Makefile more in-sync with build.batYawning Angel2024-02-243-25/+33
* | Make sure we are listening before starting the clientLaytan Laats2024-02-201-15/+10
* | Add logs to flaky testLaytan Laats2024-02-201-6/+33
* | Remove flaky testLaytan Laats2024-02-201-23/+0
* | Improve net testsLaytan Laats2024-02-201-128/+81
|/
* core/crypto: Stop using context.temp_allocatorYawning Angel2024-02-071-0/+25
* core/crypto/hmac: Initial importYawning Angel2024-02-072-130/+243
* core/crypto/hash: Make the low level interface allocator-lessYawning Angel2024-02-071-4/+10
* tests/core/crypto: ReorganizeYawning Angel2024-02-075-668/+674
* core/crypto/shake: SHAKE is an XOF, not a hashYawning Angel2024-02-072-31/+79
* tests/core/crypto: Cleanup/modernize a bitYawning Angel2024-02-073-249/+366
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-072-388/+615
* fix hxa test use after free, skip weird pow test failureLaytan Laats2024-02-022-4/+11
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-287-8/+8
* Merge pull request #3006 from hwchen/hwchen/last_index_anyJeroen van Rijn2024-01-081-0/+12
|\
| * fix strings.last_index_any for single charWalther Chen2023-12-181-0/+12
* | Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-022-104/+104
* | add other failing test and fix themLaytan Laats2023-12-181-1/+12
* | switch tests aroundLaytan Laats2023-12-181-1/+1
* | add failing test for runtime arena edge caseLaytan Laats2023-12-183-1/+71
|/
* Used `strings.builder_reset` instead of `clear` for the string builderHector2023-11-251-4/+6
* Updated to tabs and used provided test methods.Hector2023-11-251-33/+37
* Binary search improvementsHector2023-11-253-3/+85
* Merge pull request #2939 from laytan/allow-larger-thread-poly-dataJeroen van Rijn2023-11-243-1/+93
|\
| * fix self_cleanup causing join to faillaytan2023-11-201-6/+10
| * Fix shadowingLaytan Laats2023-11-151-12/+12