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

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

Issue 640293004: Remove test entries from json lists in the chromium tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | 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 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 } 81 }
82 }, 82 },
83 "sql_unittests", 83 "sql_unittests",
84 "nacl_loader_unittests", 84 "nacl_loader_unittests",
85 "athena_unittests", 85 "athena_unittests",
86 "app_shell_browsertests", 86 "app_shell_browsertests",
87 "app_shell_unittests", 87 "app_shell_unittests",
88 "chromevox_tests" 88 "chromevox_tests"
89 ] 89 ]
90 }, 90 },
91 "Linux ChromiumOS Tests (2)": {
92 "gtest_tests": [
93 ]
94 },
95 "Linux ChromiumOS Ozone Tests (1)": { 91 "Linux ChromiumOS Ozone Tests (1)": {
96 "gtest_tests": [ 92 "gtest_tests": [
97 "accessibility_unittests", 93 "accessibility_unittests",
98 "app_list_unittests", 94 "app_list_unittests",
99 "app_shell_browsertests", 95 "app_shell_browsertests",
100 "app_shell_unittests", 96 "app_shell_unittests",
101 "ash_unittests", 97 "ash_unittests",
102 "athena_unittests", 98 "athena_unittests",
103 "aura_unittests", 99 "aura_unittests",
104 "base_unittests", 100 "base_unittests",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "athena_unittests", 220 "athena_unittests",
225 "gcm_unit_tests", 221 "gcm_unit_tests",
226 { 222 {
227 "test": "interactive_ui_tests", 223 "test": "interactive_ui_tests",
228 "swarming": { 224 "swarming": {
229 "can_use_on_swarming_builders": true, 225 "can_use_on_swarming_builders": true,
230 "shards": 3 226 "shards": 3
231 } 227 }
232 } 228 }
233 ] 229 ]
234 },
235 "Linux ChromiumOS Tests (dbg)(2)": {
236 "gtest_tests": [
237 ]
238 },
239 "Linux ChromiumOS Tests (dbg)(3)": {
240 "gtest_tests": [
241 ]
242 } 230 }
243 } 231 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698