aboutsummaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
...
* | posix: fix test on netbsdLaytan Laats2024-08-141-4/+15
* | posix: more testsLaytan Laats2024-08-141-3/+74
* | posix: add packageLaytan Laats2024-08-146-0/+518
* | fix `os.read_dir` closing the given file descriptorLaytan Laats2024-08-121-2/+4
* | core/odin: support field tags on bit_field fieldsLaytan Laats2024-08-111-3/+18
* | Merge pull request #4023 from Feoramund/simd-indexJeroen van Rijn2024-08-102-0/+90
|\ \
| * | 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-102-21/+21
| * | Add test for misaligned data to `core:simd/util` suiteFeoramund2024-08-091-0/+34
| * | Simplify and make `simd_util` cross-platformFeoramund2024-08-091-1/+0
| * | Add tests for vectorized `index_*` procsFeoramund2024-08-062-0/+109
* | | Merge pull request #4003 from Yawning/feature/crypto-improvementsJeroen van Rijn2024-08-103-345/+409
|\ \ \
| * | | core/crypto/aead: Initial importYawning Angel2024-08-103-394/+361
| * | | core/crypto/chacha20: Change API terminology to be consistent with AESYawning Angel2024-08-101-7/+7
| * | | core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305Yawning Angel2024-08-101-0/+62
| * | | core/crypto/chacha20poly1305: Change the interface to match GCMYawning Angel2024-08-101-60/+50
| * | | 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-042-5/+5
* | | fix os.read_dir with symlinksLaytan Laats2024-08-035-0/+37
* | | 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-256-11/+220
|\| |
| * | Allow json to unmarshal empty struct.Jeroen van Rijn2024-07-211-0/+18
| * | Ensure deletion of maybe is delayed until we're finished with it.Ronald2024-07-201-1/+1
| * | Fix typo in name of testRonald2024-07-201-1/+1
| * | Add encoding/ini testsRonald2024-07-201-0/+120
| * | Merge pull request #3929 from laytan/fix-fmt-len-transfer-to-childrenJeroen van Rijn2024-07-151-0/+16
| |\ \
| | * | add test for leaking struct tag into elemsLaytan Laats2024-07-151-0/+16
| * | | core/crypto/aes: Add Intel AES-NI supportYawning Angel2024-07-161-7/+5
| * | | test/core/crypto: Fix a copy-paste issue in failure spewYawning Angel2024-07-161-1/+1