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

Side by Side Diff: tools/dm_flags.json

Issue 954243002: Revert of 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: Created 5 years, 10 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",
9 "serialize-8888", 8 "serialize-8888",
10 "tiles_rt-8888", 9 "tiles_rt-8888",
11 "pipe-8888", 10 "pipe-8888",
12 "tiles_rt-gpu", 11 "tiles_rt-gpu",
13 "--blacklist", 12 "--blacklist",
14 "gpu", 13 "gpu",
15 "_", 14 "_",
16 "PANO_20121023_214540.jpg", 15 "PANO_20121023_214540.jpg",
17 "msaa", 16 "msaa",
18 "_", 17 "_",
(...skipping 20 matching lines...) Expand all
39 "~tabl_mozilla_0", 38 "~tabl_mozilla_0",
40 "~desk_yahoonews_0", 39 "~desk_yahoonews_0",
41 "--nocpu" 40 "--nocpu"
42 ], 41 ],
43 "Test-Android-Xoom-Tegra2-Arm7-Release": [ 42 "Test-Android-Xoom-Tegra2-Arm7-Release": [
44 "--config", 43 "--config",
45 "565", 44 "565",
46 "8888", 45 "8888",
47 "gpu", 46 "gpu",
48 "nvprmsaa4", 47 "nvprmsaa4",
49 "angle",
50 "--blacklist", 48 "--blacklist",
51 "gpu", 49 "gpu",
52 "_", 50 "_",
53 "PANO_20121023_214540.jpg", 51 "PANO_20121023_214540.jpg",
54 "msaa", 52 "msaa",
55 "_", 53 "_",
56 "PANO_20121023_214540.jpg", 54 "PANO_20121023_214540.jpg",
57 "gpu", 55 "gpu",
58 "skp", 56 "skp",
59 "_", 57 "_",
(...skipping 16 matching lines...) Expand all
76 "~WritePixels", 74 "~WritePixels",
77 "~tabl_mozilla_0", 75 "~tabl_mozilla_0",
78 "~desk_yahoonews_0" 76 "~desk_yahoonews_0"
79 ], 77 ],
80 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [ 78 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [
81 "--config", 79 "--config",
82 "565", 80 "565",
83 "8888", 81 "8888",
84 "gpu", 82 "gpu",
85 "nvprmsaa4", 83 "nvprmsaa4",
86 "angle",
87 "serialize-8888", 84 "serialize-8888",
88 "tiles_rt-8888", 85 "tiles_rt-8888",
89 "pipe-8888", 86 "pipe-8888",
90 "tiles_rt-gpu", 87 "tiles_rt-gpu",
91 "--blacklist", 88 "--blacklist",
92 "gpu", 89 "gpu",
93 "_", 90 "_",
94 "PANO_20121023_214540.jpg", 91 "PANO_20121023_214540.jpg",
95 "msaa", 92 "msaa",
96 "_", 93 "_",
97 "PANO_20121023_214540.jpg", 94 "PANO_20121023_214540.jpg",
98 "--threads", 95 "--threads",
99 "1" 96 "1"
100 ], 97 ],
101 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [ 98 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
102 "--config", 99 "--config",
103 "565", 100 "565",
104 "8888", 101 "8888",
105 "gpu", 102 "gpu",
106 "nvprmsaa4", 103 "nvprmsaa4",
107 "angle",
108 "serialize-8888", 104 "serialize-8888",
109 "tiles_rt-8888", 105 "tiles_rt-8888",
110 "pipe-8888", 106 "pipe-8888",
111 "tiles_rt-gpu", 107 "tiles_rt-gpu",
112 "--blacklist", 108 "--blacklist",
113 "gpu", 109 "gpu",
114 "_", 110 "_",
115 "PANO_20121023_214540.jpg", 111 "PANO_20121023_214540.jpg",
116 "msaa", 112 "msaa",
117 "_", 113 "_",
118 "PANO_20121023_214540.jpg", 114 "PANO_20121023_214540.jpg",
119 "--match", 115 "--match",
120 "~Threaded" 116 "~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"
121 ] 136 ]
122 } 137 }
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