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

Side by Side Diff: expectations/gm/ignored-tests.txt

Issue 337603008: Remove A8_LCD luminance hack. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add SK_IGNORE_FASTER_TEXT_FIX Created 6 years, 5 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
« no previous file with comments | « no previous file | src/core/SkPaint.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Failures of any GM tests listed in this file will be ignored [1], as 1 # Failures of any GM tests listed in this file will be ignored [1], as
2 # if they had been marked "ignore-failure": true in the per-builder 2 # if they had been marked "ignore-failure": true in the per-builder
3 # expected-results.json files. 3 # expected-results.json files.
4 # 4 #
5 # The idea is that, if you modify a GM test in such a way that you know it will 5 # The idea is that, if you modify a GM test in such a way that you know it will
6 # require rebaselines on multiple platforms, you should add that test's name to 6 # require rebaselines on multiple platforms, you should add that test's name to
7 # this list within the same CL that modifies the test. 7 # this list within the same CL that modifies the test.
8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up 8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up
9 # as status "failure-ignored") and remove the line you added to this file. 9 # as status "failure-ignored") and remove the line you added to this file.
10 # If there are any lingering failures that need to be suppressed (ignored), you 10 # If there are any lingering failures that need to be suppressed (ignored), you
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 bleed 44 bleed
45 blurquickreject 45 blurquickreject
46 blurrects 46 blurrects
47 bigblurs 47 bigblurs
48 48
49 # senorblanco: 49 # senorblanco:
50 # Needs rebaselining after improved perlin noise scaling 50 # Needs rebaselining after improved perlin noise scaling
51 perlinnoise 51 perlinnoise
52 perlinnoise_localmatrix 52 perlinnoise_localmatrix
53 imagefiltersscaled 53 imagefiltersscaled
54
55 # jvanverth:
56 # A8 text gamma changes slightly
57 # https://codereview.chromium.org/348153002/
58 imageblurtiled
59 filterbitmap_text_3.00pt
60 filterbitmap_text_7.00pt
61 filterbitmap_text_10.00pt
62 texteffects
63 gammatext
64 fontscaler
65 imageblur_large
66 imageblur
67 convex_poly_clip
68 fontcache
69 varied_text_ignorable_clip_lcd
70 imageresizetiled
71 fontmgr_iter
72 varied_text_clipped_no_lcd
73 typefacestyles_kerning
74 downsamplebitmap_text_high_72.00pt
75 downsamplebitmap_text_medium_72.00pt
76 degeneratesegments
77 verttext2
78 varied_text_clipped_lcd
79 cubicclosepath
80 quadclosepath
81 lineclosepath
82 cubicpath
83 quadpath
84 linepath
85 imagefiltersgraph
86 gradtext
87 drawlooper
88 emptypath
89 lcdtext
90 matrixconvolution
91 typefacestyles
92 morphology
93 downsamplebitmap_text_low_72.00pt
94 fontmgr_match
95 lighting
96 imagemagnifier
97 xfermodes2
98 downsamplebitmap_text_none_72.00pt
99 displacement
100 xfermodes
101 shadertext
102 arithmode
103 verttext
104 bitmapsource
105 xfermodes3
106 typeface
107 twopointconical
108 stroketext
109 complexclip_aa
110 complexclip_bw
111 stroke-fill
112 tileimagefilter
113 getpostextpath
114 drawbitmaprect
115 simpleaaclip_aaclip
116 simpleaaclip_path
117 simpleaaclip_rect
118 shadertext2
119 blurs
120 complexclip_aa_layer
121 complexclip_bw_layer
122 scaled_tilemodes_npot
123 tilemodes
124 tilemodes_npot
125 scaled_tilemodes
126 bitmapfilters
127 imagefiltersbase
128 pictureimagefilter
129 srcmode
130 image-surface
131 scaled_tilemode_bitmap
132 scaled_tilemode_gradient
133 tilemode_bitmap
134 tilemode_gradient
135 xfermodeimagefilter
136 dropshadowimagefilter
137 internal_links
138 offsetimagefilter
139 bitmapcopy
140 samplerstress
141 imagefilterscropped
142 poly2poly
143 # senorblanco:
144 # Needs rebaselining after improved perlin noise scaling
145 perlinnoise
146 perlinnoise_localmatrix
147 imagefiltersscaled
OLDNEW
« no previous file with comments | « no previous file | src/core/SkPaint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698