aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Heather Miller <hcm@google.com>2018-01-24 07:30:26 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-24 13:26:30 +0000
commit3a08c65b9612dd845623f0e880fd68b3be75fceb (patch)
tree93338864adcd55e9d20a4137934575459adba513 /site/dev
parentd00072d2e376810584857599ce9c0cce397d10f9 (diff)
update gold docs
No-Try: true Docs-Preview: https://skia.org/?cl=99200 Bug: skia: Change-Id: Iad54dbb530e2846ae176508414377f9a32f849cf Reviewed-on: https://skia-review.googlesource.com/99200 Reviewed-by: Stephan Altmueller <stephana@google.com> Commit-Queue: Heather Miller <hcm@google.com>
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/testing/skiagold.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/site/dev/testing/skiagold.md b/site/dev/testing/skiagold.md
index e8568c42a2..e03a7efdb3 100644
--- a/site/dev/testing/skiagold.md
+++ b/site/dev/testing/skiagold.md
@@ -10,9 +10,12 @@ Key features:
* Baselines are managed in Gold outside of Git, but in lockstep with Git commits.
* Each commit creates >500k images.
-* Deviations from the baseline are triaged after a CL lands and images are triaged
- as either `positive` or `negative`. If a CL causes Skia to break it is reverted
- or an additional CL is landed to fix the problem.
+* Deviations from the baseline are triaged after a CL lands and images are
+ triaged as either `positive` or `negative`. 'Positive' means the diff is
+ considered acceptable. 'Negative' means the diff is considered unacceptable
+ and requires a fix.
+ If a CL causes Skia to break it is reverted or an additional CL is landed to
+ fix the problem.
* We test across a range of dimensions, e.g.:
- OS (Windows, Linux, Mac, Android, iOS)