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

Side by Side Diff: testing/buildbot/chromium.chromiumos.json

Issue 478483004: Revert of ozone: Disable broken test suites (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « no previous file | 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "base_unittests", 5 "base_unittests",
6 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
7 "chromeos_unittests", 7 "chromeos_unittests",
8 "components_unittests", 8 "components_unittests",
9 "crypto_unittests", 9 "crypto_unittests",
10 "dbus_unittests", 10 "dbus_unittests",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "jingle_unittests", 68 "jingle_unittests",
69 "content_unittests", 69 "content_unittests",
70 "device_unittests", 70 "device_unittests",
71 "media_unittests", 71 "media_unittests",
72 "net_unittests", 72 "net_unittests",
73 "ppapi_unittests", 73 "ppapi_unittests",
74 "printing_unittests", 74 "printing_unittests",
75 "remoting_unittests", 75 "remoting_unittests",
76 "sandbox_linux_unittests", 76 "sandbox_linux_unittests",
77 "ui_unittests", 77 "ui_unittests",
78 "views_unittests",
79 "wm_unittests",
78 "aura_unittests", 80 "aura_unittests",
79 "app_list_unittests", 81 "app_list_unittests",
80 "message_center_unittests", 82 "message_center_unittests",
81 "compositor_unittests", 83 "compositor_unittests",
82 "events_unittests", 84 "events_unittests",
83 "ipc_tests", 85 "ipc_tests",
84 "sync_unit_tests", 86 "sync_unit_tests",
87 "unit_tests",
85 "sql_unittests", 88 "sql_unittests",
86 "nacl_loader_unittests", 89 "nacl_loader_unittests",
87 "athena_unittests" 90 "athena_unittests"
88 ] 91 ]
89 }, 92 },
90 "Linux ChromiumOS Ozone Tests (2)": { 93 "Linux ChromiumOS Ozone Tests (2)": {
91 "gtest_tests": [ 94 "gtest_tests": [
95 "interactive_ui_tests",
92 "browser_tests", 96 "browser_tests",
93 "content_browsertests", 97 "content_browsertests",
94 "app_shell_browsertests", 98 "app_shell_browsertests",
95 "chromevox_tests" 99 "chromevox_tests"
96 ] 100 ]
97 }, 101 },
98 "Linux ChromiumOS Tests (dbg)(1)": { 102 "Linux ChromiumOS Tests (dbg)(1)": {
99 "gtest_tests": [ 103 "gtest_tests": [
100 "accessibility_unittests", 104 "accessibility_unittests",
101 "base_unittests", 105 "base_unittests",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 }, 148 },
145 "Linux ChromiumOS Tests (dbg)(3)": { 149 "Linux ChromiumOS Tests (dbg)(3)": {
146 "gtest_tests": [ 150 "gtest_tests": [
147 "athena_unittests", 151 "athena_unittests",
148 "gcm_unit_tests", 152 "gcm_unit_tests",
149 "interactive_ui_tests", 153 "interactive_ui_tests",
150 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 154 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
151 ] 155 ]
152 } 156 }
153 } 157 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698