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

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

Issue 1123333005: Adding ecmascript simd tests to v8 buildbots and trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 5 years, 7 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 Linux - nosse4", 10 "V8 Linux - nosse4",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 249 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
250 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 250 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
251 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 251 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
252 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 252 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
253 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 253 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
254 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 254 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
255 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 255 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
256 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 256 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
257 "@@@STEP_LOG_END@durations@@@" 257 "@@@STEP_LOG_END@durations@@@"
258 ] 258 ]
259 },
260 {
261 "cmd": [
262 "python",
263 "-u",
264 "RECIPE_MODULE[v8]/resources/v8testing.py",
265 "--target",
266 "Release",
267 "--arch",
268 "ia32",
269 "--outdir",
270 "out",
271 "--testname",
272 "simdjs/shell_test_runner",
273 "--shell_flags=\"--noenable-sse4-1 --noenable-avx\"",
274 "--json-test-results",
275 "/path/to/tmp/json"
276 ],
277 "cwd": "[SLAVE_BUILD]/v8",
278 "name": "SimdJs - small",
279 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
281 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
282 "@@@STEP_LOG_LINE@durations@@@@",
283 "@@@STEP_LOG_LINE@durations@Details:@@@",
284 "@@@STEP_LOG_LINE@durations@@@@",
285 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
286 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
287 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
288 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
289 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
290 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
291 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
292 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
293 "@@@STEP_LOG_END@durations@@@"
294 ]
259 } 295 }
260 ] 296 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698