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

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

Powered by Google App Engine
This is Rietveld 408576698