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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "--build-tool", 82 "--build-tool",
83 "vs", 83 "vs",
84 "--" 84 "--"
85 ], 85 ],
86 "name": "compile" 86 "name": "compile"
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 92 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
93 "--target", 93 "--target",
94 "Release", 94 "Release",
95 "--arch", 95 "--arch",
96 "ia32", 96 "ia32",
97 "--testname", 97 "--testname",
98 "unittests", 98 "unittests",
99 "--no-variants", 99 "--no-variants",
100 "--no-snap", 100 "--no-snap",
101 "--json-test-results", 101 "--json-test-results",
102 "/path/to/tmp/json" 102 "/path/to/tmp/json"
103 ], 103 ],
104 "cwd": "[SLAVE_BUILD]\\v8", 104 "cwd": "[SLAVE_BUILD]\\v8",
105 "name": "Unittests" 105 "name": "Unittests"
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 111 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
112 "--target", 112 "--target",
113 "Release", 113 "Release",
114 "--arch", 114 "--arch",
115 "ia32", 115 "ia32",
116 "--testname", 116 "--testname",
117 "default", 117 "default",
118 "--no-snap", 118 "--no-snap",
119 "--flaky-tests", 119 "--flaky-tests",
120 "skip", 120 "skip",
121 "--json-test-results", 121 "--json-test-results",
122 "/path/to/tmp/json" 122 "/path/to/tmp/json"
123 ], 123 ],
124 "cwd": "[SLAVE_BUILD]\\v8", 124 "cwd": "[SLAVE_BUILD]\\v8",
125 "name": "Check" 125 "name": "Check"
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 131 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
132 "--target", 132 "--target",
133 "Release", 133 "Release",
134 "--arch", 134 "--arch",
135 "ia32", 135 "ia32",
136 "--testname", 136 "--testname",
137 "default", 137 "default",
138 "--no-snap", 138 "--no-snap",
139 "--flaky-tests", 139 "--flaky-tests",
140 "run", 140 "run",
141 "--json-test-results", 141 "--json-test-results",
142 "/path/to/tmp/json" 142 "/path/to/tmp/json"
143 ], 143 ],
144 "cwd": "[SLAVE_BUILD]\\v8", 144 "cwd": "[SLAVE_BUILD]\\v8",
145 "name": "Check - flaky" 145 "name": "Check - flaky"
146 } 146 }
147 ] 147 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698