Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/ci_built_diff.sh

Issue 2614953003: Import wpt@eeecf3e14368d4ab5221cde688003dedeca30dba (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 set -ex
2
3 # Diff PNGs based on pixel-for-pixel identity
4 echo -e '[diff "img"]\n textconv = identify -quiet -format "%#"' >> .git/config
5 echo -e '*.png diff=img' >> .git/info/attributes
6
7 # Exclude tests that rely on font rendering
8 excluded=(
9 '2dcontext/drawing-text-to-the-canvas/2d.text.draw.fill.basic.png'
10 '2dcontext/drawing-text-to-the-canvas/2d.text.draw.fill.maxWidth.large.png'
11 '2dcontext/drawing-text-to-the-canvas/2d.text.draw.fill.rtl.png'
12 '2dcontext/drawing-text-to-the-canvas/2d.text.draw.stroke.basic.png'
13 )
14
15 ./update-built-tests.sh
16 git update-index --assume-unchanged ${excluded[*]}
17 git diff --exit-code
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698