]> git.cworth.org Git - apitrace-tests/commitdiff
Add a test to ensure "apitrace trim" performs proper dependency checking
authorCarl Worth <cworth@cworth.org>
Thu, 9 Aug 2012 19:46:20 +0000 (12:46 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 1 Dec 2012 10:11:31 +0000 (10:11 +0000)
Here we trim a trace by specifying (with --calls) only the final
glXSwapBuffers and then test that we can still produce a matching
image from the trace. This will only succeed if "apitrace trim"
performs dependency checking and includes many previous calls.

Of course, historically "apitrace trim" performed no such dependency
checks, so older versions of apitrace are expected to fail this test.


No differences found