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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_local_fallback_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 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 "-u", 2532 "-u",
2627 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 2533 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2628 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 2534 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
2629 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 2535 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
2630 ], 2536 ],
2631 "cwd": "[SLAVE_BUILD]", 2537 "cwd": "[SLAVE_BUILD]",
2632 "name": "[trigger] save base_unittests (without patch)" 2538 "name": "[trigger] save base_unittests (without patch)"
2633 }, 2539 },
2634 { 2540 {
2635 "cmd": [ 2541 "cmd": [
2636 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2637 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2638 "-v",
2639 "--blacklist-file",
2640 "[SLAVE_BUILD]/src/out/bad_devices.json",
2641 "--release"
2642 ],
2643 "cwd": "[SLAVE_BUILD]",
2644 "env": {
2645 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2646 },
2647 "name": "install AndroidWebView.apk (2)"
2648 },
2649 {
2650 "cmd": [
2651 "python", 2542 "python",
2652 "-u", 2543 "-u",
2653 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2544 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
2654 "instrumentation",
2655 "--test-apk",
2656 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
2657 "--blacklist-file", 2545 "--blacklist-file",
2658 "[SLAVE_BUILD]/src/out/bad_devices.json", 2546 "[SLAVE_BUILD]/src/out/bad_devices.json",
2659 "--logcat-output-file", 2547 "--logcat-output-file",
2660 "/path/to/tmp/", 2548 "/path/to/tmp/",
2661 "--apk-under-test",
2662 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2663 "--isolate-file-path",
2664 "android_webview/android_webview_test_apk.isolate",
2665 "--flakiness-dashboard-server", 2549 "--flakiness-dashboard-server",
2666 "test-results.appspot.com", 2550 "test-results.appspot.com",
2667 "--verbose", 2551 "--verbose",
2668 "--release",
2669 "--json-results-file", 2552 "--json-results-file",
2670 "/path/to/tmp/json" 2553 "/path/to/tmp/json"
2671 ], 2554 ],
2672 "cwd": "[SLAVE_BUILD]", 2555 "cwd": "[SLAVE_BUILD]",
2673 "name": "Instrumentation test AndroidWebViewTest (without patch)", 2556 "name": "Instrumentation test AndroidWebViewTest (without patch)",
2674 "~followup_annotations": [ 2557 "~followup_annotations": [
2675 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2558 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2676 ] 2559 ]
2677 }, 2560 },
2678 { 2561 {
2679 "cmd": [ 2562 "cmd": [
2680 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2681 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2682 "-v",
2683 "--blacklist-file",
2684 "[SLAVE_BUILD]/src/out/bad_devices.json",
2685 "--release"
2686 ],
2687 "cwd": "[SLAVE_BUILD]",
2688 "env": {
2689 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2690 },
2691 "name": "install ContentShell.apk (2)"
2692 },
2693 {
2694 "cmd": [
2695 "python", 2563 "python",
2696 "-u", 2564 "-u",
2697 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2565 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
2698 "instrumentation",
2699 "--test-apk",
2700 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
2701 "--blacklist-file", 2566 "--blacklist-file",
2702 "[SLAVE_BUILD]/src/out/bad_devices.json", 2567 "[SLAVE_BUILD]/src/out/bad_devices.json",
2703 "--logcat-output-file", 2568 "--logcat-output-file",
2704 "/path/to/tmp/", 2569 "/path/to/tmp/",
2705 "--apk-under-test",
2706 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2707 "--isolate-file-path",
2708 "content/content_shell_test_apk.isolate",
2709 "--flakiness-dashboard-server", 2570 "--flakiness-dashboard-server",
2710 "test-results.appspot.com", 2571 "test-results.appspot.com",
2711 "--verbose", 2572 "--verbose",
2712 "--release",
2713 "--json-results-file", 2573 "--json-results-file",
2714 "/path/to/tmp/json" 2574 "/path/to/tmp/json"
2715 ], 2575 ],
2716 "cwd": "[SLAVE_BUILD]", 2576 "cwd": "[SLAVE_BUILD]",
2717 "name": "Instrumentation test ContentShellTest (without patch)", 2577 "name": "Instrumentation test ContentShellTest (without patch)",
2718 "~followup_annotations": [ 2578 "~followup_annotations": [
2719 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2579 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2720 ] 2580 ]
2721 }, 2581 },
2722 { 2582 {
2723 "cmd": [ 2583 "cmd": [
2724 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2725 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2726 "-v",
2727 "--blacklist-file",
2728 "[SLAVE_BUILD]/src/out/bad_devices.json",
2729 "--release"
2730 ],
2731 "cwd": "[SLAVE_BUILD]",
2732 "env": {
2733 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2734 },
2735 "name": "install ChromePublic.apk (2)"
2736 },
2737 {
2738 "cmd": [
2739 "python", 2584 "python",
2740 "-u", 2585 "-u",
2741 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2586 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
2742 "instrumentation",
2743 "--test-apk",
2744 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
2745 "--blacklist-file", 2587 "--blacklist-file",
2746 "[SLAVE_BUILD]/src/out/bad_devices.json", 2588 "[SLAVE_BUILD]/src/out/bad_devices.json",
2747 "--logcat-output-file", 2589 "--logcat-output-file",
2748 "/path/to/tmp/", 2590 "/path/to/tmp/",
2749 "--apk-under-test",
2750 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2751 "--additional-apk",
2752 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
2753 "--additional-apk",
2754 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
2755 "--isolate-file-path",
2756 "chrome/chrome_public_test_apk.isolate",
2757 "--flakiness-dashboard-server", 2591 "--flakiness-dashboard-server",
2758 "test-results.appspot.com", 2592 "test-results.appspot.com",
2759 "--verbose", 2593 "--verbose",
2760 "--release",
2761 "--json-results-file", 2594 "--json-results-file",
2762 "/path/to/tmp/json" 2595 "/path/to/tmp/json"
2763 ], 2596 ],
2764 "cwd": "[SLAVE_BUILD]", 2597 "cwd": "[SLAVE_BUILD]",
2765 "name": "Instrumentation test ChromePublicTest (without patch)", 2598 "name": "Instrumentation test ChromePublicTest (without patch)",
2766 "~followup_annotations": [ 2599 "~followup_annotations": [
2767 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2600 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2768 ] 2601 ]
2769 }, 2602 },
2770 { 2603 {
2771 "cmd": [ 2604 "cmd": [
2772 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2773 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2774 "-v",
2775 "--blacklist-file",
2776 "[SLAVE_BUILD]/src/out/bad_devices.json",
2777 "--release"
2778 ],
2779 "cwd": "[SLAVE_BUILD]",
2780 "env": {
2781 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2782 },
2783 "name": "install ChromeSyncShell.apk (2)"
2784 },
2785 {
2786 "cmd": [
2787 "python", 2605 "python",
2788 "-u", 2606 "-u",
2789 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2607 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
2790 "instrumentation",
2791 "--test-apk",
2792 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
2793 "--blacklist-file", 2608 "--blacklist-file",
2794 "[SLAVE_BUILD]/src/out/bad_devices.json", 2609 "[SLAVE_BUILD]/src/out/bad_devices.json",
2795 "--logcat-output-file", 2610 "--logcat-output-file",
2796 "/path/to/tmp/", 2611 "/path/to/tmp/",
2797 "--apk-under-test",
2798 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2799 "--flakiness-dashboard-server", 2612 "--flakiness-dashboard-server",
2800 "test-results.appspot.com", 2613 "test-results.appspot.com",
2801 "--verbose", 2614 "--verbose",
2802 "--release",
2803 "--json-results-file", 2615 "--json-results-file",
2804 "/path/to/tmp/json" 2616 "/path/to/tmp/json"
2805 ], 2617 ],
2806 "cwd": "[SLAVE_BUILD]", 2618 "cwd": "[SLAVE_BUILD]",
2807 "name": "Instrumentation test ChromeSyncShellTest (without patch)", 2619 "name": "Instrumentation test ChromeSyncShellTest (without patch)",
2808 "~followup_annotations": [ 2620 "~followup_annotations": [
2809 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2621 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2810 ] 2622 ]
2811 }, 2623 },
2812 { 2624 {
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
3146 "@@@STEP_LOG_END@python.inline@@@", 2958 "@@@STEP_LOG_END@python.inline@@@",
3147 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc 9f60\"@@@" 2959 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc 9f60\"@@@"
3148 ] 2960 ]
3149 }, 2961 },
3150 { 2962 {
3151 "name": "$result", 2963 "name": "$result",
3152 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1", 2964 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1",
3153 "status_code": 1 2965 "status_code": 1
3154 } 2966 }
3155 ] 2967 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698