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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 315403006: Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « sandbox/win/tests/validation_tests/unit_tests.cc ('k') | no next file » | 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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 "base_unittests", 8 "base_unittests",
9 { 9 {
10 "test": "browser_tests", 10 "test": "browser_tests",
(...skipping 26 matching lines...) Expand all
37 "device_unittests", 37 "device_unittests",
38 "events_unittests", 38 "events_unittests",
39 "gcm_unit_tests", 39 "gcm_unit_tests",
40 "gfx_unittests", 40 "gfx_unittests",
41 "google_apis_unittests", 41 "google_apis_unittests",
42 "gpu_unittests", 42 "gpu_unittests",
43 { 43 {
44 "test": "interactive_ui_tests", 44 "test": "interactive_ui_tests",
45 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] 45 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
46 }, 46 },
47 {
48 "test": "installer_util_unittests",
49 "platforms": ["win"]
50 },
47 "ipc_tests", 51 "ipc_tests",
48 "jingle_unittests", 52 "jingle_unittests",
49 { 53 {
50 "test": "keyboard_unittests", 54 "test": "keyboard_unittests",
51 "platforms": ["linux", "win"] 55 "platforms": ["linux", "win"]
52 }, 56 },
53 "media_unittests", 57 "media_unittests",
54 "message_center_unittests", 58 "message_center_unittests",
55 "mojo_apps_js_unittests", 59 "mojo_apps_js_unittests",
56 "mojo_common_unittests", 60 "mojo_common_unittests",
57 "mojo_js_unittests", 61 "mojo_js_unittests",
58 "mojo_public_bindings_unittests", 62 "mojo_public_bindings_unittests",
59 "mojo_public_environment_unittests", 63 "mojo_public_environment_unittests",
60 "mojo_public_system_unittests", 64 "mojo_public_system_unittests",
61 "mojo_public_utility_unittests", 65 "mojo_public_utility_unittests",
62 "mojo_service_manager_unittests", 66 "mojo_service_manager_unittests",
63 "mojo_system_unittests", 67 "mojo_system_unittests",
64 { 68 {
65 "test": "nacl_loader_unittests", 69 "test": "nacl_loader_unittests",
66 "platforms": ["linux"] 70 "platforms": ["linux"]
67 }, 71 },
68 "net_unittests", 72 "net_unittests",
69 "ppapi_unittests", 73 "ppapi_unittests",
70 "printing_unittests", 74 "printing_unittests",
71 "remoting_unittests", 75 "remoting_unittests",
76 {
77 "test": "sbox_integration_tests",
78 "platforms": ["win"]
79 },
80 {
81 "test": "sbox_validation_tests",
82 "platforms": ["win"]
83 },
84 {
85 "test": "sbox_unittests",
86 "platforms": ["win"]
87 },
72 "sql_unittests", 88 "sql_unittests",
73 "sync_integration_tests", 89 "sync_integration_tests",
74 "sync_unit_tests", 90 "sync_unit_tests",
75 "ui_unittests", 91 "ui_unittests",
76 "unit_tests", 92 "unit_tests",
77 "url_unittests", 93 "url_unittests",
78 "webkit_compositor_bindings_unittests", 94 "webkit_compositor_bindings_unittests",
79 { 95 {
80 "test": "wm_unittests", 96 "test": "wm_unittests",
81 "platforms": ["linux"] 97 "platforms": ["linux"]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "test": "sandbox_mac_unittests", 129 "test": "sandbox_mac_unittests",
114 "platforms": ["mac"] 130 "platforms": ["mac"]
115 }, 131 },
116 { 132 {
117 "test": "chromeos_unittests", 133 "test": "chromeos_unittests",
118 "platforms": ["linux"], 134 "platforms": ["linux"],
119 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 135 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
120 } 136 }
121 ] 137 ]
122 } 138 }
OLDNEW
« no previous file with comments | « sandbox/win/tests/validation_tests/unit_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698