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

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

Issue 383473002: ozone: Disable broken test suites (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 }, 50 },
51 "Linux ChromiumOS Ozone Tests (1)": { 51 "Linux ChromiumOS Ozone Tests (1)": {
52 "gtest_tests": [ 52 "gtest_tests": [
53 "accessibility_unittests", 53 "accessibility_unittests",
54 "base_unittests", 54 "base_unittests",
55 "cacheinvalidation_unittests", 55 "cacheinvalidation_unittests",
56 "chromeos_unittests", 56 "chromeos_unittests",
57 "components_unittests", 57 "components_unittests",
58 "crypto_unittests", 58 "crypto_unittests",
59 "dbus_unittests", 59 "dbus_unittests",
60 "display_unittests",
61 "gcm_unit_tests", 60 "gcm_unit_tests",
62 "google_apis_unittests", 61 "google_apis_unittests",
63 "gpu_unittests", 62 "gpu_unittests",
64 "url_unittests", 63 "url_unittests",
65 "jingle_unittests", 64 "jingle_unittests",
66 "content_unittests", 65 "content_unittests",
67 "device_unittests", 66 "device_unittests",
68 "media_unittests", 67 "media_unittests",
69 "net_unittests", 68 "net_unittests",
70 "ppapi_unittests", 69 "ppapi_unittests",
71 "printing_unittests", 70 "printing_unittests",
72 "remoting_unittests", 71 "remoting_unittests",
73 "sandbox_linux_unittests", 72 "sandbox_linux_unittests",
74 "ui_unittests", 73 "ui_unittests",
75 "views_unittests",
76 "wm_unittests",
77 "aura_unittests", 74 "aura_unittests",
78 "ash_unittests",
79 "app_list_unittests", 75 "app_list_unittests",
80 "message_center_unittests", 76 "message_center_unittests",
81 "compositor_unittests", 77 "compositor_unittests",
82 "events_unittests", 78 "events_unittests",
83 "ipc_tests", 79 "ipc_tests",
84 "sync_unit_tests", 80 "sync_unit_tests",
85 "unit_tests",
86 "sql_unittests", 81 "sql_unittests",
87 "nacl_loader_unittests", 82 "nacl_loader_unittests",
88 "athena_unittests" 83 "athena_unittests"
89 ] 84 ]
90 }, 85 },
91 "Linux ChromiumOS Ozone Tests (2)": { 86 "Linux ChromiumOS Ozone Tests (2)": {
92 "gtest_tests": [ 87 "gtest_tests": [
93 "interactive_ui_tests",
94 "browser_tests", 88 "browser_tests",
95 "content_browsertests", 89 "content_browsertests",
96 "app_shell_browsertests", 90 "app_shell_browsertests",
97 "chromevox_tests" 91 "chromevox_tests"
98 ] 92 ]
99 }, 93 },
100 "Linux ChromiumOS Tests (dbg)(1)": { 94 "Linux ChromiumOS Tests (dbg)(1)": {
101 "gtest_tests": [ 95 "gtest_tests": [
102 "accessibility_unittests", 96 "accessibility_unittests",
103 "base_unittests", 97 "base_unittests",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 }, 139 },
146 "Linux ChromiumOS Tests (dbg)(3)": { 140 "Linux ChromiumOS Tests (dbg)(3)": {
147 "gtest_tests": [ 141 "gtest_tests": [
148 "athena_unittests", 142 "athena_unittests",
149 "gcm_unit_tests", 143 "gcm_unit_tests",
150 "interactive_ui_tests", 144 "interactive_ui_tests",
151 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 145 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
152 ] 146 ]
153 } 147 }
154 } 148 }
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