]> git.cworth.org Git - apitrace-tests/commitdiff
cli: Use new --call-nos=no call to "apitrace dump-images" for consistent results
authorCarl Worth <cworth@cworth.org>
Mon, 13 Aug 2012 00:00:38 +0000 (17:00 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 1 Dec 2012 10:15:48 +0000 (10:15 +0000)
Recent "apitrace trim" is now dropping uninteresting calls by
default. This means that the call numbers of rendering operations are
changing. Consequently, image comparisons were failing not due to
image-content differences, but simply because the filenames (with
embedded call numbers in them) no longer matched.

We can avoid this problem by using the --call-nos=no option which was
added to "apitrace dump-images" in very recent versions.


No differences found