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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 }, | 100 }, |
101 { | 101 { |
102 "name": "telemetry_perf_unittests", | 102 "name": "telemetry_perf_unittests", |
103 "script": "telemetry_perf_unittests.py" | 103 "script": "telemetry_perf_unittests.py" |
| 104 }, |
| 105 { |
| 106 "name": "nacl_integration", |
| 107 "script": "nacl_integration.py" |
104 } | 108 } |
105 ] | 109 ] |
106 }, | 110 }, |
107 "Linux Tests (dbg)(1)(32)": { | 111 "Linux Tests (dbg)(1)(32)": { |
108 "gtest_tests": [ | 112 "gtest_tests": [ |
109 "accessibility_unittests", | 113 "accessibility_unittests", |
110 "app_list_unittests", | 114 "app_list_unittests", |
111 "app_shell_browsertests", | 115 "app_shell_browsertests", |
112 "app_shell_unittests", | 116 "app_shell_unittests", |
113 "aura_unittests", | 117 "aura_unittests", |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 "mojo_system_unittests", | 324 "mojo_system_unittests", |
321 "nacl_loader_unittests", | 325 "nacl_loader_unittests", |
322 "sandbox_linux_unittests", | 326 "sandbox_linux_unittests", |
323 "sql_unittests", | 327 "sql_unittests", |
324 "sync_unit_tests", | 328 "sync_unit_tests", |
325 "ui_unittests", | 329 "ui_unittests", |
326 "unit_tests" | 330 "unit_tests" |
327 ] | 331 ] |
328 } | 332 } |
329 } | 333 } |
OLD | NEW |