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

Side by Side Diff: tools/dm_flags.json

Issue 1694353004: MSAN: build libc++ with MSAN, link to it. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: unblacklist 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 | « DEPS ('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 "--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 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 "gm", 2283 "gm",
2284 "_", 2284 "_",
2285 "image-cacherator-from-ctable", 2285 "image-cacherator-from-ctable",
2286 "2ndpic-8888", 2286 "2ndpic-8888",
2287 "gm", 2287 "gm",
2288 "_", 2288 "_",
2289 "image-cacherator-from-ctable", 2289 "image-cacherator-from-ctable",
2290 "serialize-8888", 2290 "serialize-8888",
2291 "gm", 2291 "gm",
2292 "_", 2292 "_",
2293 "image-cacherator-from-ctable", 2293 "image-cacherator-from-ctable"
2294 "_",
2295 "image",
2296 "_",
2297 ".wbmp",
2298 "_",
2299 "image",
2300 "_",
2301 ".png",
2302 "_",
2303 "image",
2304 "_",
2305 ".bmp"
2306 ], 2294 ],
2307 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN": [ 2295 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN": [
2308 "--pre_log", 2296 "--pre_log",
2309 "--matrix", 2297 "--matrix",
2310 "0", 2298 "0",
2311 "1", 2299 "1",
2312 "1", 2300 "1",
2313 "0", 2301 "0",
2314 "--config", 2302 "--config",
2315 "565", 2303 "565",
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 "_", 3396 "_",
3409 ".PEF", 3397 ".PEF",
3410 "_", 3398 "_",
3411 "image", 3399 "image",
3412 "_", 3400 "_",
3413 ".SRW", 3401 ".SRW",
3414 "--match", 3402 "--match",
3415 "~GLPrograms" 3403 "~GLPrograms"
3416 ] 3404 ]
3417 } 3405 }
OLDNEW
« no previous file with comments | « DEPS ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698