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

Side by Side Diff: tools/dm_flags.json

Issue 958033004: Test msaa on bots using dm. 4 samples for Android, 16 elsewhere (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: : after else Created 5 years, 9 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 "Test-Android-Nexus7-Tegra3-Arm7-Release": [ 2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "nvprmsaa4",
mtklein 2015/02/26 16:15:12 Huh, this looks unexpected. I'd expect to see us
bsalomon 2015/02/26 16:16:43 I think I guessed wrong about what this file is fo
8 "serialize-8888", 7 "serialize-8888",
9 "tiles_rt-8888", 8 "tiles_rt-8888",
10 "pipe-8888", 9 "pipe-8888",
11 "tiles_rt-gpu", 10 "tiles_rt-gpu",
12 "--blacklist", 11 "--blacklist",
13 "gpu", 12 "gpu",
14 "_", 13 "_",
15 "PANO_20121023_214540.jpg", 14 "PANO_20121023_214540.jpg",
16 "msaa", 15 "msaa",
17 "_", 16 "_",
(...skipping 19 matching lines...) Expand all
37 "--match", 36 "--match",
38 "~tabl_mozilla_0", 37 "~tabl_mozilla_0",
39 "~desk_yahoonews_0", 38 "~desk_yahoonews_0",
40 "--nocpu" 39 "--nocpu"
41 ], 40 ],
42 "Test-Android-Xoom-Tegra2-Arm7-Release": [ 41 "Test-Android-Xoom-Tegra2-Arm7-Release": [
43 "--config", 42 "--config",
44 "565", 43 "565",
45 "8888", 44 "8888",
46 "gpu", 45 "gpu",
47 "nvprmsaa4",
48 "--blacklist", 46 "--blacklist",
49 "gpu", 47 "gpu",
50 "_", 48 "_",
51 "PANO_20121023_214540.jpg", 49 "PANO_20121023_214540.jpg",
52 "msaa", 50 "msaa",
53 "_", 51 "_",
54 "PANO_20121023_214540.jpg", 52 "PANO_20121023_214540.jpg",
55 "gpu", 53 "gpu",
56 "skp", 54 "skp",
57 "_", 55 "_",
(...skipping 15 matching lines...) Expand all
73 "--match", 71 "--match",
74 "~WritePixels", 72 "~WritePixels",
75 "~tabl_mozilla_0", 73 "~tabl_mozilla_0",
76 "~desk_yahoonews_0" 74 "~desk_yahoonews_0"
77 ], 75 ],
78 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [ 76 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [
79 "--config", 77 "--config",
80 "565", 78 "565",
81 "8888", 79 "8888",
82 "gpu", 80 "gpu",
83 "nvprmsaa4", 81 "msaa16",
84 "serialize-8888", 82 "serialize-8888",
85 "tiles_rt-8888", 83 "tiles_rt-8888",
86 "pipe-8888", 84 "pipe-8888",
87 "tiles_rt-gpu", 85 "tiles_rt-gpu",
88 "--blacklist", 86 "--blacklist",
89 "gpu", 87 "gpu",
90 "_", 88 "_",
91 "PANO_20121023_214540.jpg", 89 "PANO_20121023_214540.jpg",
92 "msaa", 90 "msaa",
93 "_", 91 "_",
94 "PANO_20121023_214540.jpg", 92 "PANO_20121023_214540.jpg",
95 "--threads", 93 "--threads",
96 "1" 94 "1"
97 ], 95 ],
98 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [ 96 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
99 "--config", 97 "--config",
100 "565", 98 "565",
101 "8888", 99 "8888",
102 "gpu", 100 "gpu",
101 "msaa16",
103 "nvprmsaa4", 102 "nvprmsaa4",
104 "serialize-8888", 103 "serialize-8888",
105 "tiles_rt-8888", 104 "tiles_rt-8888",
106 "pipe-8888", 105 "pipe-8888",
107 "tiles_rt-gpu", 106 "tiles_rt-gpu",
108 "--blacklist", 107 "--blacklist",
109 "gpu", 108 "gpu",
110 "_", 109 "_",
111 "PANO_20121023_214540.jpg", 110 "PANO_20121023_214540.jpg",
112 "msaa", 111 "msaa",
113 "_", 112 "_",
114 "PANO_20121023_214540.jpg", 113 "PANO_20121023_214540.jpg",
115 "--match", 114 "--match",
116 "~Threaded" 115 "~Threaded"
117 ], 116 ],
118 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [ 117 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
119 "--config", 118 "--config",
120 "565", 119 "565",
121 "8888", 120 "8888",
122 "gpu", 121 "gpu",
122 "msaa16",
123 "nvprmsaa4", 123 "nvprmsaa4",
124 "serialize-8888", 124 "serialize-8888",
125 "tiles_rt-8888", 125 "tiles_rt-8888",
126 "pipe-8888", 126 "pipe-8888",
127 "tiles_rt-gpu", 127 "tiles_rt-gpu",
128 "angle", 128 "angle",
129 "--blacklist", 129 "--blacklist",
130 "gpu", 130 "gpu",
131 "_", 131 "_",
132 "PANO_20121023_214540.jpg", 132 "PANO_20121023_214540.jpg",
133 "msaa", 133 "msaa",
134 "_", 134 "_",
135 "PANO_20121023_214540.jpg" 135 "PANO_20121023_214540.jpg"
136 ] 136 ]
137 } 137 }
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