summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ignore-xcb-fallback-rgb24.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-xcb-fallback-rgb24.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-xcb-fallback-rgb24.txt')
-rw-r--r--.gitlab-ci/ignore-xcb-fallback-rgb24.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/.gitlab-ci/ignore-xcb-fallback-rgb24.txt b/.gitlab-ci/ignore-xcb-fallback-rgb24.txt
index 39e43d94e..8f2477884 100644
--- a/.gitlab-ci/ignore-xcb-fallback-rgb24.txt
+++ b/.gitlab-ci/ignore-xcb-fallback-rgb24.txt
@@ -1 +1,23 @@
-clip-text,coverage-intersecting-triangles,culled-glyphs,extended-blend-alpha-mask,fallback,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
+coverage-intersecting-triangles
+culled-glyphs
+extended-blend-alpha-mask
+fallback
+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