mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-25 10:50:50 +02:00
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> |
||
|---|---|---|
| .. | ||
| ignore-image-argb32.txt | ||
| ignore-image-rgb24.txt | ||
| ignore-image16-rgb24.txt | ||
| ignore-pdf-argb32.txt | ||
| ignore-pdf-rgb24.txt | ||
| ignore-quartz-argb32.txt | ||
| ignore-quartz-rgb24.txt | ||
| ignore-recording-argb32.txt | ||
| ignore-recording-rgb24.txt | ||
| ignore-script-argb32.txt | ||
| ignore-svg11-argb32.txt | ||
| ignore-svg11-rgb24.txt | ||
| ignore-xcb-argb32.txt | ||
| ignore-xcb-fallback-rgb24.txt | ||
| ignore-xcb-render-0-0-argb32.txt | ||
| ignore-xcb-render-0-0-rgb24.txt | ||
| ignore-xcb-rgb24.txt | ||
| ignore-xcb-window&-rgb24.txt | ||
| ignore-xcb-window-rgb24.txt | ||
| ignore-xlib-argb32.txt | ||
| ignore-xlib-fallback-rgb24.txt | ||
| ignore-xlib-render-0-0-rgb24.txt | ||
| ignore-xlib-rgb24.txt | ||
| ignore-xlib-window-rgb24.txt | ||