summaryrefslogtreecommitdiffstats
path: root/testing/buildbot/chromium_trybot.json
blob: 410f4d72bcc6b4a4fba61b07cf0fa2d6241bbab9 (plain)
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
[
  "accessibility_unittests",
  "app_list_unittests",
  "base_unittests",
  {
    "test": "browser_tests",
    "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
  },
  "cacheinvalidation_unittests",
  "cc_unittests",
  "chromedriver_unittests",
  "components_unittests",
  "content_browsertests",
  "content_unittests",
  "crypto_unittests",
  "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"]
  },
  "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",
  "sql_unittests",
  "sync_integration_tests",
  "sync_unit_tests",
  "ui_unittests",
  "unit_tests",
  {
    "test": "app_shell_browsertests",
    "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
  },
  {
    "test": "sandbox_linux_unittests",
    "platforms": ["linux"],
    "args": ["--test-launcher-print-test-stdio=always"]
  },
  {
    "test": "sandbox_mac_unittests",
    "platforms": ["mac"]
  },
  {
    "test": "views_unittests",
    "platforms": ["win"]
  },
  {
    "test": "views_unittests",
    "platforms": ["linux"],
    "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
  }
]