3996f3279b
Fix two bugs: - clip in casts from int32 and uint32 could overflow -- do these as gint64 now - clip in casts from float to int could overflow since float32 can't represent the full range of int32 without losing precision -- do these as double And add some more tests. Thanks ewelot. see https://github.com/libvips/libvips/issues/1922 |
||
---|---|---|
.. | ||
test-suite | ||
.gitignore | ||
Makefile.am | ||
README.md | ||
test_cli.sh | ||
test_connections.c | ||
test_connections.sh | ||
test_descriptors.c | ||
test_descriptors.sh | ||
test_formats.sh | ||
test_seq.sh | ||
test_stall.sh | ||
test_threading.sh | ||
test_thumbnail.sh | ||
variables.sh.in |
libvips test suite
This is in two parts: a few simple bash scripts in this directory are run on "make check", and a fancier Python test suite that's run by Travis on each commit.