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

Side by Side Diff: tools/dm_flags.json

Issue 946933006: Default SK_ANGLE to true on Windows, run angle whenever possible on bots. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: ANGLE bot isn't special anymore 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 | « gyp/common_variables.gypi ('k') | 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", 7 "nvprmsaa4",
8 "angle",
8 "serialize-8888", 9 "serialize-8888",
9 "tiles_rt-8888", 10 "tiles_rt-8888",
10 "pipe-8888", 11 "pipe-8888",
11 "tiles_rt-gpu", 12 "tiles_rt-gpu",
12 "--blacklist", 13 "--blacklist",
13 "gpu", 14 "gpu",
14 "_", 15 "_",
15 "PANO_20121023_214540.jpg", 16 "PANO_20121023_214540.jpg",
16 "msaa", 17 "msaa",
17 "_", 18 "_",
(...skipping 20 matching lines...) Expand all
38 "~tabl_mozilla_0", 39 "~tabl_mozilla_0",
39 "~desk_yahoonews_0", 40 "~desk_yahoonews_0",
40 "--nocpu" 41 "--nocpu"
41 ], 42 ],
42 "Test-Android-Xoom-Tegra2-Arm7-Release": [ 43 "Test-Android-Xoom-Tegra2-Arm7-Release": [
43 "--config", 44 "--config",
44 "565", 45 "565",
45 "8888", 46 "8888",
46 "gpu", 47 "gpu",
47 "nvprmsaa4", 48 "nvprmsaa4",
49 "angle",
48 "--blacklist", 50 "--blacklist",
49 "gpu", 51 "gpu",
50 "_", 52 "_",
51 "PANO_20121023_214540.jpg", 53 "PANO_20121023_214540.jpg",
52 "msaa", 54 "msaa",
53 "_", 55 "_",
54 "PANO_20121023_214540.jpg", 56 "PANO_20121023_214540.jpg",
55 "gpu", 57 "gpu",
56 "skp", 58 "skp",
57 "_", 59 "_",
(...skipping 16 matching lines...) Expand all
74 "~WritePixels", 76 "~WritePixels",
75 "~tabl_mozilla_0", 77 "~tabl_mozilla_0",
76 "~desk_yahoonews_0" 78 "~desk_yahoonews_0"
77 ], 79 ],
78 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [ 80 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [
79 "--config", 81 "--config",
80 "565", 82 "565",
81 "8888", 83 "8888",
82 "gpu", 84 "gpu",
83 "nvprmsaa4", 85 "nvprmsaa4",
86 "angle",
84 "serialize-8888", 87 "serialize-8888",
85 "tiles_rt-8888", 88 "tiles_rt-8888",
86 "pipe-8888", 89 "pipe-8888",
87 "tiles_rt-gpu", 90 "tiles_rt-gpu",
88 "--blacklist", 91 "--blacklist",
89 "gpu", 92 "gpu",
90 "_", 93 "_",
91 "PANO_20121023_214540.jpg", 94 "PANO_20121023_214540.jpg",
92 "msaa", 95 "msaa",
93 "_", 96 "_",
94 "PANO_20121023_214540.jpg", 97 "PANO_20121023_214540.jpg",
95 "--threads", 98 "--threads",
96 "1" 99 "1"
97 ], 100 ],
98 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [ 101 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
99 "--config", 102 "--config",
100 "565", 103 "565",
101 "8888", 104 "8888",
102 "gpu", 105 "gpu",
103 "nvprmsaa4", 106 "nvprmsaa4",
107 "angle",
104 "serialize-8888", 108 "serialize-8888",
105 "tiles_rt-8888", 109 "tiles_rt-8888",
106 "pipe-8888", 110 "pipe-8888",
107 "tiles_rt-gpu", 111 "tiles_rt-gpu",
108 "--blacklist", 112 "--blacklist",
109 "gpu", 113 "gpu",
110 "_", 114 "_",
111 "PANO_20121023_214540.jpg", 115 "PANO_20121023_214540.jpg",
112 "msaa", 116 "msaa",
113 "_", 117 "_",
114 "PANO_20121023_214540.jpg", 118 "PANO_20121023_214540.jpg",
115 "--match", 119 "--match",
116 "~Threaded" 120 "~Threaded"
117 ],
118 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
119 "--config",
120 "565",
121 "8888",
122 "gpu",
123 "nvprmsaa4",
124 "serialize-8888",
125 "tiles_rt-8888",
126 "pipe-8888",
127 "tiles_rt-gpu",
128 "angle",
129 "--blacklist",
130 "gpu",
131 "_",
132 "PANO_20121023_214540.jpg",
133 "msaa",
134 "_",
135 "PANO_20121023_214540.jpg"
136 ] 121 ]
137 } 122 }
OLDNEW
« no previous file with comments | « gyp/common_variables.gypi ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698