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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_failure.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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 "-u", 1348 "-u",
1349 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1349 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1350 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1350 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1351 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1351 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1352 ], 1352 ],
1353 "cwd": "[SLAVE_BUILD]", 1353 "cwd": "[SLAVE_BUILD]",
1354 "name": "[trigger] save ui_touch_selection_unittests (with patch)" 1354 "name": "[trigger] save ui_touch_selection_unittests (with patch)"
1355 }, 1355 },
1356 { 1356 {
1357 "cmd": [ 1357 "cmd": [
1358 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1359 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1360 "-v",
1361 "--blacklist-file",
1362 "[SLAVE_BUILD]/src/out/bad_devices.json",
1363 "--release"
1364 ],
1365 "cwd": "[SLAVE_BUILD]",
1366 "env": {
1367 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1368 },
1369 "name": "install AndroidWebView.apk"
1370 },
1371 {
1372 "cmd": [
1373 "python", 1358 "python",
1374 "-u", 1359 "-u",
1375 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1360 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
1376 "instrumentation",
1377 "--test-apk",
1378 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1379 "--blacklist-file", 1361 "--blacklist-file",
1380 "[SLAVE_BUILD]/src/out/bad_devices.json", 1362 "[SLAVE_BUILD]/src/out/bad_devices.json",
1381 "--logcat-output-file", 1363 "--logcat-output-file",
1382 "/path/to/tmp/", 1364 "/path/to/tmp/",
1383 "--apk-under-test",
1384 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1385 "--isolate-file-path",
1386 "android_webview/android_webview_test_apk.isolate",
1387 "--flakiness-dashboard-server", 1365 "--flakiness-dashboard-server",
1388 "test-results.appspot.com", 1366 "test-results.appspot.com",
1389 "--verbose", 1367 "--verbose",
1390 "--release",
1391 "--json-results-file", 1368 "--json-results-file",
1392 "/path/to/tmp/json" 1369 "/path/to/tmp/json"
1393 ], 1370 ],
1394 "cwd": "[SLAVE_BUILD]", 1371 "cwd": "[SLAVE_BUILD]",
1395 "name": "Instrumentation test AndroidWebViewTest (with patch)", 1372 "name": "Instrumentation test AndroidWebViewTest (with patch)",
1396 "~followup_annotations": [ 1373 "~followup_annotations": [
1397 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1374 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1398 ] 1375 ]
1399 }, 1376 },
1400 { 1377 {
1401 "cmd": [ 1378 "cmd": [
1402 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1403 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1404 "-v",
1405 "--blacklist-file",
1406 "[SLAVE_BUILD]/src/out/bad_devices.json",
1407 "--release"
1408 ],
1409 "cwd": "[SLAVE_BUILD]",
1410 "env": {
1411 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1412 },
1413 "name": "install ContentShell.apk"
1414 },
1415 {
1416 "cmd": [
1417 "python", 1379 "python",
1418 "-u", 1380 "-u",
1419 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1381 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
1420 "instrumentation",
1421 "--test-apk",
1422 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1423 "--blacklist-file", 1382 "--blacklist-file",
1424 "[SLAVE_BUILD]/src/out/bad_devices.json", 1383 "[SLAVE_BUILD]/src/out/bad_devices.json",
1425 "--logcat-output-file", 1384 "--logcat-output-file",
1426 "/path/to/tmp/", 1385 "/path/to/tmp/",
1427 "--apk-under-test",
1428 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1429 "--isolate-file-path",
1430 "content/content_shell_test_apk.isolate",
1431 "--flakiness-dashboard-server", 1386 "--flakiness-dashboard-server",
1432 "test-results.appspot.com", 1387 "test-results.appspot.com",
1433 "--verbose", 1388 "--verbose",
1434 "--release",
1435 "--json-results-file", 1389 "--json-results-file",
1436 "/path/to/tmp/json" 1390 "/path/to/tmp/json"
1437 ], 1391 ],
1438 "cwd": "[SLAVE_BUILD]", 1392 "cwd": "[SLAVE_BUILD]",
1439 "name": "Instrumentation test ContentShellTest (with patch)", 1393 "name": "Instrumentation test ContentShellTest (with patch)",
1440 "~followup_annotations": [ 1394 "~followup_annotations": [
1441 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1395 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1442 ] 1396 ]
1443 }, 1397 },
1444 { 1398 {
1445 "cmd": [ 1399 "cmd": [
1446 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1447 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1448 "-v",
1449 "--blacklist-file",
1450 "[SLAVE_BUILD]/src/out/bad_devices.json",
1451 "--release"
1452 ],
1453 "cwd": "[SLAVE_BUILD]",
1454 "env": {
1455 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1456 },
1457 "name": "install ChromePublic.apk"
1458 },
1459 {
1460 "cmd": [
1461 "python", 1400 "python",
1462 "-u", 1401 "-u",
1463 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1402 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
1464 "instrumentation",
1465 "--test-apk",
1466 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1467 "--blacklist-file", 1403 "--blacklist-file",
1468 "[SLAVE_BUILD]/src/out/bad_devices.json", 1404 "[SLAVE_BUILD]/src/out/bad_devices.json",
1469 "--logcat-output-file", 1405 "--logcat-output-file",
1470 "/path/to/tmp/", 1406 "/path/to/tmp/",
1471 "--apk-under-test",
1472 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1473 "--additional-apk",
1474 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
1475 "--additional-apk",
1476 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
1477 "--isolate-file-path",
1478 "chrome/chrome_public_test_apk.isolate",
1479 "--flakiness-dashboard-server", 1407 "--flakiness-dashboard-server",
1480 "test-results.appspot.com", 1408 "test-results.appspot.com",
1481 "--verbose", 1409 "--verbose",
1482 "--release",
1483 "--json-results-file", 1410 "--json-results-file",
1484 "/path/to/tmp/json" 1411 "/path/to/tmp/json"
1485 ], 1412 ],
1486 "cwd": "[SLAVE_BUILD]", 1413 "cwd": "[SLAVE_BUILD]",
1487 "name": "Instrumentation test ChromePublicTest (with patch)", 1414 "name": "Instrumentation test ChromePublicTest (with patch)",
1488 "~followup_annotations": [ 1415 "~followup_annotations": [
1489 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1416 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1490 ] 1417 ]
1491 }, 1418 },
1492 { 1419 {
1493 "cmd": [ 1420 "cmd": [
1494 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1495 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1496 "-v",
1497 "--blacklist-file",
1498 "[SLAVE_BUILD]/src/out/bad_devices.json",
1499 "--release"
1500 ],
1501 "cwd": "[SLAVE_BUILD]",
1502 "env": {
1503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1504 },
1505 "name": "install ChromeSyncShell.apk"
1506 },
1507 {
1508 "cmd": [
1509 "python", 1421 "python",
1510 "-u", 1422 "-u",
1511 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1423 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
1512 "instrumentation",
1513 "--test-apk",
1514 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1515 "--blacklist-file", 1424 "--blacklist-file",
1516 "[SLAVE_BUILD]/src/out/bad_devices.json", 1425 "[SLAVE_BUILD]/src/out/bad_devices.json",
1517 "--logcat-output-file", 1426 "--logcat-output-file",
1518 "/path/to/tmp/", 1427 "/path/to/tmp/",
1519 "--apk-under-test",
1520 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1521 "--flakiness-dashboard-server", 1428 "--flakiness-dashboard-server",
1522 "test-results.appspot.com", 1429 "test-results.appspot.com",
1523 "--verbose", 1430 "--verbose",
1524 "--release",
1525 "--json-results-file", 1431 "--json-results-file",
1526 "/path/to/tmp/json" 1432 "/path/to/tmp/json"
1527 ], 1433 ],
1528 "cwd": "[SLAVE_BUILD]", 1434 "cwd": "[SLAVE_BUILD]",
1529 "name": "Instrumentation test ChromeSyncShellTest (with patch)", 1435 "name": "Instrumentation test ChromeSyncShellTest (with patch)",
1530 "~followup_annotations": [ 1436 "~followup_annotations": [
1531 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1437 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1532 ] 1438 ]
1533 }, 1439 },
1534 { 1440 {
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2689 "-u", 2595 "-u",
2690 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 2596 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2691 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 2597 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
2692 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 2598 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
2693 ], 2599 ],
2694 "cwd": "[SLAVE_BUILD]", 2600 "cwd": "[SLAVE_BUILD]",
2695 "name": "[trigger] save base_unittests (without patch)" 2601 "name": "[trigger] save base_unittests (without patch)"
2696 }, 2602 },
2697 { 2603 {
2698 "cmd": [ 2604 "cmd": [
2699 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2700 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2701 "-v",
2702 "--blacklist-file",
2703 "[SLAVE_BUILD]/src/out/bad_devices.json",
2704 "--release"
2705 ],
2706 "cwd": "[SLAVE_BUILD]",
2707 "env": {
2708 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2709 },
2710 "name": "install AndroidWebView.apk (2)"
2711 },
2712 {
2713 "cmd": [
2714 "python", 2605 "python",
2715 "-u", 2606 "-u",
2716 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2607 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
2717 "instrumentation",
2718 "--test-apk",
2719 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
2720 "--blacklist-file", 2608 "--blacklist-file",
2721 "[SLAVE_BUILD]/src/out/bad_devices.json", 2609 "[SLAVE_BUILD]/src/out/bad_devices.json",
2722 "--logcat-output-file", 2610 "--logcat-output-file",
2723 "/path/to/tmp/", 2611 "/path/to/tmp/",
2724 "--apk-under-test",
2725 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2726 "--isolate-file-path",
2727 "android_webview/android_webview_test_apk.isolate",
2728 "--flakiness-dashboard-server", 2612 "--flakiness-dashboard-server",
2729 "test-results.appspot.com", 2613 "test-results.appspot.com",
2730 "--verbose", 2614 "--verbose",
2731 "--release",
2732 "--json-results-file", 2615 "--json-results-file",
2733 "/path/to/tmp/json" 2616 "/path/to/tmp/json"
2734 ], 2617 ],
2735 "cwd": "[SLAVE_BUILD]", 2618 "cwd": "[SLAVE_BUILD]",
2736 "name": "Instrumentation test AndroidWebViewTest (without patch)", 2619 "name": "Instrumentation test AndroidWebViewTest (without patch)",
2737 "~followup_annotations": [ 2620 "~followup_annotations": [
2738 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2621 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2739 ] 2622 ]
2740 }, 2623 },
2741 { 2624 {
2742 "cmd": [ 2625 "cmd": [
2743 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2744 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2745 "-v",
2746 "--blacklist-file",
2747 "[SLAVE_BUILD]/src/out/bad_devices.json",
2748 "--release"
2749 ],
2750 "cwd": "[SLAVE_BUILD]",
2751 "env": {
2752 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2753 },
2754 "name": "install ContentShell.apk (2)"
2755 },
2756 {
2757 "cmd": [
2758 "python", 2626 "python",
2759 "-u", 2627 "-u",
2760 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2628 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
2761 "instrumentation",
2762 "--test-apk",
2763 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
2764 "--blacklist-file", 2629 "--blacklist-file",
2765 "[SLAVE_BUILD]/src/out/bad_devices.json", 2630 "[SLAVE_BUILD]/src/out/bad_devices.json",
2766 "--logcat-output-file", 2631 "--logcat-output-file",
2767 "/path/to/tmp/", 2632 "/path/to/tmp/",
2768 "--apk-under-test",
2769 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2770 "--isolate-file-path",
2771 "content/content_shell_test_apk.isolate",
2772 "--flakiness-dashboard-server", 2633 "--flakiness-dashboard-server",
2773 "test-results.appspot.com", 2634 "test-results.appspot.com",
2774 "--verbose", 2635 "--verbose",
2775 "--release",
2776 "--json-results-file", 2636 "--json-results-file",
2777 "/path/to/tmp/json" 2637 "/path/to/tmp/json"
2778 ], 2638 ],
2779 "cwd": "[SLAVE_BUILD]", 2639 "cwd": "[SLAVE_BUILD]",
2780 "name": "Instrumentation test ContentShellTest (without patch)", 2640 "name": "Instrumentation test ContentShellTest (without patch)",
2781 "~followup_annotations": [ 2641 "~followup_annotations": [
2782 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2642 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2783 ] 2643 ]
2784 }, 2644 },
2785 { 2645 {
2786 "cmd": [ 2646 "cmd": [
2787 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2788 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2789 "-v",
2790 "--blacklist-file",
2791 "[SLAVE_BUILD]/src/out/bad_devices.json",
2792 "--release"
2793 ],
2794 "cwd": "[SLAVE_BUILD]",
2795 "env": {
2796 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2797 },
2798 "name": "install ChromePublic.apk (2)"
2799 },
2800 {
2801 "cmd": [
2802 "python", 2647 "python",
2803 "-u", 2648 "-u",
2804 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2649 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
2805 "instrumentation",
2806 "--test-apk",
2807 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
2808 "--blacklist-file", 2650 "--blacklist-file",
2809 "[SLAVE_BUILD]/src/out/bad_devices.json", 2651 "[SLAVE_BUILD]/src/out/bad_devices.json",
2810 "--logcat-output-file", 2652 "--logcat-output-file",
2811 "/path/to/tmp/", 2653 "/path/to/tmp/",
2812 "--apk-under-test",
2813 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2814 "--additional-apk",
2815 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
2816 "--additional-apk",
2817 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
2818 "--isolate-file-path",
2819 "chrome/chrome_public_test_apk.isolate",
2820 "--flakiness-dashboard-server", 2654 "--flakiness-dashboard-server",
2821 "test-results.appspot.com", 2655 "test-results.appspot.com",
2822 "--verbose", 2656 "--verbose",
2823 "--release",
2824 "--json-results-file", 2657 "--json-results-file",
2825 "/path/to/tmp/json" 2658 "/path/to/tmp/json"
2826 ], 2659 ],
2827 "cwd": "[SLAVE_BUILD]", 2660 "cwd": "[SLAVE_BUILD]",
2828 "name": "Instrumentation test ChromePublicTest (without patch)", 2661 "name": "Instrumentation test ChromePublicTest (without patch)",
2829 "~followup_annotations": [ 2662 "~followup_annotations": [
2830 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2663 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2831 ] 2664 ]
2832 }, 2665 },
2833 { 2666 {
2834 "cmd": [ 2667 "cmd": [
2835 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2836 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2837 "-v",
2838 "--blacklist-file",
2839 "[SLAVE_BUILD]/src/out/bad_devices.json",
2840 "--release"
2841 ],
2842 "cwd": "[SLAVE_BUILD]",
2843 "env": {
2844 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2845 },
2846 "name": "install ChromeSyncShell.apk (2)"
2847 },
2848 {
2849 "cmd": [
2850 "python", 2668 "python",
2851 "-u", 2669 "-u",
2852 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2670 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
2853 "instrumentation",
2854 "--test-apk",
2855 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
2856 "--blacklist-file", 2671 "--blacklist-file",
2857 "[SLAVE_BUILD]/src/out/bad_devices.json", 2672 "[SLAVE_BUILD]/src/out/bad_devices.json",
2858 "--logcat-output-file", 2673 "--logcat-output-file",
2859 "/path/to/tmp/", 2674 "/path/to/tmp/",
2860 "--apk-under-test",
2861 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2862 "--flakiness-dashboard-server", 2675 "--flakiness-dashboard-server",
2863 "test-results.appspot.com", 2676 "test-results.appspot.com",
2864 "--verbose", 2677 "--verbose",
2865 "--release",
2866 "--json-results-file", 2678 "--json-results-file",
2867 "/path/to/tmp/json" 2679 "/path/to/tmp/json"
2868 ], 2680 ],
2869 "cwd": "[SLAVE_BUILD]", 2681 "cwd": "[SLAVE_BUILD]",
2870 "name": "Instrumentation test ChromeSyncShellTest (without patch)", 2682 "name": "Instrumentation test ChromeSyncShellTest (without patch)",
2871 "~followup_annotations": [ 2683 "~followup_annotations": [
2872 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2684 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2873 ] 2685 ]
2874 }, 2686 },
2875 { 2687 {
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 "@@@STEP_LOG_END@python.inline@@@", 3021 "@@@STEP_LOG_END@python.inline@@@",
3210 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc 9f60\"@@@" 3022 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc 9f60\"@@@"
3211 ] 3023 ]
3212 }, 3024 },
3213 { 3025 {
3214 "name": "$result", 3026 "name": "$result",
3215 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1", 3027 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1",
3216 "status_code": 1 3028 "status_code": 1
3217 } 3029 }
3218 ] 3030 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698