]> git.cworth.org Git - apitrace-tests/commit
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)
commit51faf78eaf0d373f8a7d680a145855e98946e508
tree66f5bbe1dcc3dd61636361567074829e3d98b20c
parentb6bfb80debba692868d8ea2831511db42ac5b397
Add a test to ensure "apitrace trim" performs proper dependency checking

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.
cli/.gitignore
cli/CMakeLists.txt
cli/cli-trim-single-swapbuffers.script [new file with mode: 0644]