skia2/gm/rebaseline_server
bungeman 5bec916cf6 Remove MULTILINE, ^, and $ from re finding actual_results.json.
MULTILINE, ^, and $ work based on the platform, but the files being
parsed are from other platforms. As a result, the current code for
extracting the actual_results.json version will not find it in
logfiles produced on Windows when run on Mac.

The code for extracting the exact actual_results.json file to use
from a logfile is itself something of a hack, as this information
should be provided ina more structured manner. This proposed
method of finding the exact file is no worse than the old one, and
in cases like above, better.

Review URL: https://codereview.chromium.org/789253002
2014-12-10 12:18:04 -08:00
..
static Refactored frontend for the rebaseline server. 2014-09-05 13:51:24 -07:00
testdata For certain input skpdiff segfaulted. This prevents the segfault and should fix the failed test in housekeeping. 2014-09-05 13:21:42 -07:00
__init__.py make gm self-tests launch python unittests automatically 2014-07-16 08:28:23 -07:00
base_unittest.py teach rebaseline_server to generate diffs of rendered SKPs 2014-08-05 10:07:22 -07:00
column.py rebaseline_server: allow JSON to control column filtering 2014-07-09 06:19:20 -07:00
compare_configs_test.py This adds renderMode and builder as columns to the front end when looking at SKPs. 2014-08-18 13:37:59 -07:00
compare_configs.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
compare_rendered_pictures_test.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
compare_rendered_pictures.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
compare_to_expectations_test.py combine base_unittest.py modules from gm and tools 2014-07-17 12:54:16 -07:00
compare_to_expectations.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
download_actuals_test.py This adds renderMode and builder as columns to the front end when looking at SKPs. 2014-08-18 13:37:59 -07:00
download_actuals.py Remove MULTILINE, ^, and $ from re finding actual_results.json. 2014-12-10 12:18:04 -08:00
imagediffdb_test.py combine base_unittest.py modules from gm and tools 2014-07-17 12:54:16 -07:00
imagediffdb.py This adds renderMode and builder as columns to the front end when looking at SKPs. 2014-08-18 13:37:59 -07:00
imagepair_test.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
imagepair.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
imagepairset_test.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
imagepairset.py Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. 2014-08-22 04:46:30 -07:00
results_test.py rebaseline_server: allow user to specify which builders to process 2014-04-10 15:05:24 +00:00
results.py rebaseline_server: allow users to generate SKP diff patches on a shared instance 2014-08-20 08:00:28 -07:00
rs_fixpypath.py This adds renderMode and builder as columns to the front end when looking at SKPs. 2014-08-18 13:37:59 -07:00
server.py Add support for rebaselining from trybots. 2014-11-11 08:11:56 -08:00
test_all.py make gm self-tests launch python unittests automatically 2014-07-16 08:28:23 -07:00
writable_expectations.py rebaseline_server: if creating brand new expectations files, include the header 2014-08-20 11:39:35 -07:00