dced803a47
Adds the --code-review-system flag to the Android test runner and adds the necessary code to handle it for use with Gold. This is necessary because we will be specifying 'gerrit-internal' when running tryjobs for internal CLs so that Gold knows where to comment if new images are generated. Bug: 1077274 Change-Id: I5ce089a511275afed0c06378d9d49e977e330f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366072 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#800652} GitOrigin-RevId: d905484ce6700a15442a7625ef27a93f220acdc8 |
||
---|---|---|
.. | ||
.style.yapf | ||
OWNERS | ||
PRESUBMIT.py | ||
README.md | ||
__init__.py | ||
skia_gold_properties.py | ||
skia_gold_properties_unittest.py | ||
skia_gold_session.py | ||
skia_gold_session_manager.py | ||
skia_gold_session_manager_unittest.py | ||
skia_gold_session_unittest.py | ||
unittest_utils.py |
README.md
This directory contains Python code used for interacting with the Skia Gold
image diff service. It is used by multiple test harnesses, e.g.
//build/android/test_runner.py
and
//content/test/gpu/run_gpu_integration_test.py
. A place such as
//testing/
would likely be a better location, but causes issues with
V8 since it imports //build/
but not all of Chromium src.