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

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

Issue 663253005: Add src-side launcher for nacl integration tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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.mac.json » ('j') | testing/scripts/nacl_integration.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | testing/scripts/nacl_integration.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698