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

Side by Side Diff: tools/dm_flags.json

Issue 1811943002: Disable bad gif decode on CG (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 | tools/dm_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "pdf", 7 "pdf",
8 "pdf_poppler", 8 "pdf_poppler",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "gen_platf", 59 "gen_platf",
60 "4bpp-pixeldata-cropped.bmp", 60 "4bpp-pixeldata-cropped.bmp",
61 "_", 61 "_",
62 "image", 62 "image",
63 "gen_platf", 63 "gen_platf",
64 "32bpp-pixeldata-cropped.bmp", 64 "32bpp-pixeldata-cropped.bmp",
65 "_", 65 "_",
66 "image", 66 "image",
67 "gen_platf", 67 "gen_platf",
68 "24bpp-pixeldata-cropped.bmp", 68 "24bpp-pixeldata-cropped.bmp",
69 "_",
70 "image",
71 "gen_platf",
72 "frame_larger_than_image.gif",
69 "serialize-8888", 73 "serialize-8888",
70 "gm", 74 "gm",
71 "_", 75 "_",
72 "not_native32_bitmap_config", 76 "not_native32_bitmap_config",
73 "serialize-8888", 77 "serialize-8888",
74 "gm", 78 "gm",
75 "_", 79 "_",
76 "bleed_image", 80 "bleed_image",
77 "serialize-8888", 81 "serialize-8888",
78 "gm", 82 "gm",
(...skipping 1925 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 "gen_platf", 2008 "gen_platf",
2005 "4bpp-pixeldata-cropped.bmp", 2009 "4bpp-pixeldata-cropped.bmp",
2006 "_", 2010 "_",
2007 "image", 2011 "image",
2008 "gen_platf", 2012 "gen_platf",
2009 "32bpp-pixeldata-cropped.bmp", 2013 "32bpp-pixeldata-cropped.bmp",
2010 "_", 2014 "_",
2011 "image", 2015 "image",
2012 "gen_platf", 2016 "gen_platf",
2013 "24bpp-pixeldata-cropped.bmp", 2017 "24bpp-pixeldata-cropped.bmp",
2018 "_",
2019 "image",
2020 "gen_platf",
2021 "frame_larger_than_image.gif",
2014 "serialize-8888", 2022 "serialize-8888",
2015 "gm", 2023 "gm",
2016 "_", 2024 "_",
2017 "not_native32_bitmap_config", 2025 "not_native32_bitmap_config",
2018 "serialize-8888", 2026 "serialize-8888",
2019 "gm", 2027 "gm",
2020 "_", 2028 "_",
2021 "bleed_image", 2029 "bleed_image",
2022 "serialize-8888", 2030 "serialize-8888",
2023 "gm", 2031 "gm",
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after
3626 "_", 3634 "_",
3627 ".PEF", 3635 ".PEF",
3628 "_", 3636 "_",
3629 "image", 3637 "image",
3630 "_", 3638 "_",
3631 ".SRW", 3639 ".SRW",
3632 "--match", 3640 "--match",
3633 "~GLPrograms" 3641 "~GLPrograms"
3634 ] 3642 ]
3635 } 3643 }
OLDNEW
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698