aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
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)