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

Side by Side Diff: tools/dm_flags.json

Issue 1455163004: Fix UB in SkDivBits (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: pin Created 5 years 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 | « include/core/SkFixed.h ('k') | 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 "--matrix", 3 "--matrix",
4 "0", 4 "0",
5 "1", 5 "1",
6 "1", 6 "1",
7 "0", 7 "0",
8 "--config", 8 "--config",
9 "565", 9 "565",
10 "8888", 10 "8888",
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 "image", 1214 "image",
1215 "_", 1215 "_",
1216 "interlaced1.png", 1216 "interlaced1.png",
1217 "_", 1217 "_",
1218 "image", 1218 "image",
1219 "_", 1219 "_",
1220 "interlaced2.png", 1220 "interlaced2.png",
1221 "_", 1221 "_",
1222 "image", 1222 "image",
1223 "_", 1223 "_",
1224 "interlaced3.png", 1224 "interlaced3.png"
1225 "--match",
1226 "~Math"
1227 ], 1225 ],
1228 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [ 1226 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [
1229 "--matrix", 1227 "--matrix",
1230 "0", 1228 "0",
1231 "1", 1229 "1",
1232 "1", 1230 "1",
1233 "0", 1231 "0",
1234 "--config", 1232 "--config",
1235 "565", 1233 "565",
1236 "8888", 1234 "8888",
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 "_", 1836 "_",
1839 "image", 1837 "image",
1840 "_", 1838 "_",
1841 "interlaced2.png", 1839 "interlaced2.png",
1842 "_", 1840 "_",
1843 "image", 1841 "image",
1844 "_", 1842 "_",
1845 "interlaced3.png" 1843 "interlaced3.png"
1846 ] 1844 ]
1847 } 1845 }
OLDNEW
« no previous file with comments | « include/core/SkFixed.h ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698