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

Side by Side Diff: tools/dm_flags.json

Issue 1706373004: add back some basic configs to MSAN bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: no via Created 4 years, 10 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 "--pre_log", 3 "--pre_log",
4 "--matrix", 4 "--matrix",
5 "0", 5 "0",
6 "1", 6 "1",
7 "1", 7 "1",
8 "0", 8 "0",
9 "--config", 9 "--config",
10 "565", 10 "565",
(...skipping 2056 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 "image-cacherator-from-ctable" 2067 "image-cacherator-from-ctable"
2068 ], 2068 ],
2069 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN": [ 2069 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN": [
2070 "--pre_log", 2070 "--pre_log",
2071 "--matrix", 2071 "--matrix",
2072 "0", 2072 "0",
2073 "1", 2073 "1",
2074 "1", 2074 "1",
2075 "0", 2075 "0",
2076 "--config", 2076 "--config",
2077 "565",
2077 "8888", 2078 "8888",
2079 "pdf",
2080 "pdf_poppler",
2078 "--src", 2081 "--src",
2079 "tests", 2082 "tests",
2080 "gm", 2083 "gm",
2081 "image", 2084 "image",
2082 "--blacklist", 2085 "--blacklist",
2083 "_", 2086 "_",
2084 "image", 2087 "image",
2085 "_", 2088 "_",
2086 "interlaced1.png", 2089 "interlaced1.png",
2087 "_", 2090 "_",
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 "_", 3387 "_",
3385 ".PEF", 3388 ".PEF",
3386 "_", 3389 "_",
3387 "image", 3390 "image",
3388 "_", 3391 "_",
3389 ".SRW", 3392 ".SRW",
3390 "--match", 3393 "--match",
3391 "~GLPrograms" 3394 "~GLPrograms"
3392 ] 3395 ]
3393 } 3396 }
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