]> git.cworth.org Git - apitrace-tests/commit
cli: Add test for "apitrace trim" with both --calls and --frames
authorCarl Worth <cworth@cworth.org>
Mon, 11 Mar 2013 22:45:05 +0000 (15:45 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 12 Apr 2013 21:27:06 +0000 (14:27 -0700)
commit901e36fd289e5815dcab62e7bbb54f9f05d9afdc
treea2e4cb7a2139ad3523a6ad7bd37fddff2b165ed4
parent77c327af19869345bd729f13f4a75db6a4e13a74
cli: Add test for "apitrace trim" with both --calls and --frames

This case was triggering a bug in "apitrace trim" where it would
incorrectly bail out after going past the last specified call (or
frame) without noticing that there were still further frames (or
calls) to be processed.
traces/trim-frames-and-calls.script [new file with mode: 0644]