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

Side by Side Diff: tools/nanobench_flags.json

Issue 1363963002: Blacklist GLInstancedArraysBench for GalaxyS4 due to skia:4371 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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/nanobench_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 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [ 2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
3 "--scales", 3 "--scales",
4 "1.0", 4 "1.0",
5 "1.1", 5 "1.1",
6 "--config", 6 "--config",
7 "565", 7 "565",
8 "8888", 8 "8888",
9 "gpu", 9 "gpu",
10 "nonrendering", 10 "nonrendering",
(...skipping 16 matching lines...) Expand all
27 "nonrendering", 27 "nonrendering",
28 "angle", 28 "angle",
29 "hwui", 29 "hwui",
30 "msaa4", 30 "msaa4",
31 "nvprmsaa4", 31 "nvprmsaa4",
32 "--match", 32 "--match",
33 "~blurroundrect", 33 "~blurroundrect",
34 "~patch_grid", 34 "~patch_grid",
35 "~desk_carsvg" 35 "~desk_carsvg"
36 ], 36 ],
37 "Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [
38 "--scales",
39 "1.0",
40 "1.1",
41 "--config",
42 "565",
43 "8888",
44 "gpu",
45 "nonrendering",
46 "angle",
47 "hwui",
48 "--match",
49 "~blurroundrect",
50 "~patch_grid",
51 "~desk_carsvg",
52 "~GLInstancedArraysBench"
53 ],
37 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ 54 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
38 "--scales", 55 "--scales",
39 "1.0", 56 "1.0",
40 "1.1", 57 "1.1",
41 "--config", 58 "--config",
42 "565", 59 "565",
43 "8888", 60 "8888",
44 "gpu", 61 "gpu",
45 "nonrendering", 62 "nonrendering",
46 "angle", 63 "angle",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "msaa16", 106 "msaa16",
90 "nvprmsaa16", 107 "nvprmsaa16",
91 "--match", 108 "--match",
92 "~blurroundrect", 109 "~blurroundrect",
93 "~patch_grid", 110 "~patch_grid",
94 "~desk_carsvg", 111 "~desk_carsvg",
95 "~keymobi", 112 "~keymobi",
96 "~path_hairline" 113 "~path_hairline"
97 ] 114 ]
98 } 115 }
OLDNEW
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698