Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / testing / buildbot / chromium_trybot.json
1 {
2   "compile_targets": [
3     "all"
4   ],
5   "gtest_tests": [
6     "accessibility_unittests",
7     "app_list_unittests",
8     {
9       "test": "base_unittests",
10       "swarming": {
11         "can_use_on_swarming_builders": true
12       }
13     },
14     {
15       "test": "browser_tests",
16       "swarming": {
17         "can_use_on_swarming_builders": true,
18         "shards": 5
19       }
20     },
21     "cacheinvalidation_unittests",
22     "cast_unittests",
23     "cc_unittests",
24     "chromedriver_unittests",
25     {
26       "test": "chromevox_tests",
27       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
28     },
29     {
30       "test": "chrome_elf_unittests",
31       "platforms": ["win"]
32     },
33     "components_unittests",
34     {
35       "test": "compositor_unittests",
36       "platforms": ["linux", "win"]
37     },
38     {
39       "test": "courgette_unittests",
40       "platforms": ["win"]
41     },
42     {
43       "test": "content_browsertests",
44       "swarming": {
45         "can_use_on_swarming_builders": true
46       }
47     },
48     {
49       "test": "content_unittests",
50       "swarming": {
51         "can_use_on_swarming_builders": true
52       }
53     },
54     "crypto_unittests",
55     {
56       "test": "dbus_unittests",
57       "platforms": ["linux"]
58     },
59     "device_unittests",
60     "events_unittests",
61     {
62       "test": "extensions_unittests",
63       "platforms": ["win", "mac", "linux"]
64     },
65     "gcm_unit_tests",
66     "gfx_unittests",
67     "google_apis_unittests",
68     "gpu_unittests",
69     {
70       "test": "interactive_ui_tests",
71       "swarming": {
72         "can_use_on_swarming_builders": true,
73         "shards": 3
74       }
75     },
76     {
77       "test": "installer_util_unittests",
78       "platforms": ["win"]
79     },
80     {
81       "test": "ipc_mojo_unittests",
82       "platforms": ["linux"]
83     },
84     "ipc_tests",
85     "jingle_unittests",
86     {
87       "test": "keyboard_unittests",
88       "platforms": ["linux", "win"]
89     },
90     "media_perftests",
91     "media_unittests",
92     "message_center_unittests",
93     "mojo_apps_js_unittests",
94     "mojo_common_unittests",
95     "mojo_js_unittests",
96     "mojo_public_bindings_unittests",
97     "mojo_public_environment_unittests",
98     "mojo_public_system_unittests",
99     "mojo_public_utility_unittests",
100     "mojo_application_manager_unittests",
101     "mojo_shell_tests",
102     "mojo_system_unittests",
103     {
104       "test": "nacl_loader_unittests",
105       "platforms": ["linux"]
106     },
107     {
108       "test": "net_unittests",
109       "swarming": {
110         "can_use_on_swarming_builders": true
111       }
112     },
113     "ppapi_unittests",
114     "printing_unittests",
115     "remoting_unittests",
116     {
117       "test": "sbox_integration_tests",
118       "platforms": ["win"]
119     },
120     {
121       "test": "sbox_validation_tests",
122       "platforms": ["win"]
123     },
124     {
125       "test": "sbox_unittests",
126       "platforms": ["win"]
127     },
128     "sql_unittests",
129     {
130       "test": "sync_integration_tests",
131       "swarming": {
132         "can_use_on_swarming_builders": true,
133         "shards": 3
134       }
135     },
136     "sync_unit_tests",
137     "ui_unittests",
138     {
139       "test": "unit_tests",
140       "swarming": {
141         "can_use_on_swarming_builders": true,
142         "shards": 2
143       }
144     },
145     "url_unittests",
146     {
147       "test": "wm_unittests",
148       "platforms": ["linux"]
149     },
150     {
151       "test": "app_shell_browsertests",
152       "platforms": ["linux"]
153     },
154     {
155       "test": "ash_unittests",
156       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
157     },
158     {
159       "test": "ash_unittests",
160       "platforms": ["win"]
161     },
162     {
163       "test": "aura_unittests",
164       "platforms": ["linux", "win"]
165     },
166     {
167       "test": "mojo_view_manager_unittests",
168       "platforms": ["linux", "win"]
169     },
170     {
171       "test": "views_unittests",
172       "platforms": ["linux", "win"]
173     },
174     {
175       "test": "sandbox_linux_unittests",
176       "platforms": ["linux"],
177       "args": ["--test-launcher-print-test-stdio=always"]
178     },
179     {
180       "test": "sandbox_mac_unittests",
181       "platforms": ["mac"]
182     },
183     {
184       "test": "chromeos_unittests",
185       "platforms": ["linux"],
186       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
187     },
188     {
189       "test": "athena_unittests",
190       "platforms": ["linux"],
191       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
192     },
193     {
194       "test": "display_unittests",
195       "platforms": ["linux"]
196     }
197   ],
198
199   "non_filter_builders": [
200   ],
201
202   "filter_tests_builders": [
203     "linux_chromium_rel_swarming",
204     "win_chromium_rel",
205     "win_chromium_rel_swarming",
206     "win_chromium_x64_rel"
207   ]
208 }