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

Side by Side Diff: tools/dm_flags.json

Issue 2053373002: Add blurcircles to blacklist for macmini4.1 (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 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 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "gpusrgb", 7 "gpusrgb",
8 "pdf", 8 "pdf",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 2026 matching lines...) Expand 10 before | Expand all | Expand 10 after
2037 "image", 2037 "image",
2038 "_", 2038 "_",
2039 ".PEF", 2039 ".PEF",
2040 "_", 2040 "_",
2041 "image", 2041 "image",
2042 "_", 2042 "_",
2043 ".SRW", 2043 ".SRW",
2044 "_", 2044 "_",
2045 "image", 2045 "image",
2046 "_", 2046 "_",
2047 "abnormal.wbmp" 2047 "abnormal.wbmp",
2048 "msaa16",
2049 "gm",
2050 "_",
2051 "blurcircles"
2048 ], 2052 ],
2049 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [ 2053 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [
2050 "--config", 2054 "--config",
2051 "commandbuffer", 2055 "commandbuffer",
2052 "--src", 2056 "--src",
2053 "tests", 2057 "tests",
2054 "gm", 2058 "gm",
2055 "image", 2059 "image",
2056 "--blacklist", 2060 "--blacklist",
2057 "f16", 2061 "f16",
(...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after
3948 "_", 3952 "_",
3949 ".PEF", 3953 ".PEF",
3950 "_", 3954 "_",
3951 "image", 3955 "image",
3952 "_", 3956 "_",
3953 ".SRW", 3957 ".SRW",
3954 "--match", 3958 "--match",
3955 "~GLPrograms" 3959 "~GLPrograms"
3956 ] 3960 ]
3957 } 3961 }
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