OLD | NEW |
1 { | 1 { |
2 "Linux Tests": { | 2 "Linux Tests": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 "app_list_unittests", | 5 "app_list_unittests", |
6 "app_shell_browsertests", | 6 "app_shell_browsertests", |
7 "app_shell_unittests", | 7 "app_shell_unittests", |
8 "aura_unittests", | 8 "aura_unittests", |
9 { | 9 { |
10 "test": "base_unittests", | 10 "test": "base_unittests", |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 } | 90 } |
91 }, | 91 }, |
92 "url_unittests", | 92 "url_unittests", |
93 "views_unittests", | 93 "views_unittests", |
94 "wm_unittests" | 94 "wm_unittests" |
95 ], | 95 ], |
96 "scripts": [ | 96 "scripts": [ |
97 { | 97 { |
98 "name": "telemetry_unittests", | 98 "name": "telemetry_unittests", |
99 "script": "telemetry_unittests.py" | 99 "script": "telemetry_unittests.py" |
| 100 }, |
| 101 { |
| 102 "name": "telemetry_perf_unittests", |
| 103 "script": "telemetry_perf_unittests.py" |
100 } | 104 } |
101 ] | 105 ] |
102 }, | 106 }, |
103 "Linux Tests (dbg)(1)(32)": { | 107 "Linux Tests (dbg)(1)(32)": { |
104 "gtest_tests": [ | 108 "gtest_tests": [ |
105 "accessibility_unittests", | 109 "accessibility_unittests", |
106 "app_list_unittests", | 110 "app_list_unittests", |
107 "app_shell_browsertests", | 111 "app_shell_browsertests", |
108 "app_shell_unittests", | 112 "app_shell_unittests", |
109 "aura_unittests", | 113 "aura_unittests", |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 "mojo_system_unittests", | 320 "mojo_system_unittests", |
317 "nacl_loader_unittests", | 321 "nacl_loader_unittests", |
318 "sandbox_linux_unittests", | 322 "sandbox_linux_unittests", |
319 "sql_unittests", | 323 "sql_unittests", |
320 "sync_unit_tests", | 324 "sync_unit_tests", |
321 "ui_unittests", | 325 "ui_unittests", |
322 "unit_tests" | 326 "unit_tests" |
323 ] | 327 ] |
324 } | 328 } |
325 } | 329 } |
OLD | NEW |