1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
{
"compile_targets": [
"all"
],
"gtest_tests": [
"accessibility_unittests",
"app_list_unittests",
"base_unittests",
{
"test": "browser_tests",
"exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
},
"cacheinvalidation_unittests",
"cast_unittests",
"cc_unittests",
"chromedriver_unittests",
{
"test": "chrome_elf_unittests",
"platforms": ["win"]
},
"components_unittests",
{
"test": "compositor_unittests",
"platforms": ["linux", "win"]
},
{
"test": "courgette_unittests",
"platforms": ["win"]
},
"content_browsertests",
"content_unittests",
"crypto_unittests",
{
"test": "dbus_unittests",
"platforms": ["linux"]
},
"device_unittests",
"events_unittests",
"gcm_unit_tests",
"gfx_unittests",
"google_apis_unittests",
"gpu_unittests",
{
"test": "interactive_ui_tests",
"exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
},
{
"test": "installer_util_unittests",
"platforms": ["win"]
},
"ipc_tests",
"jingle_unittests",
{
"test": "keyboard_unittests",
"platforms": ["linux", "win"]
},
"media_unittests",
"message_center_unittests",
"mojo_apps_js_unittests",
"mojo_common_unittests",
"mojo_js_unittests",
"mojo_public_bindings_unittests",
"mojo_public_environment_unittests",
"mojo_public_system_unittests",
"mojo_public_utility_unittests",
"mojo_service_manager_unittests",
"mojo_system_unittests",
{
"test": "nacl_loader_unittests",
"platforms": ["linux"]
},
"net_unittests",
"ppapi_unittests",
"printing_unittests",
"remoting_unittests",
{
"test": "sbox_integration_tests",
"platforms": ["win"]
},
{
"test": "sbox_validation_tests",
"platforms": ["win"]
},
{
"test": "sbox_unittests",
"platforms": ["win"]
},
"sql_unittests",
"sync_integration_tests",
"sync_unit_tests",
"ui_unittests",
"unit_tests",
"url_unittests",
"webkit_compositor_bindings_unittests",
{
"test": "wm_unittests",
"platforms": ["linux"]
},
{
"test": "app_shell_browsertests",
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
},
{
"test": "ash_unittests",
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
},
{
"test": "ash_unittests",
"platforms": ["win"]
},
{
"test": "aura_unittests",
"platforms": ["linux", "win"]
},
{
"test": "mojo_view_manager_unittests",
"platforms": ["linux", "win"]
},
{
"test": "views_unittests",
"platforms": ["linux", "win"]
},
{
"test": "sandbox_linux_unittests",
"platforms": ["linux"],
"args": ["--test-launcher-print-test-stdio=always"]
},
{
"test": "sandbox_mac_unittests",
"platforms": ["mac"]
},
{
"test": "chromeos_unittests",
"platforms": ["linux"],
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
},
{
"test": "athena_unittests",
"platforms": ["linux"],
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
}
]
}
|