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

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

Issue 314173005: Revert of 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: 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 },
51 "ipc_tests", 47 "ipc_tests",
52 "jingle_unittests", 48 "jingle_unittests",
53 { 49 {
54 "test": "keyboard_unittests", 50 "test": "keyboard_unittests",
55 "platforms": ["linux", "win"] 51 "platforms": ["linux", "win"]
56 }, 52 },
57 "media_unittests", 53 "media_unittests",
58 "message_center_unittests", 54 "message_center_unittests",
59 "mojo_apps_js_unittests", 55 "mojo_apps_js_unittests",
60 "mojo_common_unittests", 56 "mojo_common_unittests",
61 "mojo_js_unittests", 57 "mojo_js_unittests",
62 "mojo_public_bindings_unittests", 58 "mojo_public_bindings_unittests",
63 "mojo_public_environment_unittests", 59 "mojo_public_environment_unittests",
64 "mojo_public_system_unittests", 60 "mojo_public_system_unittests",
65 "mojo_public_utility_unittests", 61 "mojo_public_utility_unittests",
66 "mojo_service_manager_unittests", 62 "mojo_service_manager_unittests",
67 "mojo_system_unittests", 63 "mojo_system_unittests",
68 { 64 {
69 "test": "nacl_loader_unittests", 65 "test": "nacl_loader_unittests",
70 "platforms": ["linux"] 66 "platforms": ["linux"]
71 }, 67 },
72 "net_unittests", 68 "net_unittests",
73 "ppapi_unittests", 69 "ppapi_unittests",
74 "printing_unittests", 70 "printing_unittests",
75 "remoting_unittests", 71 "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 },
88 "sql_unittests", 72 "sql_unittests",
89 "sync_integration_tests", 73 "sync_integration_tests",
90 "sync_unit_tests", 74 "sync_unit_tests",
91 "ui_unittests", 75 "ui_unittests",
92 "unit_tests", 76 "unit_tests",
93 "url_unittests", 77 "url_unittests",
94 "webkit_compositor_bindings_unittests", 78 "webkit_compositor_bindings_unittests",
95 { 79 {
96 "test": "wm_unittests", 80 "test": "wm_unittests",
97 "platforms": ["linux"] 81 "platforms": ["linux"]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "test": "sandbox_mac_unittests", 113 "test": "sandbox_mac_unittests",
130 "platforms": ["mac"] 114 "platforms": ["mac"]
131 }, 115 },
132 { 116 {
133 "test": "chromeos_unittests", 117 "test": "chromeos_unittests",
134 "platforms": ["linux"], 118 "platforms": ["linux"],
135 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 119 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
136 } 120 }
137 ] 121 ]
138 } 122 }
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