Test program for stressing the use of different formats and operators
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Tue, 21 Jul 2009 22:29:51 +0000 (01:29 +0300)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 8 Aug 2009 22:50:41 +0000 (18:50 -0400)
commit67769ad5bf15450d0fd0d83643e3533a9f563916
tree779f78795264958903a1d494d6aff6ac19ad7c71
parent51f597ad3258dd85b4620ac2bf0df8ca2e0ed182
Test program for stressing the use of different formats and operators

The code and overall method is mostly based on scaling-test. This one
focuses on trying to stress as many different color formats and types
of composition operations as possible.

This is an initial implementation which may need more tuning. Also
not all color format and operator combinations are actually used.

When cpu specific optimizations are disabled, this test provides
identical deterministic results on x86, PPC and ARM.

Script blitters-test-bisect.rb now works in non-stop mode, until
it finds any problem. This allows to run it for example overnight
in order to test a lot more variants of pixman calls and increase
chances of detecting problems in pixman. Just like with scaling-test,
running blitters-test binary alone with no command line arguments
runs a small predefined number of tests and compares checksum
with a reference value for quick verification.
test/Makefile.am
test/blitters-test-bisect.rb [new file with mode: 0644]
test/blitters-test.c [new file with mode: 0644]