From: Carl Worth Date: Mon, 13 Aug 2012 00:00:38 +0000 (-0700) Subject: cli: Use new --call-nos=no call to "apitrace dump-images" for consistent results X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=commitdiff_plain;h=cd62fd452d0690d9b9eab2ac51cd8c79fa447ae8;hp=cd62fd452d0690d9b9eab2ac51cd8c79fa447ae8 cli: Use new --call-nos=no call to "apitrace dump-images" for consistent results 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. ---