summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ignore-image-argb32.txt
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2021-06-03 17:19:17 +0200
committerUli Schlachter <psychon@znc.in>2021-06-03 17:19:17 +0200
commit47c70d53e48a9ce74b6cbb64d0dffe0b96bc7ad6 (patch)
treeaaa61ebc8a3caa91739a79c811fe068f12d95033 /.gitlab-ci/ignore-image-argb32.txt
parent9c9883cac0052c4786cd244b9a27c60d9d76245f (diff)
downloadcairo-47c70d53e48a9ce74b6cbb64d0dffe0b96bc7ad6.tar.gz
Switch to line-separated test failure lists
Having comma separated lists of test names that we expect to fail leads to really unreadable and useless diffs. Thus, this commit changes these lists to be separated by newlines. This change was generated with: ( cd .gitlab-ci ; for x in * ; do tr ',' '\n' < $x > .$x ; mv .$x $x ; done ) The code in .gitlab-ci.yml is changed to use tr again to transfer these lists back so that everything still works. Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to '.gitlab-ci/ignore-image-argb32.txt')
-rw-r--r--.gitlab-ci/ignore-image-argb32.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/.gitlab-ci/ignore-image-argb32.txt b/.gitlab-ci/ignore-image-argb32.txt
index d906b2379..9b70c84a5 100644
--- a/.gitlab-ci/ignore-image-argb32.txt
+++ b/.gitlab-ci/ignore-image-argb32.txt
@@ -1 +1,20 @@
-clip-text,culled-glyphs,halo-transform,overlapping-glyphs,record1414x-select-font-face,record1414x-text-transform,show-glyphs-advance,subsurface,subsurface-scale,text-antialias-subpixel,text-antialias-subpixel-rgb,text-antialias-subpixel-bgr,text-antialias-subpixel-vrgb,text-antialias-subpixel-vbgr,text-pattern,text-rotate,text-unhinted-metrics,ft-show-glyphs-positioning,ft-text-vertical-layout-type1,ft-text-vertical-layout-type3
+clip-text
+culled-glyphs
+halo-transform
+overlapping-glyphs
+record1414x-select-font-face
+record1414x-text-transform
+show-glyphs-advance
+subsurface
+subsurface-scale
+text-antialias-subpixel
+text-antialias-subpixel-rgb
+text-antialias-subpixel-bgr
+text-antialias-subpixel-vrgb
+text-antialias-subpixel-vbgr
+text-pattern
+text-rotate
+text-unhinted-metrics
+ft-show-glyphs-positioning
+ft-text-vertical-layout-type1
+ft-text-vertical-layout-type3