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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_local_fallback.json

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: coverage :( Created 4 years, 8 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::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_amp", 10 "android_amp",
(...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 "-u", 1327 "-u",
1328 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1328 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1329 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1329 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1330 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1330 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1331 ], 1331 ],
1332 "cwd": "[SLAVE_BUILD]", 1332 "cwd": "[SLAVE_BUILD]",
1333 "name": "[trigger] save ui_touch_selection_unittests (with patch)" 1333 "name": "[trigger] save ui_touch_selection_unittests (with patch)"
1334 }, 1334 },
1335 { 1335 {
1336 "cmd": [ 1336 "cmd": [
1337 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1338 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1339 "-v",
1340 "--blacklist-file",
1341 "[SLAVE_BUILD]/src/out/bad_devices.json",
1342 "--release"
1343 ],
1344 "cwd": "[SLAVE_BUILD]",
1345 "env": {
1346 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1347 },
1348 "name": "install AndroidWebView.apk"
1349 },
1350 {
1351 "cmd": [
1352 "python", 1337 "python",
1353 "-u", 1338 "-u",
1354 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1339 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
1355 "instrumentation",
1356 "--test-apk",
1357 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1358 "--blacklist-file", 1340 "--blacklist-file",
1359 "[SLAVE_BUILD]/src/out/bad_devices.json", 1341 "[SLAVE_BUILD]/src/out/bad_devices.json",
1360 "--logcat-output-file", 1342 "--logcat-output-file",
1361 "/path/to/tmp/", 1343 "/path/to/tmp/",
1362 "--apk-under-test",
1363 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1364 "--isolate-file-path",
1365 "android_webview/android_webview_test_apk.isolate",
1366 "--flakiness-dashboard-server", 1344 "--flakiness-dashboard-server",
1367 "test-results.appspot.com", 1345 "test-results.appspot.com",
1368 "--verbose", 1346 "--verbose",
1369 "--release",
1370 "--json-results-file", 1347 "--json-results-file",
1371 "/path/to/tmp/json" 1348 "/path/to/tmp/json"
1372 ], 1349 ],
1373 "cwd": "[SLAVE_BUILD]", 1350 "cwd": "[SLAVE_BUILD]",
1374 "name": "Instrumentation test AndroidWebViewTest (with patch)", 1351 "name": "Instrumentation test AndroidWebViewTest (with patch)",
1375 "~followup_annotations": [ 1352 "~followup_annotations": [
1376 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1353 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1377 ] 1354 ]
1378 }, 1355 },
1379 { 1356 {
1380 "cmd": [ 1357 "cmd": [
1381 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1382 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1383 "-v",
1384 "--blacklist-file",
1385 "[SLAVE_BUILD]/src/out/bad_devices.json",
1386 "--release"
1387 ],
1388 "cwd": "[SLAVE_BUILD]",
1389 "env": {
1390 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1391 },
1392 "name": "install ContentShell.apk"
1393 },
1394 {
1395 "cmd": [
1396 "python", 1358 "python",
1397 "-u", 1359 "-u",
1398 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1360 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
1399 "instrumentation",
1400 "--test-apk",
1401 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1402 "--blacklist-file", 1361 "--blacklist-file",
1403 "[SLAVE_BUILD]/src/out/bad_devices.json", 1362 "[SLAVE_BUILD]/src/out/bad_devices.json",
1404 "--logcat-output-file", 1363 "--logcat-output-file",
1405 "/path/to/tmp/", 1364 "/path/to/tmp/",
1406 "--apk-under-test",
1407 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1408 "--isolate-file-path",
1409 "content/content_shell_test_apk.isolate",
1410 "--flakiness-dashboard-server", 1365 "--flakiness-dashboard-server",
1411 "test-results.appspot.com", 1366 "test-results.appspot.com",
1412 "--verbose", 1367 "--verbose",
1413 "--release",
1414 "--json-results-file", 1368 "--json-results-file",
1415 "/path/to/tmp/json" 1369 "/path/to/tmp/json"
1416 ], 1370 ],
1417 "cwd": "[SLAVE_BUILD]", 1371 "cwd": "[SLAVE_BUILD]",
1418 "name": "Instrumentation test ContentShellTest (with patch)", 1372 "name": "Instrumentation test ContentShellTest (with patch)",
1419 "~followup_annotations": [ 1373 "~followup_annotations": [
1420 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1374 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1421 ] 1375 ]
1422 }, 1376 },
1423 { 1377 {
1424 "cmd": [ 1378 "cmd": [
1425 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1426 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1427 "-v",
1428 "--blacklist-file",
1429 "[SLAVE_BUILD]/src/out/bad_devices.json",
1430 "--release"
1431 ],
1432 "cwd": "[SLAVE_BUILD]",
1433 "env": {
1434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1435 },
1436 "name": "install ChromePublic.apk"
1437 },
1438 {
1439 "cmd": [
1440 "python", 1379 "python",
1441 "-u", 1380 "-u",
1442 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1381 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
1443 "instrumentation",
1444 "--test-apk",
1445 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1446 "--blacklist-file", 1382 "--blacklist-file",
1447 "[SLAVE_BUILD]/src/out/bad_devices.json", 1383 "[SLAVE_BUILD]/src/out/bad_devices.json",
1448 "--logcat-output-file", 1384 "--logcat-output-file",
1449 "/path/to/tmp/", 1385 "/path/to/tmp/",
1450 "--apk-under-test",
1451 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1452 "--additional-apk",
1453 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
1454 "--additional-apk",
1455 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
1456 "--isolate-file-path",
1457 "chrome/chrome_public_test_apk.isolate",
1458 "--flakiness-dashboard-server", 1386 "--flakiness-dashboard-server",
1459 "test-results.appspot.com", 1387 "test-results.appspot.com",
1460 "--verbose", 1388 "--verbose",
1461 "--release",
1462 "--json-results-file", 1389 "--json-results-file",
1463 "/path/to/tmp/json" 1390 "/path/to/tmp/json"
1464 ], 1391 ],
1465 "cwd": "[SLAVE_BUILD]", 1392 "cwd": "[SLAVE_BUILD]",
1466 "name": "Instrumentation test ChromePublicTest (with patch)", 1393 "name": "Instrumentation test ChromePublicTest (with patch)",
1467 "~followup_annotations": [ 1394 "~followup_annotations": [
1468 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1395 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1469 ] 1396 ]
1470 }, 1397 },
1471 { 1398 {
1472 "cmd": [ 1399 "cmd": [
1473 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1474 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1475 "-v",
1476 "--blacklist-file",
1477 "[SLAVE_BUILD]/src/out/bad_devices.json",
1478 "--release"
1479 ],
1480 "cwd": "[SLAVE_BUILD]",
1481 "env": {
1482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1483 },
1484 "name": "install ChromeSyncShell.apk"
1485 },
1486 {
1487 "cmd": [
1488 "python", 1400 "python",
1489 "-u", 1401 "-u",
1490 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1402 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
1491 "instrumentation",
1492 "--test-apk",
1493 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1494 "--blacklist-file", 1403 "--blacklist-file",
1495 "[SLAVE_BUILD]/src/out/bad_devices.json", 1404 "[SLAVE_BUILD]/src/out/bad_devices.json",
1496 "--logcat-output-file", 1405 "--logcat-output-file",
1497 "/path/to/tmp/", 1406 "/path/to/tmp/",
1498 "--apk-under-test",
1499 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1500 "--flakiness-dashboard-server", 1407 "--flakiness-dashboard-server",
1501 "test-results.appspot.com", 1408 "test-results.appspot.com",
1502 "--verbose", 1409 "--verbose",
1503 "--release",
1504 "--json-results-file", 1410 "--json-results-file",
1505 "/path/to/tmp/json" 1411 "/path/to/tmp/json"
1506 ], 1412 ],
1507 "cwd": "[SLAVE_BUILD]", 1413 "cwd": "[SLAVE_BUILD]",
1508 "name": "Instrumentation test ChromeSyncShellTest (with patch)", 1414 "name": "Instrumentation test ChromeSyncShellTest (with patch)",
1509 "~followup_annotations": [ 1415 "~followup_annotations": [
1510 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1416 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1511 ] 1417 ]
1512 }, 1418 },
1513 { 1419 {
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2556 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2462 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2557 }, 2463 },
2558 "name": "compile (without patch)", 2464 "name": "compile (without patch)",
2559 "~followup_annotations": [ 2465 "~followup_annotations": [
2560 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 2466 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
2561 "@@@STEP_LOG_END@json.output (invalid)@@@" 2467 "@@@STEP_LOG_END@json.output (invalid)@@@"
2562 ] 2468 ]
2563 }, 2469 },
2564 { 2470 {
2565 "cmd": [ 2471 "cmd": [
2566 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2567 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2568 "-v",
2569 "--blacklist-file",
2570 "[SLAVE_BUILD]/src/out/bad_devices.json",
2571 "--release"
2572 ],
2573 "cwd": "[SLAVE_BUILD]",
2574 "env": {
2575 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2576 },
2577 "name": "install AndroidWebView.apk (2)"
2578 },
2579 {
2580 "cmd": [
2581 "python", 2472 "python",
2582 "-u", 2473 "-u",
2583 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2474 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
2584 "instrumentation",
2585 "--test-apk",
2586 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
2587 "--blacklist-file", 2475 "--blacklist-file",
2588 "[SLAVE_BUILD]/src/out/bad_devices.json", 2476 "[SLAVE_BUILD]/src/out/bad_devices.json",
2589 "--logcat-output-file", 2477 "--logcat-output-file",
2590 "/path/to/tmp/", 2478 "/path/to/tmp/",
2591 "--apk-under-test",
2592 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2593 "--isolate-file-path",
2594 "android_webview/android_webview_test_apk.isolate",
2595 "--flakiness-dashboard-server", 2479 "--flakiness-dashboard-server",
2596 "test-results.appspot.com", 2480 "test-results.appspot.com",
2597 "--verbose", 2481 "--verbose",
2598 "--release",
2599 "--json-results-file", 2482 "--json-results-file",
2600 "/path/to/tmp/json" 2483 "/path/to/tmp/json"
2601 ], 2484 ],
2602 "cwd": "[SLAVE_BUILD]", 2485 "cwd": "[SLAVE_BUILD]",
2603 "name": "Instrumentation test AndroidWebViewTest (without patch)", 2486 "name": "Instrumentation test AndroidWebViewTest (without patch)",
2604 "~followup_annotations": [ 2487 "~followup_annotations": [
2605 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2488 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2606 ] 2489 ]
2607 }, 2490 },
2608 { 2491 {
2609 "cmd": [ 2492 "cmd": [
2610 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2611 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2612 "-v",
2613 "--blacklist-file",
2614 "[SLAVE_BUILD]/src/out/bad_devices.json",
2615 "--release"
2616 ],
2617 "cwd": "[SLAVE_BUILD]",
2618 "env": {
2619 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2620 },
2621 "name": "install ContentShell.apk (2)"
2622 },
2623 {
2624 "cmd": [
2625 "python", 2493 "python",
2626 "-u", 2494 "-u",
2627 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2495 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
2628 "instrumentation",
2629 "--test-apk",
2630 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
2631 "--blacklist-file", 2496 "--blacklist-file",
2632 "[SLAVE_BUILD]/src/out/bad_devices.json", 2497 "[SLAVE_BUILD]/src/out/bad_devices.json",
2633 "--logcat-output-file", 2498 "--logcat-output-file",
2634 "/path/to/tmp/", 2499 "/path/to/tmp/",
2635 "--apk-under-test",
2636 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2637 "--isolate-file-path",
2638 "content/content_shell_test_apk.isolate",
2639 "--flakiness-dashboard-server", 2500 "--flakiness-dashboard-server",
2640 "test-results.appspot.com", 2501 "test-results.appspot.com",
2641 "--verbose", 2502 "--verbose",
2642 "--release",
2643 "--json-results-file", 2503 "--json-results-file",
2644 "/path/to/tmp/json" 2504 "/path/to/tmp/json"
2645 ], 2505 ],
2646 "cwd": "[SLAVE_BUILD]", 2506 "cwd": "[SLAVE_BUILD]",
2647 "name": "Instrumentation test ContentShellTest (without patch)", 2507 "name": "Instrumentation test ContentShellTest (without patch)",
2648 "~followup_annotations": [ 2508 "~followup_annotations": [
2649 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2509 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2650 ] 2510 ]
2651 }, 2511 },
2652 { 2512 {
2653 "cmd": [ 2513 "cmd": [
2654 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2655 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2656 "-v",
2657 "--blacklist-file",
2658 "[SLAVE_BUILD]/src/out/bad_devices.json",
2659 "--release"
2660 ],
2661 "cwd": "[SLAVE_BUILD]",
2662 "env": {
2663 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2664 },
2665 "name": "install ChromePublic.apk (2)"
2666 },
2667 {
2668 "cmd": [
2669 "python", 2514 "python",
2670 "-u", 2515 "-u",
2671 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2516 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
2672 "instrumentation",
2673 "--test-apk",
2674 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
2675 "--blacklist-file", 2517 "--blacklist-file",
2676 "[SLAVE_BUILD]/src/out/bad_devices.json", 2518 "[SLAVE_BUILD]/src/out/bad_devices.json",
2677 "--logcat-output-file", 2519 "--logcat-output-file",
2678 "/path/to/tmp/", 2520 "/path/to/tmp/",
2679 "--apk-under-test",
2680 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2681 "--additional-apk",
2682 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
2683 "--additional-apk",
2684 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
2685 "--isolate-file-path",
2686 "chrome/chrome_public_test_apk.isolate",
2687 "--flakiness-dashboard-server", 2521 "--flakiness-dashboard-server",
2688 "test-results.appspot.com", 2522 "test-results.appspot.com",
2689 "--verbose", 2523 "--verbose",
2690 "--release",
2691 "--json-results-file", 2524 "--json-results-file",
2692 "/path/to/tmp/json" 2525 "/path/to/tmp/json"
2693 ], 2526 ],
2694 "cwd": "[SLAVE_BUILD]", 2527 "cwd": "[SLAVE_BUILD]",
2695 "name": "Instrumentation test ChromePublicTest (without patch)", 2528 "name": "Instrumentation test ChromePublicTest (without patch)",
2696 "~followup_annotations": [ 2529 "~followup_annotations": [
2697 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2530 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2698 ] 2531 ]
2699 }, 2532 },
2700 { 2533 {
2701 "cmd": [ 2534 "cmd": [
2702 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2703 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2704 "-v",
2705 "--blacklist-file",
2706 "[SLAVE_BUILD]/src/out/bad_devices.json",
2707 "--release"
2708 ],
2709 "cwd": "[SLAVE_BUILD]",
2710 "env": {
2711 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2712 },
2713 "name": "install ChromeSyncShell.apk (2)"
2714 },
2715 {
2716 "cmd": [
2717 "python", 2535 "python",
2718 "-u", 2536 "-u",
2719 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2537 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
2720 "instrumentation",
2721 "--test-apk",
2722 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
2723 "--blacklist-file", 2538 "--blacklist-file",
2724 "[SLAVE_BUILD]/src/out/bad_devices.json", 2539 "[SLAVE_BUILD]/src/out/bad_devices.json",
2725 "--logcat-output-file", 2540 "--logcat-output-file",
2726 "/path/to/tmp/", 2541 "/path/to/tmp/",
2727 "--apk-under-test",
2728 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2729 "--flakiness-dashboard-server", 2542 "--flakiness-dashboard-server",
2730 "test-results.appspot.com", 2543 "test-results.appspot.com",
2731 "--verbose", 2544 "--verbose",
2732 "--release",
2733 "--json-results-file", 2545 "--json-results-file",
2734 "/path/to/tmp/json" 2546 "/path/to/tmp/json"
2735 ], 2547 ],
2736 "cwd": "[SLAVE_BUILD]", 2548 "cwd": "[SLAVE_BUILD]",
2737 "name": "Instrumentation test ChromeSyncShellTest (without patch)", 2549 "name": "Instrumentation test ChromeSyncShellTest (without patch)",
2738 "~followup_annotations": [ 2550 "~followup_annotations": [
2739 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2551 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2740 ] 2552 ]
2741 }, 2553 },
2742 { 2554 {
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
2993 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2805 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2994 "@@@STEP_LOG_END@python.inline@@@" 2806 "@@@STEP_LOG_END@python.inline@@@"
2995 ] 2807 ]
2996 }, 2808 },
2997 { 2809 {
2998 "name": "$result", 2810 "name": "$result",
2999 "recipe_result": null, 2811 "recipe_result": null,
3000 "status_code": 0 2812 "status_code": 0
3001 } 2813 }
3002 ] 2814 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698