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

Side by Side Diff: tools/dm_flags.json

Issue 1373763005: Blacklisting imagefilterscropexpand on s4 since it often causes the bot to hang and crash. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 "--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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "subset", 395 "subset",
396 "32bpp-pixeldata-cropped.bmp", 396 "32bpp-pixeldata-cropped.bmp",
397 "_", 397 "_",
398 "image", 398 "image",
399 "decode", 399 "decode",
400 "Hopstarter-Mac-Folders-Apple.ico", 400 "Hopstarter-Mac-Folders-Apple.ico",
401 "--match", 401 "--match",
402 "~tabl_mozilla_0", 402 "~tabl_mozilla_0",
403 "~desk_yahoonews_0", 403 "~desk_yahoonews_0",
404 "~imagefiltersclipped", 404 "~imagefiltersclipped",
405 "~imagefilterscropexpand",
405 "~scaled_tilemodes_npot", 406 "~scaled_tilemodes_npot",
406 "~bleed_image", 407 "~bleed_image",
407 "~ReadPixels" 408 "~ReadPixels"
408 ], 409 ],
409 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [ 410 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
410 "--config", 411 "--config",
411 "565", 412 "565",
412 "8888", 413 "8888",
413 "gpu", 414 "gpu",
414 "serialize-8888", 415 "serialize-8888",
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 "_", 1406 "_",
1406 "image", 1407 "image",
1407 "_", 1408 "_",
1408 "interlaced2.png", 1409 "interlaced2.png",
1409 "_", 1410 "_",
1410 "image", 1411 "image",
1411 "_", 1412 "_",
1412 "interlaced3.png" 1413 "interlaced3.png"
1413 ] 1414 ]
1414 } 1415 }
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