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

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

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "[SLAVE_BUILD]/swarming.client/swarming.py", 86 "[SLAVE_BUILD]/swarming.client/swarming.py",
87 "--version" 87 "--version"
88 ], 88 ],
89 "name": "swarming.py --version", 89 "name": "swarming.py --version",
90 "stdout": "/path/to/tmp/", 90 "stdout": "/path/to/tmp/",
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_TEXT@0.8.6@@@" 92 "@@@STEP_TEXT@0.4.10@@@"
93 ] 93 ]
94 }, 94 },
95 { 95 {
96 "cmd": [ 96 "cmd": [
97 "python", 97 "python",
98 "-u", 98 "-u",
99 "[SLAVE_BUILD]/swarming.client/swarming.py", 99 "[SLAVE_BUILD]/swarming.client/swarming.py",
100 "trigger", 100 "trigger",
101 "--swarming", 101 "--swarming",
102 "https://chromium-swarm.appspot.com", 102 "https://chromium-swarm.appspot.com",
(...skipping 2127 matching lines...) Expand 10 before | Expand all | Expand 10 after
2230 "--temp-root-dir", 2230 "--temp-root-dir",
2231 "[TMP_BASE]", 2231 "[TMP_BASE]",
2232 "--merged-test-output", 2232 "--merged-test-output",
2233 "/path/to/tmp/json", 2233 "/path/to/tmp/json",
2234 "--", 2234 "--",
2235 "collect", 2235 "collect",
2236 "--swarming", 2236 "--swarming",
2237 "https://chromium-swarm.appspot.com", 2237 "https://chromium-swarm.appspot.com",
2238 "--decorate", 2238 "--decorate",
2239 "--print-status-updates", 2239 "--print-status-updates",
2240 "--json", 2240 "--shards",
2241 "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux - debug/571 \", \"tasks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\": {\"shard _index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps pot.com/user/task/10000\"}}}" 2241 "1",
2242 "Check/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2242 ], 2243 ],
2243 "name": "Check", 2244 "name": "Check",
2244 "~followup_annotations": [ 2245 "~followup_annotations": [
2245 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2246 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2246 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2247 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2247 "@@@STEP_LOG_LINE@durations@@@@", 2248 "@@@STEP_LOG_LINE@durations@@@@",
2248 "@@@STEP_LOG_LINE@durations@Details:@@@", 2249 "@@@STEP_LOG_LINE@durations@Details:@@@",
2249 "@@@STEP_LOG_LINE@durations@@@@", 2250 "@@@STEP_LOG_LINE@durations@@@@",
2250 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2251 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2251 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2252 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2269 "--temp-root-dir", 2270 "--temp-root-dir",
2270 "[TMP_BASE]", 2271 "[TMP_BASE]",
2271 "--merged-test-output", 2272 "--merged-test-output",
2272 "/path/to/tmp/json", 2273 "/path/to/tmp/json",
2273 "--", 2274 "--",
2274 "collect", 2275 "collect",
2275 "--swarming", 2276 "--swarming",
2276 "https://chromium-swarm.appspot.com", 2277 "https://chromium-swarm.appspot.com",
2277 "--decorate", 2278 "--decorate",
2278 "--print-status-updates", 2279 "--print-status-updates",
2279 "--json", 2280 "--shards",
2280 "{\"base_task_name\": \"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux - debu g/571\", \"tasks\": {\"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\" : {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium- swarm.appspot.com/user/task/10000\"}}}" 2281 "1",
2282 "Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2281 ], 2283 ],
2282 "name": "Benchmarks", 2284 "name": "Benchmarks",
2283 "~followup_annotations": [ 2285 "~followup_annotations": [
2284 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2286 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2285 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2287 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2286 "@@@STEP_LOG_LINE@durations@@@@", 2288 "@@@STEP_LOG_LINE@durations@@@@",
2287 "@@@STEP_LOG_LINE@durations@Details:@@@", 2289 "@@@STEP_LOG_LINE@durations@Details:@@@",
2288 "@@@STEP_LOG_LINE@durations@@@@", 2290 "@@@STEP_LOG_LINE@durations@@@@",
2289 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2291 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2290 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2292 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2308 "--temp-root-dir", 2310 "--temp-root-dir",
2309 "[TMP_BASE]", 2311 "[TMP_BASE]",
2310 "--merged-test-output", 2312 "--merged-test-output",
2311 "/path/to/tmp/json", 2313 "/path/to/tmp/json",
2312 "--", 2314 "--",
2313 "collect", 2315 "collect",
2314 "--swarming", 2316 "--swarming",
2315 "https://chromium-swarm.appspot.com", 2317 "https://chromium-swarm.appspot.com",
2316 "--decorate", 2318 "--decorate",
2317 "--print-status-updates", 2319 "--print-status-updates",
2318 "--json", 2320 "--shards",
2319 "{\"base_task_name\": \"Test262/Ubuntu-12.04/[dummy has/V8 Linux - debug/5 71\", \"tasks\": {\"Test262/Ubuntu-12.04/[dummy has/V8 Linux - debug/571:3:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw arm.appspot.com/user/task/10000\"}, \"Test262/Ubuntu-12.04/[dummy has/V8 Linux - debug/571:3:1\": {\"shard_index\": 1, \"task_id\": \"10100\", \"view_url\": \"h ttps://chromium-swarm.appspot.com/user/task/10100\"}, \"Test262/Ubuntu-12.04/[du mmy has/V8 Linux - debug/571:3:2\": {\"shard_index\": 2, \"task_id\": \"10200\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10200\"}}}" 2321 "3",
2322 "Test262/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2320 ], 2323 ],
2321 "name": "Test262", 2324 "name": "Test262",
2322 "~followup_annotations": [ 2325 "~followup_annotations": [
2323 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2326 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2324 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2327 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2325 "@@@STEP_LOG_LINE@durations@@@@", 2328 "@@@STEP_LOG_LINE@durations@@@@",
2326 "@@@STEP_LOG_LINE@durations@Details:@@@", 2329 "@@@STEP_LOG_LINE@durations@Details:@@@",
2327 "@@@STEP_LOG_LINE@durations@@@@", 2330 "@@@STEP_LOG_LINE@durations@@@@",
2328 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2331 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2329 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2332 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2347 "--temp-root-dir", 2350 "--temp-root-dir",
2348 "[TMP_BASE]", 2351 "[TMP_BASE]",
2349 "--merged-test-output", 2352 "--merged-test-output",
2350 "/path/to/tmp/json", 2353 "/path/to/tmp/json",
2351 "--", 2354 "--",
2352 "collect", 2355 "collect",
2353 "--swarming", 2356 "--swarming",
2354 "https://chromium-swarm.appspot.com", 2357 "https://chromium-swarm.appspot.com",
2355 "--decorate", 2358 "--decorate",
2356 "--print-status-updates", 2359 "--print-status-updates",
2357 "--json", 2360 "--shards",
2358 "{\"base_task_name\": \"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - debug/5 71\", \"tasks\": {\"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\": {\"s hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm. appspot.com/user/task/10000\"}}}" 2361 "1",
2362 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2359 ], 2363 ],
2360 "name": "Mozilla", 2364 "name": "Mozilla",
2361 "~followup_annotations": [ 2365 "~followup_annotations": [
2362 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2366 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2363 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2367 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2364 "@@@STEP_LOG_LINE@durations@@@@", 2368 "@@@STEP_LOG_LINE@durations@@@@",
2365 "@@@STEP_LOG_LINE@durations@Details:@@@", 2369 "@@@STEP_LOG_LINE@durations@Details:@@@",
2366 "@@@STEP_LOG_LINE@durations@@@@", 2370 "@@@STEP_LOG_LINE@durations@@@@",
2367 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2371 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2368 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2372 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2386 "--temp-root-dir", 2390 "--temp-root-dir",
2387 "[TMP_BASE]", 2391 "[TMP_BASE]",
2388 "--merged-test-output", 2392 "--merged-test-output",
2389 "/path/to/tmp/json", 2393 "/path/to/tmp/json",
2390 "--", 2394 "--",
2391 "collect", 2395 "collect",
2392 "--swarming", 2396 "--swarming",
2393 "https://chromium-swarm.appspot.com", 2397 "https://chromium-swarm.appspot.com",
2394 "--decorate", 2398 "--decorate",
2395 "--print-status-updates", 2399 "--print-status-updates",
2396 "--json", 2400 "--shards",
2397 "{\"base_task_name\": \"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - de bug/571\", \"tasks\": {\"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - debug/5 71\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chrom ium-swarm.appspot.com/user/task/10000\"}}}" 2401 "1",
2402 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2398 ], 2403 ],
2399 "name": "SimdJs - all", 2404 "name": "SimdJs - all",
2400 "~followup_annotations": [ 2405 "~followup_annotations": [
2401 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2406 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2402 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2407 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2403 "@@@STEP_LOG_LINE@durations@@@@", 2408 "@@@STEP_LOG_LINE@durations@@@@",
2404 "@@@STEP_LOG_LINE@durations@Details:@@@", 2409 "@@@STEP_LOG_LINE@durations@Details:@@@",
2405 "@@@STEP_LOG_LINE@durations@@@@", 2410 "@@@STEP_LOG_LINE@durations@@@@",
2406 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2411 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2407 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2412 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2425 "--temp-root-dir", 2430 "--temp-root-dir",
2426 "[TMP_BASE]", 2431 "[TMP_BASE]",
2427 "--merged-test-output", 2432 "--merged-test-output",
2428 "/path/to/tmp/json", 2433 "/path/to/tmp/json",
2429 "--", 2434 "--",
2430 "collect", 2435 "collect",
2431 "--swarming", 2436 "--swarming",
2432 "https://chromium-swarm.appspot.com", 2437 "https://chromium-swarm.appspot.com",
2433 "--decorate", 2438 "--decorate",
2434 "--print-status-updates", 2439 "--print-status-updates",
2435 "--json", 2440 "--shards",
2436 "{\"base_task_name\": \"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Lin ux - debug/571\", \"tasks\": {\"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 L inux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \ "https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2441 "1",
2442 "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2437 ], 2443 ],
2438 "name": "Ignition - turbofan", 2444 "name": "Ignition - turbofan",
2439 "~followup_annotations": [ 2445 "~followup_annotations": [
2440 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2446 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2441 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2447 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2442 "@@@STEP_LOG_LINE@durations@@@@", 2448 "@@@STEP_LOG_LINE@durations@@@@",
2443 "@@@STEP_LOG_LINE@durations@Details:@@@", 2449 "@@@STEP_LOG_LINE@durations@Details:@@@",
2444 "@@@STEP_LOG_LINE@durations@@@@", 2450 "@@@STEP_LOG_LINE@durations@@@@",
2445 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2451 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2446 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2452 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2464 "--temp-root-dir", 2470 "--temp-root-dir",
2465 "[TMP_BASE]", 2471 "[TMP_BASE]",
2466 "--merged-test-output", 2472 "--merged-test-output",
2467 "/path/to/tmp/json", 2473 "/path/to/tmp/json",
2468 "--", 2474 "--",
2469 "collect", 2475 "collect",
2470 "--swarming", 2476 "--swarming",
2471 "https://chromium-swarm.appspot.com", 2477 "https://chromium-swarm.appspot.com",
2472 "--decorate", 2478 "--decorate",
2473 "--print-status-updates", 2479 "--print-status-updates",
2474 "--json", 2480 "--shards",
2475 "{\"base_task_name\": \"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/ V8 Linux - debug/571\", \"tasks\": {\"Mjsunit - sp frame access/Ubuntu-12.04/[du mmy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"v iew_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2481 "1",
2482 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2476 ], 2483 ],
2477 "name": "Mjsunit - sp frame access", 2484 "name": "Mjsunit - sp frame access",
2478 "~followup_annotations": [ 2485 "~followup_annotations": [
2479 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2486 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2480 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2487 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2481 "@@@STEP_LOG_LINE@durations@@@@", 2488 "@@@STEP_LOG_LINE@durations@@@@",
2482 "@@@STEP_LOG_LINE@durations@Details:@@@", 2489 "@@@STEP_LOG_LINE@durations@Details:@@@",
2483 "@@@STEP_LOG_LINE@durations@@@@", 2490 "@@@STEP_LOG_LINE@durations@@@@",
2484 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2491 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2485 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2492 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2503 "--temp-root-dir", 2510 "--temp-root-dir",
2504 "[TMP_BASE]", 2511 "[TMP_BASE]",
2505 "--merged-test-output", 2512 "--merged-test-output",
2506 "/path/to/tmp/json", 2513 "/path/to/tmp/json",
2507 "--", 2514 "--",
2508 "collect", 2515 "collect",
2509 "--swarming", 2516 "--swarming",
2510 "https://chromium-swarm.appspot.com", 2517 "https://chromium-swarm.appspot.com",
2511 "--decorate", 2518 "--decorate",
2512 "--print-status-updates", 2519 "--print-status-updates",
2513 "--json", 2520 "--shards",
2514 "{\"base_task_name\": \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Test262 - ignition - turbofan/Ubuntu-1 2.04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"1000 0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2521 "1",
2522 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/57 1"
2515 ], 2523 ],
2516 "name": "Test262 - ignition - turbofan", 2524 "name": "Test262 - ignition - turbofan",
2517 "~followup_annotations": [ 2525 "~followup_annotations": [
2518 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2526 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2519 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2527 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2520 "@@@STEP_LOG_LINE@durations@@@@", 2528 "@@@STEP_LOG_LINE@durations@@@@",
2521 "@@@STEP_LOG_LINE@durations@Details:@@@", 2529 "@@@STEP_LOG_LINE@durations@Details:@@@",
2522 "@@@STEP_LOG_LINE@durations@@@@", 2530 "@@@STEP_LOG_LINE@durations@@@@",
2523 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2531 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2524 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2532 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2542 "--temp-root-dir", 2550 "--temp-root-dir",
2543 "[TMP_BASE]", 2551 "[TMP_BASE]",
2544 "--merged-test-output", 2552 "--merged-test-output",
2545 "/path/to/tmp/json", 2553 "/path/to/tmp/json",
2546 "--", 2554 "--",
2547 "collect", 2555 "collect",
2548 "--swarming", 2556 "--swarming",
2549 "https://chromium-swarm.appspot.com", 2557 "https://chromium-swarm.appspot.com",
2550 "--decorate", 2558 "--decorate",
2551 "--print-status-updates", 2559 "--print-status-updates",
2552 "--json", 2560 "--shards",
2553 "{\"base_task_name\": \"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux - debug/571:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h ttps://chromium-swarm.appspot.com/user/task/10000\"}, \"Check - isolates/Ubuntu- 12.04/[dummy has/V8 Linux - debug/571:2:1\": {\"shard_index\": 1, \"task_id\": \ "10100\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"}} }" 2561 "2",
2562 "Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2554 ], 2563 ],
2555 "name": "Check - isolates", 2564 "name": "Check - isolates",
2556 "~followup_annotations": [ 2565 "~followup_annotations": [
2557 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2566 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2558 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2567 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2559 "@@@STEP_LOG_LINE@durations@@@@", 2568 "@@@STEP_LOG_LINE@durations@@@@",
2560 "@@@STEP_LOG_LINE@durations@Details:@@@", 2569 "@@@STEP_LOG_LINE@durations@Details:@@@",
2561 "@@@STEP_LOG_LINE@durations@@@@", 2570 "@@@STEP_LOG_LINE@durations@@@@",
2562 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2571 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2563 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2572 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2581 "--temp-root-dir", 2590 "--temp-root-dir",
2582 "[TMP_BASE]", 2591 "[TMP_BASE]",
2583 "--merged-test-output", 2592 "--merged-test-output",
2584 "/path/to/tmp/json", 2593 "/path/to/tmp/json",
2585 "--", 2594 "--",
2586 "collect", 2595 "collect",
2587 "--swarming", 2596 "--swarming",
2588 "https://chromium-swarm.appspot.com", 2597 "https://chromium-swarm.appspot.com",
2589 "--decorate", 2598 "--decorate",
2590 "--print-status-updates", 2599 "--print-status-updates",
2591 "--json", 2600 "--shards",
2592 "{\"base_task_name\": \"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - deb ug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c hromium-swarm.appspot.com/user/task/10000\"}}}" 2601 "1",
2602 "Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2593 ], 2603 ],
2594 "name": "Check - nosse3", 2604 "name": "Check - nosse3",
2595 "~followup_annotations": [ 2605 "~followup_annotations": [
2596 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2606 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2597 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2607 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2598 "@@@STEP_LOG_LINE@durations@@@@", 2608 "@@@STEP_LOG_LINE@durations@@@@",
2599 "@@@STEP_LOG_LINE@durations@Details:@@@", 2609 "@@@STEP_LOG_LINE@durations@Details:@@@",
2600 "@@@STEP_LOG_LINE@durations@@@@", 2610 "@@@STEP_LOG_LINE@durations@@@@",
2601 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2611 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2602 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2612 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2620 "--temp-root-dir", 2630 "--temp-root-dir",
2621 "[TMP_BASE]", 2631 "[TMP_BASE]",
2622 "--merged-test-output", 2632 "--merged-test-output",
2623 "/path/to/tmp/json", 2633 "/path/to/tmp/json",
2624 "--", 2634 "--",
2625 "collect", 2635 "collect",
2626 "--swarming", 2636 "--swarming",
2627 "https://chromium-swarm.appspot.com", 2637 "https://chromium-swarm.appspot.com",
2628 "--decorate", 2638 "--decorate",
2629 "--print-status-updates", 2639 "--print-status-updates",
2630 "--json", 2640 "--shards",
2631 "{\"base_task_name\": \"Test262 - no variants - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Test262 - no variants - nosse3/Ubuntu -12.04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10 000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2641 "1",
2642 "Test262 - no variants - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/5 71"
2632 ], 2643 ],
2633 "name": "Test262 - no variants - nosse3", 2644 "name": "Test262 - no variants - nosse3",
2634 "~followup_annotations": [ 2645 "~followup_annotations": [
2635 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2646 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2636 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2647 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2637 "@@@STEP_LOG_LINE@durations@@@@", 2648 "@@@STEP_LOG_LINE@durations@@@@",
2638 "@@@STEP_LOG_LINE@durations@Details:@@@", 2649 "@@@STEP_LOG_LINE@durations@Details:@@@",
2639 "@@@STEP_LOG_LINE@durations@@@@", 2650 "@@@STEP_LOG_LINE@durations@@@@",
2640 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2651 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2641 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2652 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2659 "--temp-root-dir", 2670 "--temp-root-dir",
2660 "[TMP_BASE]", 2671 "[TMP_BASE]",
2661 "--merged-test-output", 2672 "--merged-test-output",
2662 "/path/to/tmp/json", 2673 "/path/to/tmp/json",
2663 "--", 2674 "--",
2664 "collect", 2675 "collect",
2665 "--swarming", 2676 "--swarming",
2666 "https://chromium-swarm.appspot.com", 2677 "https://chromium-swarm.appspot.com",
2667 "--decorate", 2678 "--decorate",
2668 "--print-status-updates", 2679 "--print-status-updates",
2669 "--json", 2680 "--shards",
2670 "{\"base_task_name\": \"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https ://chromium-swarm.appspot.com/user/task/10000\"}}}" 2681 "1",
2682 "Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2671 ], 2683 ],
2672 "name": "Mozilla - nosse3", 2684 "name": "Mozilla - nosse3",
2673 "~followup_annotations": [ 2685 "~followup_annotations": [
2674 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2686 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2675 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2687 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2676 "@@@STEP_LOG_LINE@durations@@@@", 2688 "@@@STEP_LOG_LINE@durations@@@@",
2677 "@@@STEP_LOG_LINE@durations@Details:@@@", 2689 "@@@STEP_LOG_LINE@durations@Details:@@@",
2678 "@@@STEP_LOG_LINE@durations@@@@", 2690 "@@@STEP_LOG_LINE@durations@@@@",
2679 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2691 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2680 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2692 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2698 "--temp-root-dir", 2710 "--temp-root-dir",
2699 "[TMP_BASE]", 2711 "[TMP_BASE]",
2700 "--merged-test-output", 2712 "--merged-test-output",
2701 "/path/to/tmp/json", 2713 "/path/to/tmp/json",
2702 "--", 2714 "--",
2703 "collect", 2715 "collect",
2704 "--swarming", 2716 "--swarming",
2705 "https://chromium-swarm.appspot.com", 2717 "https://chromium-swarm.appspot.com",
2706 "--decorate", 2718 "--decorate",
2707 "--print-status-updates", 2719 "--print-status-updates",
2708 "--json", 2720 "--shards",
2709 "{\"base_task_name\": \"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 L inux - debug/571\", \"tasks\": {\"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/ V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\ ": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2721 "1",
2722 "SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2710 ], 2723 ],
2711 "name": "SimdJs - all - nosse3", 2724 "name": "SimdJs - all - nosse3",
2712 "~followup_annotations": [ 2725 "~followup_annotations": [
2713 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2726 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2714 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2727 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2715 "@@@STEP_LOG_LINE@durations@@@@", 2728 "@@@STEP_LOG_LINE@durations@@@@",
2716 "@@@STEP_LOG_LINE@durations@Details:@@@", 2729 "@@@STEP_LOG_LINE@durations@Details:@@@",
2717 "@@@STEP_LOG_LINE@durations@@@@", 2730 "@@@STEP_LOG_LINE@durations@@@@",
2718 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2731 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2719 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2732 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2737 "--temp-root-dir", 2750 "--temp-root-dir",
2738 "[TMP_BASE]", 2751 "[TMP_BASE]",
2739 "--merged-test-output", 2752 "--merged-test-output",
2740 "/path/to/tmp/json", 2753 "/path/to/tmp/json",
2741 "--", 2754 "--",
2742 "collect", 2755 "collect",
2743 "--swarming", 2756 "--swarming",
2744 "https://chromium-swarm.appspot.com", 2757 "https://chromium-swarm.appspot.com",
2745 "--decorate", 2758 "--decorate",
2746 "--print-status-updates", 2759 "--print-status-updates",
2747 "--json", 2760 "--shards",
2748 "{\"base_task_name\": \"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - deb ug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c hromium-swarm.appspot.com/user/task/10000\"}}}" 2761 "1",
2762 "Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2749 ], 2763 ],
2750 "name": "Check - nosse4", 2764 "name": "Check - nosse4",
2751 "~followup_annotations": [ 2765 "~followup_annotations": [
2752 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2766 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2753 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2767 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2754 "@@@STEP_LOG_LINE@durations@@@@", 2768 "@@@STEP_LOG_LINE@durations@@@@",
2755 "@@@STEP_LOG_LINE@durations@Details:@@@", 2769 "@@@STEP_LOG_LINE@durations@Details:@@@",
2756 "@@@STEP_LOG_LINE@durations@@@@", 2770 "@@@STEP_LOG_LINE@durations@@@@",
2757 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2771 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2758 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2772 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2776 "--temp-root-dir", 2790 "--temp-root-dir",
2777 "[TMP_BASE]", 2791 "[TMP_BASE]",
2778 "--merged-test-output", 2792 "--merged-test-output",
2779 "/path/to/tmp/json", 2793 "/path/to/tmp/json",
2780 "--", 2794 "--",
2781 "collect", 2795 "collect",
2782 "--swarming", 2796 "--swarming",
2783 "https://chromium-swarm.appspot.com", 2797 "https://chromium-swarm.appspot.com",
2784 "--decorate", 2798 "--decorate",
2785 "--print-status-updates", 2799 "--print-status-updates",
2786 "--json", 2800 "--shards",
2787 "{\"base_task_name\": \"Test262 - no variants - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Test262 - no variants - nosse4/Ubuntu -12.04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10 000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2801 "1",
2802 "Test262 - no variants - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/5 71"
2788 ], 2803 ],
2789 "name": "Test262 - no variants - nosse4", 2804 "name": "Test262 - no variants - nosse4",
2790 "~followup_annotations": [ 2805 "~followup_annotations": [
2791 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2806 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2792 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2807 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2793 "@@@STEP_LOG_LINE@durations@@@@", 2808 "@@@STEP_LOG_LINE@durations@@@@",
2794 "@@@STEP_LOG_LINE@durations@Details:@@@", 2809 "@@@STEP_LOG_LINE@durations@Details:@@@",
2795 "@@@STEP_LOG_LINE@durations@@@@", 2810 "@@@STEP_LOG_LINE@durations@@@@",
2796 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2811 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2797 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2812 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2815 "--temp-root-dir", 2830 "--temp-root-dir",
2816 "[TMP_BASE]", 2831 "[TMP_BASE]",
2817 "--merged-test-output", 2832 "--merged-test-output",
2818 "/path/to/tmp/json", 2833 "/path/to/tmp/json",
2819 "--", 2834 "--",
2820 "collect", 2835 "collect",
2821 "--swarming", 2836 "--swarming",
2822 "https://chromium-swarm.appspot.com", 2837 "https://chromium-swarm.appspot.com",
2823 "--decorate", 2838 "--decorate",
2824 "--print-status-updates", 2839 "--print-status-updates",
2825 "--json", 2840 "--shards",
2826 "{\"base_task_name\": \"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https ://chromium-swarm.appspot.com/user/task/10000\"}}}" 2841 "1",
2842 "Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2827 ], 2843 ],
2828 "name": "Mozilla - nosse4", 2844 "name": "Mozilla - nosse4",
2829 "~followup_annotations": [ 2845 "~followup_annotations": [
2830 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2846 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2831 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2847 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2832 "@@@STEP_LOG_LINE@durations@@@@", 2848 "@@@STEP_LOG_LINE@durations@@@@",
2833 "@@@STEP_LOG_LINE@durations@Details:@@@", 2849 "@@@STEP_LOG_LINE@durations@Details:@@@",
2834 "@@@STEP_LOG_LINE@durations@@@@", 2850 "@@@STEP_LOG_LINE@durations@@@@",
2835 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2851 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2836 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2852 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2854 "--temp-root-dir", 2870 "--temp-root-dir",
2855 "[TMP_BASE]", 2871 "[TMP_BASE]",
2856 "--merged-test-output", 2872 "--merged-test-output",
2857 "/path/to/tmp/json", 2873 "/path/to/tmp/json",
2858 "--", 2874 "--",
2859 "collect", 2875 "collect",
2860 "--swarming", 2876 "--swarming",
2861 "https://chromium-swarm.appspot.com", 2877 "https://chromium-swarm.appspot.com",
2862 "--decorate", 2878 "--decorate",
2863 "--print-status-updates", 2879 "--print-status-updates",
2864 "--json", 2880 "--shards",
2865 "{\"base_task_name\": \"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 L inux - debug/571\", \"tasks\": {\"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/ V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\ ": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2881 "1",
2882 "SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2866 ], 2883 ],
2867 "name": "SimdJs - all - nosse4", 2884 "name": "SimdJs - all - nosse4",
2868 "~followup_annotations": [ 2885 "~followup_annotations": [
2869 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2886 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2870 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2887 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2871 "@@@STEP_LOG_LINE@durations@@@@", 2888 "@@@STEP_LOG_LINE@durations@@@@",
2872 "@@@STEP_LOG_LINE@durations@Details:@@@", 2889 "@@@STEP_LOG_LINE@durations@Details:@@@",
2873 "@@@STEP_LOG_LINE@durations@@@@", 2890 "@@@STEP_LOG_LINE@durations@@@@",
2874 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2891 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2875 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2892 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2893 "--temp-root-dir", 2910 "--temp-root-dir",
2894 "[TMP_BASE]", 2911 "[TMP_BASE]",
2895 "--merged-test-output", 2912 "--merged-test-output",
2896 "/path/to/tmp/json", 2913 "/path/to/tmp/json",
2897 "--", 2914 "--",
2898 "collect", 2915 "collect",
2899 "--swarming", 2916 "--swarming",
2900 "https://chromium-swarm.appspot.com", 2917 "https://chromium-swarm.appspot.com",
2901 "--decorate", 2918 "--decorate",
2902 "--print-status-updates", 2919 "--print-status-updates",
2903 "--json", 2920 "--shards",
2904 "{\"base_task_name\": \"Mjsunit - code serializer/Ubuntu-12.04/[dummy has/ V8 Linux - debug/571\", \"tasks\": {\"Mjsunit - code serializer/Ubuntu-12.04/[du mmy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"v iew_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2921 "1",
2922 "Mjsunit - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2905 ], 2923 ],
2906 "name": "Mjsunit - code serializer", 2924 "name": "Mjsunit - code serializer",
2907 "~followup_annotations": [ 2925 "~followup_annotations": [
2908 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2926 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2909 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2927 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2910 "@@@STEP_LOG_LINE@durations@@@@", 2928 "@@@STEP_LOG_LINE@durations@@@@",
2911 "@@@STEP_LOG_LINE@durations@Details:@@@", 2929 "@@@STEP_LOG_LINE@durations@Details:@@@",
2912 "@@@STEP_LOG_LINE@durations@@@@", 2930 "@@@STEP_LOG_LINE@durations@@@@",
2913 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2931 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2914 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2932 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2932 "--temp-root-dir", 2950 "--temp-root-dir",
2933 "[TMP_BASE]", 2951 "[TMP_BASE]",
2934 "--merged-test-output", 2952 "--merged-test-output",
2935 "/path/to/tmp/json", 2953 "/path/to/tmp/json",
2936 "--", 2954 "--",
2937 "collect", 2955 "collect",
2938 "--swarming", 2956 "--swarming",
2939 "https://chromium-swarm.appspot.com", 2957 "https://chromium-swarm.appspot.com",
2940 "--decorate", 2958 "--decorate",
2941 "--print-status-updates", 2959 "--print-status-updates",
2942 "--json", 2960 "--shards",
2943 "{\"base_task_name\": \"Mozilla - code serializer/Ubuntu-12.04/[dummy has/ V8 Linux - debug/571\", \"tasks\": {\"Mozilla - code serializer/Ubuntu-12.04/[du mmy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"v iew_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2961 "1",
2962 "Mozilla - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2944 ], 2963 ],
2945 "name": "Mozilla - code serializer", 2964 "name": "Mozilla - code serializer",
2946 "~followup_annotations": [ 2965 "~followup_annotations": [
2947 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2966 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2948 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2967 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2949 "@@@STEP_LOG_LINE@durations@@@@", 2968 "@@@STEP_LOG_LINE@durations@@@@",
2950 "@@@STEP_LOG_LINE@durations@Details:@@@", 2969 "@@@STEP_LOG_LINE@durations@Details:@@@",
2951 "@@@STEP_LOG_LINE@durations@@@@", 2970 "@@@STEP_LOG_LINE@durations@@@@",
2952 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2971 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2953 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2972 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2971 "--temp-root-dir", 2990 "--temp-root-dir",
2972 "[TMP_BASE]", 2991 "[TMP_BASE]",
2973 "--merged-test-output", 2992 "--merged-test-output",
2974 "/path/to/tmp/json", 2993 "/path/to/tmp/json",
2975 "--", 2994 "--",
2976 "collect", 2995 "collect",
2977 "--swarming", 2996 "--swarming",
2978 "https://chromium-swarm.appspot.com", 2997 "https://chromium-swarm.appspot.com",
2979 "--decorate", 2998 "--decorate",
2980 "--print-status-updates", 2999 "--print-status-updates",
2981 "--json", 3000 "--shards",
2982 "{\"base_task_name\": \"Test262 - no variants - code serializer/Ubuntu-12. 04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"Test262 - no variants - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user /task/10000\"}}}" 3001 "1",
3002 "Test262 - no variants - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571"
2983 ], 3003 ],
2984 "name": "Test262 - no variants - code serializer", 3004 "name": "Test262 - no variants - code serializer",
2985 "~followup_annotations": [ 3005 "~followup_annotations": [
2986 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3006 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2987 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3007 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2988 "@@@STEP_LOG_LINE@durations@@@@", 3008 "@@@STEP_LOG_LINE@durations@@@@",
2989 "@@@STEP_LOG_LINE@durations@Details:@@@", 3009 "@@@STEP_LOG_LINE@durations@Details:@@@",
2990 "@@@STEP_LOG_LINE@durations@@@@", 3010 "@@@STEP_LOG_LINE@durations@@@@",
2991 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3011 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2992 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3012 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3010 "--temp-root-dir", 3030 "--temp-root-dir",
3011 "[TMP_BASE]", 3031 "[TMP_BASE]",
3012 "--merged-test-output", 3032 "--merged-test-output",
3013 "/path/to/tmp/json", 3033 "/path/to/tmp/json",
3014 "--", 3034 "--",
3015 "collect", 3035 "collect",
3016 "--swarming", 3036 "--swarming",
3017 "https://chromium-swarm.appspot.com", 3037 "https://chromium-swarm.appspot.com",
3018 "--decorate", 3038 "--decorate",
3019 "--print-status-updates", 3039 "--print-status-updates",
3020 "--json", 3040 "--shards",
3021 "{\"base_task_name\": \"Benchmarks - code serializer/Ubuntu-12.04/[dummy h as/V8 Linux - debug/571\", \"tasks\": {\"Benchmarks - code serializer/Ubuntu-12. 04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10000\ ", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 3041 "1",
3042 "Benchmarks - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571 "
3022 ], 3043 ],
3023 "name": "Benchmarks - code serializer", 3044 "name": "Benchmarks - code serializer",
3024 "~followup_annotations": [ 3045 "~followup_annotations": [
3025 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3046 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3026 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3047 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3027 "@@@STEP_LOG_LINE@durations@@@@", 3048 "@@@STEP_LOG_LINE@durations@@@@",
3028 "@@@STEP_LOG_LINE@durations@Details:@@@", 3049 "@@@STEP_LOG_LINE@durations@Details:@@@",
3029 "@@@STEP_LOG_LINE@durations@@@@", 3050 "@@@STEP_LOG_LINE@durations@@@@",
3030 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3051 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3031 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3052 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3049 "--temp-root-dir", 3070 "--temp-root-dir",
3050 "[TMP_BASE]", 3071 "[TMP_BASE]",
3051 "--merged-test-output", 3072 "--merged-test-output",
3052 "/path/to/tmp/json", 3073 "/path/to/tmp/json",
3053 "--", 3074 "--",
3054 "collect", 3075 "collect",
3055 "--swarming", 3076 "--swarming",
3056 "https://chromium-swarm.appspot.com", 3077 "https://chromium-swarm.appspot.com",
3057 "--decorate", 3078 "--decorate",
3058 "--print-status-updates", 3079 "--print-status-updates",
3059 "--json", 3080 "--shards",
3060 "{\"base_task_name\": \"SimdJs - all - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", \"tasks\": {\"SimdJs - all - code serializer/Ubuntu -12.04/[dummy has/V8 Linux - debug/571\": {\"shard_index\": 0, \"task_id\": \"10 000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 3081 "1",
3082 "SimdJs - all - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/5 71"
3061 ], 3083 ],
3062 "name": "SimdJs - all - code serializer", 3084 "name": "SimdJs - all - code serializer",
3063 "~followup_annotations": [ 3085 "~followup_annotations": [
3064 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3086 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3065 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3087 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3066 "@@@STEP_LOG_LINE@durations@@@@", 3088 "@@@STEP_LOG_LINE@durations@@@@",
3067 "@@@STEP_LOG_LINE@durations@Details:@@@", 3089 "@@@STEP_LOG_LINE@durations@Details:@@@",
3068 "@@@STEP_LOG_LINE@durations@@@@", 3090 "@@@STEP_LOG_LINE@durations@@@@",
3069 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3091 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3070 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3092 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
3071 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 3093 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
3072 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 3094 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
3073 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 3095 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
3074 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 3096 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
3075 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 3097 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
3076 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 3098 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
3077 "@@@STEP_LOG_END@durations@@@" 3099 "@@@STEP_LOG_END@durations@@@"
3078 ] 3100 ]
3079 }, 3101 },
3080 { 3102 {
3081 "name": "$result", 3103 "name": "$result",
3082 "recipe_result": null, 3104 "recipe_result": null,
3083 "status_code": 0 3105 "status_code": 0
3084 } 3106 }
3085 ] 3107 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698