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

Side by Side Diff: tools/dm_flags.json

Issue 1366723002: Blacklist ReadPixels on GalaxyS4 due to skia:4368. (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 "32bpp-pixeldata-cropped.bmp", 395 "32bpp-pixeldata-cropped.bmp",
396 "_", 396 "_",
397 "image", 397 "image",
398 "decode", 398 "decode",
399 "Hopstarter-Mac-Folders-Apple.ico", 399 "Hopstarter-Mac-Folders-Apple.ico",
400 "--match", 400 "--match",
401 "~tabl_mozilla_0", 401 "~tabl_mozilla_0",
402 "~desk_yahoonews_0", 402 "~desk_yahoonews_0",
403 "~imagefiltersclipped", 403 "~imagefiltersclipped",
404 "~scaled_tilemodes_npot", 404 "~scaled_tilemodes_npot",
405 "~bleed_image" 405 "~bleed_image",
406 "~ReadPixels"
406 ], 407 ],
407 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [ 408 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
408 "--config", 409 "--config",
409 "565", 410 "565",
410 "8888", 411 "8888",
411 "gpu", 412 "gpu",
412 "serialize-8888", 413 "serialize-8888",
413 "tiles_rt-8888", 414 "tiles_rt-8888",
414 "pipe-8888", 415 "pipe-8888",
415 "--src", 416 "--src",
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 "_", 1400 "_",
1400 "image", 1401 "image",
1401 "_", 1402 "_",
1402 "interlaced2.png", 1403 "interlaced2.png",
1403 "_", 1404 "_",
1404 "image", 1405 "image",
1405 "_", 1406 "_",
1406 "interlaced3.png" 1407 "interlaced3.png"
1407 ] 1408 ]
1408 } 1409 }
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