62caf80991
Fixes the Gold interaction code not properly handling the case where a bug on Gold's end prevents it from writing a triage link to the provided file. Bug: 1124368 Change-Id: Ic3e9a4d8808b97831fba1c4f42338b6b1435acde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391505 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#804107} GitOrigin-RevId: 53d6cf9868ab6a87a309305aba4a1f439c6a38ab |
||
---|---|---|
.. | ||
.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.