aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4053 from Feoramund/fix-gitignoreJeroen van Rijn2024-08-121-0/+19
|\
| * Add `.gitignore` for `tests` directoryFeoramund2024-08-121-0/+19
* | fix `os.read_dir` closing the given file descriptorLaytan Laats2024-08-121-2/+4
* | Merge pull request #4060 from laytan/support-field-tag-bitsets-in-core-odinLaytan2024-08-121-3/+18
|\ \
| * | core/odin: support field tags on bit_field fieldsLaytan Laats2024-08-111-3/+18
| |/
* / fix type switching over internal pointer unionLaytan Laats2024-08-121-0/+24
|/
* Merge pull request #4023 from Feoramund/simd-indexJeroen van Rijn2024-08-104-0/+207
|\
| * 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-104-31/+31
| * Add test for misaligned data to `core:simd/util` suiteFeoramund2024-08-091-0/+34
| * Make `simd_util` index procs `contextless` where applicableFeoramund2024-08-091-3/+3
| * Simplify and make `simd_util` cross-platformFeoramund2024-08-092-2/+0
| * Add benchmarks for vectorized `index_*` procsFeoramund2024-08-062-0/+118
| * Add tests for vectorized `index_*` procsFeoramund2024-08-062-0/+109
* | Merge pull request #4003 from Yawning/feature/crypto-improvementsJeroen van Rijn2024-08-104-353/+420
|\ \
| * | core/crypto/aead: Initial importYawning Angel2024-08-103-394/+361
| * | core/crypto/chacha20: Change API terminology to be consistent with AESYawning Angel2024-08-102-15/+15
| * | core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305Yawning Angel2024-08-101-0/+62
| * | core/crypto/chacha20poly1305: Change the interface to match GCMYawning Angel2024-08-102-61/+54
| * | core/crypto/chacha20: Use 128-bit/256-bit SIMDYawning Angel2024-08-101-3/+55
| * | core/crypto/aes: Use NIST terminology for the IVYawning Angel2024-08-101-2/+2
| * | test/core/crypto: Minor changes to AES related testsYawning Angel2024-08-101-61/+54
* | | encoding/cbor: various fixesLaytan Laats2024-08-091-42/+41
|/ /
* | Merge pull request #3810 from Feoramund/freebsd-core-netJeroen van Rijn2024-08-092-1/+92
|\ \
| * | Add new contribution notes to `core:net`Feoramund2024-08-052-0/+14
| * | Add `core:net` tests specifically for FreeBSDFeoramund2024-08-051-0/+77
| * | Enable `core:net` tests for FreeBSDFeoramund2024-06-261-1/+1
* | | Merge pull request #4043 from Kelimion/expect_leak_or_bad_freeJeroen van Rijn2024-08-082-60/+79
|\ \ \
| * | | Fix shoco heisenleakJeroen van Rijn2024-08-081-6/+4
| * | | Use test runner's own tracking allocator.Jeroen van Rijn2024-08-081-0/+6
| * | | Allow testing for intentional leaks in test runnerJeroen van Rijn2024-08-081-54/+69
* | | | Merge pull request #4038 from Hyrtwol/core-sys-windows-rawinput-codeJeroen van Rijn2024-08-081-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | rawinput codeThomas la Cour2024-08-081-0/+13
| | |/ | |/|
* | | Fix typo.Jeroen van Rijn2024-08-081-1/+1
* | | Rename package to test_core_os to fit with the rest of test_*Jeroen van Rijn2024-08-081-1/+1
* | | Allow symlink test to work irrespective of git settings.Jeroen van Rijn2024-08-082-15/+40
|/ /
* | Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-043-6/+6
* | fix os.read_dir with symlinksLaytan Laats2024-08-035-0/+37
* | fix `specific_union_variant in map_keyed_by_union` not converting to union typeLaytan Laats2024-07-291-0/+20
* | removed some commentsThomas la Cour2024-07-261-5/+0
* | try to add sys/windows to the normal core testsThomas la Cour2024-07-261-0/+1
* | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-261-0/+37
|\ \
| * | Add `time.to_string*` formatters.Jeroen van Rijn2024-07-251-0/+37
* | | removed old test stuffThomas la Cour2024-07-261-67/+1
* | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-2510-11/+358
|\| |
| * | Merge pull request #3951 from Kelimion/lua_testJeroen van Rijn2024-07-243-0/+82
| |\ \
| | * | use #directory in lua testLaytan Laats2024-07-221-1/+1
| | * | Add Lua example to vendor\lua as well as basic tests.Jeroen van Rijn2024-07-203-0/+82
| * | | Allow json to unmarshal empty struct.Jeroen van Rijn2024-07-211-0/+18