Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3599)

Issue 6345054: Allow specific files and multiple inputs for picture testing tools. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by keyar
Modified:
12 years, 2 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Allow specific files and multiple inputs for picture testing tools. Changed the render_pictures, bench_pictures and test_pictures.py so that multiple inputs can be given. Furthermore, specific files can also be specified. Unit tests have also been added for picture_utils.cpp. Committed http://code.google.com/p/skia/source/detail?r=4486 Committed http://code.google.com/p/skia/source/detail?r=4488

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3

Patch Set 4 : get_basename now does string copying. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -49 lines) Patch
M gyp/tests.gyp View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
A tests/PictureUtilsTest.cpp View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
M tools/bench_pictures_main.cpp View 1 2 3 4 chunks +31 lines, -24 lines 0 comments Download
M tools/picture_utils.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M tools/picture_utils.cpp View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
M tools/render_pictures_main.cpp View 1 2 3 3 chunks +28 lines, -16 lines 0 comments Download
M tools/test_pictures.py View 1 2 3 4 chunks +16 lines, -9 lines 0 comments Download

Messages

Total messages: 7
keyar
Please review.
12 years, 2 months ago (2012-06-29 20:39:23 UTC) #1
reed1
can we try adding some unittests for these tool utils? This latest function seems a ...
12 years, 2 months ago (2012-07-02 13:21:18 UTC) #2
keyar
Tests now exist for make_filepath and get_basename.
12 years, 2 months ago (2012-07-03 20:39:25 UTC) #3
reed1
I like the centralization of the utility, just have some comments on its interface/impl. https://codereview.appspot.com/6345054/diff/12001/tools/picture_utils.cpp ...
12 years, 2 months ago (2012-07-09 13:59:19 UTC) #4
keyar
get_basename now copies in part of the string instead of repeatedly removing parts of the ...
12 years, 2 months ago (2012-07-09 17:21:20 UTC) #5
keyar
On 2012/07/09 17:21:20, keyar wrote: > get_basename now copies in part of the string instead ...
12 years, 2 months ago (2012-07-09 17:21:42 UTC) #6
reed1
12 years, 2 months ago (2012-07-09 17:34:57 UTC) #7
lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b