chromium-src-build/skia_gold_common
Brian Sheedy 62caf80991 Fix handling of missing Gold links
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
2020-09-02 22:36:26 -07:00
..
.style.yapf
OWNERS
PRESUBMIT.py
README.md
__init__.py
skia_gold_properties.py Add Gold CRS arg 2020-08-21 11:32:16 -07:00
skia_gold_properties_unittest.py Add Gold CRS arg 2020-08-21 11:32:16 -07:00
skia_gold_session.py Fix handling of missing Gold links 2020-09-02 22:36:26 -07:00
skia_gold_session_manager.py
skia_gold_session_manager_unittest.py
skia_gold_session_unittest.py Fix handling of missing Gold links 2020-09-02 22:36:26 -07:00
unittest_utils.py Add Gold CRS arg 2020-08-21 11:32:16 -07:00

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.