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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 ASAN", 10 "V8 Linux64 ASAN",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "--goma-dir", 77 "--goma-dir",
78 "[BUILD]/goma", 78 "[BUILD]/goma",
79 "--" 79 "--"
80 ], 80 ],
81 "name": "compile" 81 "name": "compile"
82 }, 82 },
83 { 83 {
84 "cmd": [ 84 "cmd": [
85 "python", 85 "python",
86 "-u", 86 "-u",
87 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 87 "RECIPE_MODULE[v8]/resources/v8testing.py",
88 "--target", 88 "--target",
89 "Release", 89 "Release",
90 "--arch", 90 "--arch",
91 "x64", 91 "x64",
92 "--testname", 92 "--testname",
93 "unittests", 93 "unittests",
94 "--no-variants", 94 "--no-variants",
95 "--asan", 95 "--asan",
96 "--json-test-results", 96 "--json-test-results",
97 "/path/to/tmp/json" 97 "/path/to/tmp/json"
98 ], 98 ],
99 "cwd": "[SLAVE_BUILD]/v8", 99 "cwd": "[SLAVE_BUILD]/v8",
100 "env": { 100 "env": {
101 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv m-build/Release+Asserts/bin/llvm-symbolizer" 101 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv m-build/Release+Asserts/bin/llvm-symbolizer"
102 }, 102 },
103 "name": "Unittests" 103 "name": "Unittests"
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 109 "RECIPE_MODULE[v8]/resources/v8testing.py",
110 "--target", 110 "--target",
111 "Release", 111 "Release",
112 "--arch", 112 "--arch",
113 "x64", 113 "x64",
114 "--testname", 114 "--testname",
115 "default", 115 "default",
116 "--flaky-tests", 116 "--flaky-tests",
117 "skip", 117 "skip",
118 "--asan", 118 "--asan",
119 "--json-test-results", 119 "--json-test-results",
120 "/path/to/tmp/json" 120 "/path/to/tmp/json"
121 ], 121 ],
122 "cwd": "[SLAVE_BUILD]/v8", 122 "cwd": "[SLAVE_BUILD]/v8",
123 "env": { 123 "env": {
124 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv m-build/Release+Asserts/bin/llvm-symbolizer" 124 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv m-build/Release+Asserts/bin/llvm-symbolizer"
125 }, 125 },
126 "name": "Check" 126 "name": "Check"
127 }, 127 },
128 { 128 {
129 "cmd": [ 129 "cmd": [
130 "python", 130 "python",
131 "-u", 131 "-u",
132 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 132 "RECIPE_MODULE[v8]/resources/v8testing.py",
133 "--target", 133 "--target",
134 "Release", 134 "Release",
135 "--arch", 135 "--arch",
136 "x64", 136 "x64",
137 "--testname", 137 "--testname",
138 "default", 138 "default",
139 "--flaky-tests", 139 "--flaky-tests",
140 "run", 140 "run",
141 "--asan", 141 "--asan",
142 "--json-test-results", 142 "--json-test-results",
143 "/path/to/tmp/json" 143 "/path/to/tmp/json"
144 ], 144 ],
145 "cwd": "[SLAVE_BUILD]/v8", 145 "cwd": "[SLAVE_BUILD]/v8",
146 "env": { 146 "env": {
147 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv m-build/Release+Asserts/bin/llvm-symbolizer" 147 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv m-build/Release+Asserts/bin/llvm-symbolizer"
148 }, 148 },
149 "name": "Check - flaky" 149 "name": "Check - flaky"
150 } 150 }
151 ] 151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698