Karl Zylinski 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 year ago
..
assets 2fe961cbcd Fold XML attribute whitespace. 1 year ago
bytes a99e57c62c bytes: fix last_index_byte off-by-one 1 year ago
c 1f04f541cf Fix `-vet` and `-strict-style` failures in tests 1 year ago
compress b82cfc5f15 Fix shoco heisenleak 1 year ago
container 2f1228baa0 Add tests for `Bit_Array` 1 year ago
crypto ba1ad82c2b core/crypto/aead: Initial import 1 year ago
encoding 1f04f541cf Fix `-vet` and `-strict-style` failures in tests 1 year ago
flags 97c499dbb4 Begin mapping `os.Error` in the rest of the codebase 1 year ago
fmt f362e0fa20 add test for leaking struct tag into elems 1 year ago
hash 1a52cf1f1c Use test's random generator 1 year ago
image 5be7d8e32d Clean up PNG code. 1 year ago
io cca385209b Remove double close 1 year ago
math b49b80bdf9 Add test for `count_digits_of_base` 1 year ago
mem 4d27898418 Use test runner's own tracking allocator. 1 year ago
net 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 year ago
odin 655610ec87 Satisfy vet 1 year ago
os a4ac3cc6e8 fix `os.read_dir` closing the given file descriptor 1 year ago
path b0cbda4ee0 Fix indentation of tests 1 year ago
reflect 80b115748f Port `tests\core\reflect` 1 year ago
runtime 95d1c29c2a Free the arenas allocated in `test_core_runtime` 1 year ago
slice 806c87d71d Check for zero-length slices in `slice.equal` 1 year ago
strconv 25feff3eb4 Permit parsing of incomplete `infinity` but do not return true 1 year ago
strings 645207b8b0 Merge pull request #4192 from laytan/strings-substring-rune-wise 1 year ago
sys b08c14b710 fix style, ensure we compile with flags `-vet -strict-style -disallow-do` 1 year ago
text c77e8ca401 Fix tests 1 year ago
thread dacb0f7786 Port `tests\core\thread` 1 year ago
time f6f2c67f37 Add `time.time_to_datetime` 1 year ago
unicode 1f04f541cf Fix `-vet` and `-strict-style` failures in tests 1 year ago
.gitignore 5c8f78a25a Add `*.bmp` to core tests `.gitignore` 1 year ago
download_assets.py 0a528777e8 utilize `odin test -all-packages` instead of (make/bat) scripts for running tests 1 year ago
normal.odin 5b9e9fb822 Add test suite for `core:io` 1 year ago
speed.odin d2a2c1e74e Image: Add improved blending method and test it. 1 year ago