Re: [PATCH weston v3 04/15] tests: Add surface checks

2015-05-22 Thread Pekka Paalanen
On Thu, 21 May 2015 14:46:07 -0700 Bryce Harrington wrote: > One more change requested by pq... > > > > tests: Check that the PNG file's stride matches our internal assumption > > Signed-off-by: Bryce Harrington > --- >

Re: [PATCH weston v3 04/15] tests: Add surface checks

2015-05-21 Thread Bryce Harrington
One more change requested by pq... tests: Check that the PNG file's stride matches our internal assumption Signed-off-by: Bryce Harrington --- tests/internal-screenshot-test.c | 10 ++ 1 file changed, 10 insertion

[PATCH weston v3 04/15] tests: Add surface checks

2015-05-21 Thread Bryce Harrington
Introduce helper routines for testing surfaces against specific conditions. These allow tests to validate screen captures as displaying the correct rendering results. Signed-off-by: Bryce Harrington --- tests/weston-test-client-helper.c | 87 +++ tests/weston