8519548693
GM works like this today: - Test all enabled configs directly - Render into 8888 - Test all enabled modes against that 8888. This change makes it do this: - Test all enabled configs directly - for each config, if it's raster, test all enabled modes against its output. Upshot is, we now check that picture draws identically to raster for 565 too, not just 8888. optimizations-565 is correctly failing. BUG=skia:1994 R=epoger@google.com, reed@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/129203002 git-svn-id: http://skia.googlecode.com/svn/trunk@13050 2bbb7eff-a529-9590-31e7-b0007b416f81
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
GM: These configs will be run: 8888 565
|
|
GM: reading from gm/tests/inputs/images/different-pixels
|
|
GM: writing to gm/tests/outputs/compared-against-different-pixels-images/output-actual/writePath
|
|
GM: writing mismatches to gm/tests/outputs/compared-against-different-pixels-images/output-actual/mismatchPath
|
|
GM: writing images without expectations to gm/tests/outputs/compared-against-different-pixels-images/output-actual/missingExpectationsPath
|
|
GM: reading resources from resources
|
|
GM: drawing... selftest1 [300 200]
|
|
GM: Ran 1 GMs
|
|
GM: ... over 2 configs ["8888", "565"]
|
|
GM: ... and 1 modes [""]
|
|
GM: ... so there should be a total of 2 tests.
|
|
GM: Ran 2 tests: NoGpuContext=0 IntentionallySkipped=0 RenderModeMismatch=0 GeneratePdfFailed=0 ExpectationsMismatch=2 MissingExpectations=0 WritingReferenceImage=0
|
|
GM: [*] 0 NoGpuContext:
|
|
GM: [ ] 0 IntentionallySkipped:
|
|
GM: [*] 0 RenderModeMismatch:
|
|
GM: [*] 0 GeneratePdfFailed:
|
|
GM: [*] 2 ExpectationsMismatch: 8888/selftest1 565/selftest1
|
|
GM: [ ] 0 MissingExpectations:
|
|
GM: [*] 0 WritingReferenceImage:
|
|
GM: (results marked with [*] will cause nonzero return value)
|