]> git.cworth.org Git - apitrace-tests/commit
Add stress tests from "apitrace trim".
authorCarl Worth <cworth@cworth.org>
Wed, 15 Aug 2012 18:05:13 +0000 (11:05 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 1 Dec 2012 10:15:49 +0000 (10:15 +0000)
commit9959d37f389caf62a4869de0e9fd25af98f716ca
treea5d23528f78aaf78c2d74a888ea8f01a7bdb81a3
parent3ae4b3924b69bb633c377abf0298c7c77461db5b
Add stress tests from "apitrace trim".

The trim_stress directory makes it simple to stress test "apitrace
trim" by simply dropping new trace files into this directory. The
stress testing ensures that creating a new trace by trimming to a
single frame still generates the same image as that frame from the
original trace. It performs this test exhaustively for each frame of
each trace.

This testing ensures that trimming doesn't break the rendered results
of any frame. It does not do anything to test that trimming actually
discards anything. So the existing cli tests are still
independendently useful for verifying that expected content is
discarded.
CMakeLists.txt
trim_stress/.gitignore [new file with mode: 0644]
trim_stress/CMakeLists.txt [new file with mode: 0644]
trim_stress/README.markdown [new file with mode: 0644]
trim_stress/glxsimple.trace [new file with mode: 0644]
trim_stress_driver.py [new file with mode: 0644]