Add alpha-loop test program
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 4 Aug 2010 21:55:14 +0000 (17:55 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 16 Aug 2010 01:57:18 +0000 (21:57 -0400)
commit9fe7d32c4b704a10e780444530eaea28b4351110
tree95b1d05be7e776039606f18fb95ff9b6658d3ce9
parent8a5d1be1dab799ed23239f3471b4a351d8356368
Add alpha-loop test program

This tests what happens if you attempt to make an image with an alpha
map that has the image as its alpha map. This results in an infinite
loop in _pixman_image_validate(), so the test sets up a SIGALRM to
exit if it runs for more than five seconds.
configure.ac
test/Makefile.am
test/alpha-loop.c [new file with mode: 0644]
test/utils.c
test/utils.h