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

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

Issue 379933002: ozone: Duplicate ChromiumOS tests to ChromiumOS Ozone Tests (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 30 matching lines...) Expand all
41 }, 41 },
42 "Linux ChromiumOS Tests (2)": { 42 "Linux ChromiumOS Tests (2)": {
43 "gtest_tests": [ 43 "gtest_tests": [
44 "interactive_ui_tests", 44 "interactive_ui_tests",
45 "browser_tests", 45 "browser_tests",
46 "content_browsertests", 46 "content_browsertests",
47 "app_shell_browsertests", 47 "app_shell_browsertests",
48 "chromevox_tests" 48 "chromevox_tests"
49 ] 49 ]
50 }, 50 },
51 "Linux ChromiumOS Ozone Tests (1)": {
52 "gtest_tests": [
53 "accessibility_unittests",
54 "base_unittests",
55 "cacheinvalidation_unittests",
56 "chromeos_unittests",
57 "components_unittests",
58 "crypto_unittests",
59 "dbus_unittests",
60 "display_unittests",
61 "gcm_unit_tests",
62 "google_apis_unittests",
63 "gpu_unittests",
64 "url_unittests",
65 "jingle_unittests",
66 "content_unittests",
67 "device_unittests",
68 "media_unittests",
69 "net_unittests",
70 "ppapi_unittests",
71 "printing_unittests",
72 "remoting_unittests",
73 "sandbox_linux_unittests",
74 "ui_unittests",
75 "views_unittests",
76 "wm_unittests",
77 "aura_unittests",
78 "ash_unittests",
79 "app_list_unittests",
80 "message_center_unittests",
81 "compositor_unittests",
82 "events_unittests",
83 "ipc_tests",
84 "sync_unit_tests",
85 "unit_tests",
86 "sql_unittests",
87 "nacl_loader_unittests",
88 "athena_unittests"
89 ]
90 },
91 "Linux ChromiumOS Ozone Tests (2)": {
92 "gtest_tests": [
93 "interactive_ui_tests",
94 "browser_tests",
95 "content_browsertests",
96 "app_shell_browsertests",
97 "chromevox_tests"
98 ]
99 },
51 "Linux ChromiumOS Tests (dbg)(1)": { 100 "Linux ChromiumOS Tests (dbg)(1)": {
52 "gtest_tests": [ 101 "gtest_tests": [
53 "accessibility_unittests", 102 "accessibility_unittests",
54 "base_unittests", 103 "base_unittests",
55 "cacheinvalidation_unittests", 104 "cacheinvalidation_unittests",
56 "chromeos_unittests", 105 "chromeos_unittests",
57 "components_unittests", 106 "components_unittests",
58 "crypto_unittests", 107 "crypto_unittests",
59 "dbus_unittests", 108 "dbus_unittests",
60 "google_apis_unittests", 109 "google_apis_unittests",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 }, 145 },
97 "Linux ChromiumOS Tests (dbg)(3)": { 146 "Linux ChromiumOS Tests (dbg)(3)": {
98 "gtest_tests": [ 147 "gtest_tests": [
99 "athena_unittests", 148 "athena_unittests",
100 "gcm_unit_tests", 149 "gcm_unit_tests",
101 "interactive_ui_tests", 150 "interactive_ui_tests",
102 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 151 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
103 ] 152 ]
104 } 153 }
105 } 154 }
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