Add combiner test
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 9 Sep 2012 21:56:53 +0000 (17:56 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 1 Oct 2012 16:56:09 +0000 (12:56 -0400)
commit4760599ff3008ab0f1e36a7d4d362362817fd930
treecd63ac07b7a3ba5c9b6091c1d25a62e782c9f791
parenta5b459114e35c7a946362f1e5857e8a87a403ec3
Add combiner test

This test runs the new floating point combiners on random input with
divide-by-zero exceptions turned on.

With the floating point combiners the only thing we guarantee is that
divide-by-zero exceptions are not generated, so change
enable_fp_exceptions() to only enable those, and rename accordingly.
demos/radial-test.c
pixman/pixman-private.h
pixman/pixman-utils.c
test/Makefile.sources
test/combiner-test.c [new file with mode: 0644]
test/gradient-crash-test.c
test/pdf-op-test.c
test/stress-test.c
test/utils.c
test/utils.h