Home | History | Annotate | Download | only in tools

Lines Matching full:actual

2 Downloads the actual gm results most recently generated by the Skia buildbots,
30 Downloads the actual gm results most recently generated by the Skia buildbots,
34 generated actual gm results for ALL platforms.
38 # Base URL of SVN repository where buildbots store actual gm image results.
39 GM_ACTUAL_URL = 'http://skia-autogen.googlecode.com/svn/gm-actual'
57 @param builder_suffix if multiple builders uploaded actual GM images for this baseline type,
63 print('Within actual-results root URL %s, found these %d subdirs (presumably builder_names): %s'
68 print 'Found no builder_name subdirs, so reading actual images from the root_url itself.'
72 print 'Found exactly one subdir in actual-results root_url: %s' % selected_subdir
139 # Download actual gm images into a separate repo in a temporary directory.
145 print 'Reading actual buildbot GM results from %s' % actual_url
193 # svn ls http://skia-autogen.googlecode.com/svn/gm-actual | grep ^base | sort >/tmp/actual
194 # comm -1 -2 /tmp/baselines /tmp/actual
226 help='if multiple builders have uploaded actual GM images '