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

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: Fix wrapper script return value 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", 1340 "instrumentation",
1356 "--test-apk",
1357 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1358 "--blacklist-file", 1341 "--blacklist-file",
1359 "[SLAVE_BUILD]/src/out/bad_devices.json", 1342 "[SLAVE_BUILD]/src/out/bad_devices.json",
1360 "--logcat-output-file", 1343 "--logcat-output-file",
1361 "/path/to/tmp/", 1344 "/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", 1345 "--flakiness-dashboard-server",
1367 "test-results.appspot.com", 1346 "test-results.appspot.com",
1368 "--verbose", 1347 "--verbose",
1369 "--release",
1370 "--json-results-file", 1348 "--json-results-file",
1371 "/path/to/tmp/json" 1349 "/path/to/tmp/json"
1372 ], 1350 ],
1373 "cwd": "[SLAVE_BUILD]", 1351 "cwd": "[SLAVE_BUILD]",
1374 "name": "Instrumentation test AndroidWebViewTest (with patch)", 1352 "name": "Instrumentation test android_webview_test_apk (with patch)",
1375 "~followup_annotations": [ 1353 "~followup_annotations": [
1376 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1354 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1377 ] 1355 ]
1378 }, 1356 },
1379 { 1357 {
1380 "cmd": [ 1358 "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", 1359 "python",
1397 "-u", 1360 "-u",
1398 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1361 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
1399 "instrumentation", 1362 "instrumentation",
1400 "--test-apk",
1401 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1402 "--blacklist-file", 1363 "--blacklist-file",
1403 "[SLAVE_BUILD]/src/out/bad_devices.json", 1364 "[SLAVE_BUILD]/src/out/bad_devices.json",
1404 "--logcat-output-file", 1365 "--logcat-output-file",
1405 "/path/to/tmp/", 1366 "/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", 1367 "--flakiness-dashboard-server",
1411 "test-results.appspot.com", 1368 "test-results.appspot.com",
1412 "--verbose", 1369 "--verbose",
1413 "--release",
1414 "--json-results-file", 1370 "--json-results-file",
1415 "/path/to/tmp/json" 1371 "/path/to/tmp/json"
1416 ], 1372 ],
1417 "cwd": "[SLAVE_BUILD]", 1373 "cwd": "[SLAVE_BUILD]",
1418 "name": "Instrumentation test ContentShellTest (with patch)", 1374 "name": "Instrumentation test content_shell_test_apk (with patch)",
1419 "~followup_annotations": [ 1375 "~followup_annotations": [
1420 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1376 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1421 ] 1377 ]
1422 }, 1378 },
1423 { 1379 {
1424 "cmd": [ 1380 "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", 1381 "python",
1441 "-u", 1382 "-u",
1442 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1383 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
1443 "instrumentation", 1384 "instrumentation",
1444 "--test-apk",
1445 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1446 "--blacklist-file", 1385 "--blacklist-file",
1447 "[SLAVE_BUILD]/src/out/bad_devices.json", 1386 "[SLAVE_BUILD]/src/out/bad_devices.json",
1448 "--logcat-output-file", 1387 "--logcat-output-file",
1449 "/path/to/tmp/", 1388 "/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", 1389 "--flakiness-dashboard-server",
1459 "test-results.appspot.com", 1390 "test-results.appspot.com",
1460 "--verbose", 1391 "--verbose",
1461 "--release",
1462 "--json-results-file", 1392 "--json-results-file",
1463 "/path/to/tmp/json" 1393 "/path/to/tmp/json"
1464 ], 1394 ],
1465 "cwd": "[SLAVE_BUILD]", 1395 "cwd": "[SLAVE_BUILD]",
1466 "name": "Instrumentation test ChromePublicTest (with patch)", 1396 "name": "Instrumentation test chrome_public_test_apk (with patch)",
1467 "~followup_annotations": [ 1397 "~followup_annotations": [
1468 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1398 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1469 ] 1399 ]
1470 }, 1400 },
1471 { 1401 {
1472 "cmd": [ 1402 "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", 1403 "python",
1489 "-u", 1404 "-u",
1490 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1405 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
1491 "instrumentation", 1406 "instrumentation",
1492 "--test-apk",
1493 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1494 "--blacklist-file", 1407 "--blacklist-file",
1495 "[SLAVE_BUILD]/src/out/bad_devices.json", 1408 "[SLAVE_BUILD]/src/out/bad_devices.json",
1496 "--logcat-output-file", 1409 "--logcat-output-file",
1497 "/path/to/tmp/", 1410 "/path/to/tmp/",
1498 "--apk-under-test",
1499 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1500 "--flakiness-dashboard-server", 1411 "--flakiness-dashboard-server",
1501 "test-results.appspot.com", 1412 "test-results.appspot.com",
1502 "--verbose", 1413 "--verbose",
1503 "--release",
1504 "--json-results-file", 1414 "--json-results-file",
1505 "/path/to/tmp/json" 1415 "/path/to/tmp/json"
1506 ], 1416 ],
1507 "cwd": "[SLAVE_BUILD]", 1417 "cwd": "[SLAVE_BUILD]",
1508 "name": "Instrumentation test ChromeSyncShellTest (with patch)", 1418 "name": "Instrumentation test chrome_sync_shell_test_apk (with patch)",
1509 "~followup_annotations": [ 1419 "~followup_annotations": [
1510 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1420 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1511 ] 1421 ]
1512 }, 1422 },
1513 { 1423 {
1514 "cmd": [ 1424 "cmd": [
1515 "python", 1425 "python",
1516 "-u", 1426 "-u",
1517 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1427 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1518 "gtest", 1428 "gtest",
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 "-u", 2536 "-u",
2627 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 2537 "\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\"}}", 2538 "{\"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" 2539 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
2630 ], 2540 ],
2631 "cwd": "[SLAVE_BUILD]", 2541 "cwd": "[SLAVE_BUILD]",
2632 "name": "[trigger] save base_unittests (without patch)" 2542 "name": "[trigger] save base_unittests (without patch)"
2633 }, 2543 },
2634 { 2544 {
2635 "cmd": [ 2545 "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", 2546 "python",
2652 "-u", 2547 "-u",
2653 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2548 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
2654 "instrumentation", 2549 "instrumentation",
2655 "--test-apk",
2656 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
2657 "--blacklist-file", 2550 "--blacklist-file",
2658 "[SLAVE_BUILD]/src/out/bad_devices.json", 2551 "[SLAVE_BUILD]/src/out/bad_devices.json",
2659 "--logcat-output-file", 2552 "--logcat-output-file",
2660 "/path/to/tmp/", 2553 "/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", 2554 "--flakiness-dashboard-server",
2666 "test-results.appspot.com", 2555 "test-results.appspot.com",
2667 "--verbose", 2556 "--verbose",
2668 "--release",
2669 "--json-results-file", 2557 "--json-results-file",
2670 "/path/to/tmp/json" 2558 "/path/to/tmp/json"
2671 ], 2559 ],
2672 "cwd": "[SLAVE_BUILD]", 2560 "cwd": "[SLAVE_BUILD]",
2673 "name": "Instrumentation test AndroidWebViewTest (without patch)", 2561 "name": "Instrumentation test android_webview_test_apk (without patch)",
2674 "~followup_annotations": [ 2562 "~followup_annotations": [
2675 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2563 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2676 ] 2564 ]
2677 }, 2565 },
2678 { 2566 {
2679 "cmd": [ 2567 "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", 2568 "python",
2696 "-u", 2569 "-u",
2697 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2570 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
2698 "instrumentation", 2571 "instrumentation",
2699 "--test-apk",
2700 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
2701 "--blacklist-file", 2572 "--blacklist-file",
2702 "[SLAVE_BUILD]/src/out/bad_devices.json", 2573 "[SLAVE_BUILD]/src/out/bad_devices.json",
2703 "--logcat-output-file", 2574 "--logcat-output-file",
2704 "/path/to/tmp/", 2575 "/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", 2576 "--flakiness-dashboard-server",
2710 "test-results.appspot.com", 2577 "test-results.appspot.com",
2711 "--verbose", 2578 "--verbose",
2712 "--release",
2713 "--json-results-file", 2579 "--json-results-file",
2714 "/path/to/tmp/json" 2580 "/path/to/tmp/json"
2715 ], 2581 ],
2716 "cwd": "[SLAVE_BUILD]", 2582 "cwd": "[SLAVE_BUILD]",
2717 "name": "Instrumentation test ContentShellTest (without patch)", 2583 "name": "Instrumentation test content_shell_test_apk (without patch)",
2718 "~followup_annotations": [ 2584 "~followup_annotations": [
2719 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2585 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2720 ] 2586 ]
2721 }, 2587 },
2722 { 2588 {
2723 "cmd": [ 2589 "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", 2590 "python",
2740 "-u", 2591 "-u",
2741 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2592 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
2742 "instrumentation", 2593 "instrumentation",
2743 "--test-apk",
2744 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
2745 "--blacklist-file", 2594 "--blacklist-file",
2746 "[SLAVE_BUILD]/src/out/bad_devices.json", 2595 "[SLAVE_BUILD]/src/out/bad_devices.json",
2747 "--logcat-output-file", 2596 "--logcat-output-file",
2748 "/path/to/tmp/", 2597 "/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", 2598 "--flakiness-dashboard-server",
2758 "test-results.appspot.com", 2599 "test-results.appspot.com",
2759 "--verbose", 2600 "--verbose",
2760 "--release",
2761 "--json-results-file", 2601 "--json-results-file",
2762 "/path/to/tmp/json" 2602 "/path/to/tmp/json"
2763 ], 2603 ],
2764 "cwd": "[SLAVE_BUILD]", 2604 "cwd": "[SLAVE_BUILD]",
2765 "name": "Instrumentation test ChromePublicTest (without patch)", 2605 "name": "Instrumentation test chrome_public_test_apk (without patch)",
2766 "~followup_annotations": [ 2606 "~followup_annotations": [
2767 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2607 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2768 ] 2608 ]
2769 }, 2609 },
2770 { 2610 {
2771 "cmd": [ 2611 "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", 2612 "python",
2788 "-u", 2613 "-u",
2789 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2614 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
2790 "instrumentation", 2615 "instrumentation",
2791 "--test-apk",
2792 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
2793 "--blacklist-file", 2616 "--blacklist-file",
2794 "[SLAVE_BUILD]/src/out/bad_devices.json", 2617 "[SLAVE_BUILD]/src/out/bad_devices.json",
2795 "--logcat-output-file", 2618 "--logcat-output-file",
2796 "/path/to/tmp/", 2619 "/path/to/tmp/",
2797 "--apk-under-test",
2798 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2799 "--flakiness-dashboard-server", 2620 "--flakiness-dashboard-server",
2800 "test-results.appspot.com", 2621 "test-results.appspot.com",
2801 "--verbose", 2622 "--verbose",
2802 "--release",
2803 "--json-results-file", 2623 "--json-results-file",
2804 "/path/to/tmp/json" 2624 "/path/to/tmp/json"
2805 ], 2625 ],
2806 "cwd": "[SLAVE_BUILD]", 2626 "cwd": "[SLAVE_BUILD]",
2807 "name": "Instrumentation test ChromeSyncShellTest (without patch)", 2627 "name": "Instrumentation test chrome_sync_shell_test_apk (without patch)",
2808 "~followup_annotations": [ 2628 "~followup_annotations": [
2809 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2629 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2810 ] 2630 ]
2811 }, 2631 },
2812 { 2632 {
2813 "cmd": [ 2633 "cmd": [
2814 "python", 2634 "python",
2815 "-u", 2635 "-u",
2816 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2636 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2817 "junit", 2637 "junit",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2942 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2762 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2943 ] 2763 ]
2944 }, 2764 },
2945 { 2765 {
2946 "cmd": [ 2766 "cmd": [
2947 "python", 2767 "python",
2948 "-u", 2768 "-u",
2949 "import sys; sys.exit(0)" 2769 "import sys; sys.exit(0)"
2950 ], 2770 ],
2951 "cwd": "[SLAVE_BUILD]", 2771 "cwd": "[SLAVE_BUILD]",
2952 "name": "AndroidWebViewTest (retry summary)", 2772 "name": "android_webview_test_apk (retry summary)",
2953 "~followup_annotations": [ 2773 "~followup_annotations": [
2954 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2774 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2955 "@@@STEP_WARNINGS@@@" 2775 "@@@STEP_WARNINGS@@@"
2956 ] 2776 ]
2957 }, 2777 },
2958 { 2778 {
2959 "cmd": [ 2779 "cmd": [
2960 "python", 2780 "python",
2961 "-u", 2781 "-u",
2962 "import sys; sys.exit(0)" 2782 "import sys; sys.exit(0)"
2963 ], 2783 ],
2964 "cwd": "[SLAVE_BUILD]", 2784 "cwd": "[SLAVE_BUILD]",
2965 "name": "ContentShellTest (retry summary)", 2785 "name": "content_shell_test_apk (retry summary)",
2966 "~followup_annotations": [ 2786 "~followup_annotations": [
2967 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2787 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2968 "@@@STEP_WARNINGS@@@" 2788 "@@@STEP_WARNINGS@@@"
2969 ] 2789 ]
2970 }, 2790 },
2971 { 2791 {
2972 "cmd": [ 2792 "cmd": [
2973 "python", 2793 "python",
2974 "-u", 2794 "-u",
2975 "import sys; sys.exit(0)" 2795 "import sys; sys.exit(0)"
2976 ], 2796 ],
2977 "cwd": "[SLAVE_BUILD]", 2797 "cwd": "[SLAVE_BUILD]",
2978 "name": "ChromePublicTest (retry summary)", 2798 "name": "chrome_public_test_apk (retry summary)",
2979 "~followup_annotations": [ 2799 "~followup_annotations": [
2980 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2800 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2981 "@@@STEP_WARNINGS@@@" 2801 "@@@STEP_WARNINGS@@@"
2982 ] 2802 ]
2983 }, 2803 },
2984 { 2804 {
2985 "cmd": [ 2805 "cmd": [
2986 "python", 2806 "python",
2987 "-u", 2807 "-u",
2988 "import sys; sys.exit(0)" 2808 "import sys; sys.exit(0)"
2989 ], 2809 ],
2990 "cwd": "[SLAVE_BUILD]", 2810 "cwd": "[SLAVE_BUILD]",
2991 "name": "ChromeSyncShellTest (retry summary)", 2811 "name": "chrome_sync_shell_test_apk (retry summary)",
2992 "~followup_annotations": [ 2812 "~followup_annotations": [
2993 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2813 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2994 "@@@STEP_WARNINGS@@@" 2814 "@@@STEP_WARNINGS@@@"
2995 ] 2815 ]
2996 }, 2816 },
2997 { 2817 {
2998 "cmd": [ 2818 "cmd": [
2999 "python", 2819 "python",
3000 "-u", 2820 "-u",
3001 "import sys; sys.exit(1)" 2821 "import sys; sys.exit(1)"
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
3137 "name": "test_report", 2957 "name": "test_report",
3138 "~followup_annotations": [ 2958 "~followup_annotations": [
3139 "@@@STEP_LOG_LINE@python.inline@@@@", 2959 "@@@STEP_LOG_LINE@python.inline@@@@",
3140 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 2960 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
3141 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 2961 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
3142 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 2962 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
3143 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 2963 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
3144 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 2964 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
3145 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2965 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
3146 "@@@STEP_LOG_END@python.inline@@@", 2966 "@@@STEP_LOG_END@python.inline@@@",
3147 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc 9f60\"@@@" 2967 "@@@SET_BUILD_PROPERTY@failure_hash@\"be8c5dc263be959372854a68b1cadf8c79c4 5f22\"@@@"
3148 ] 2968 ]
3149 }, 2969 },
3150 { 2970 {
3151 "name": "$result", 2971 "name": "$result",
3152 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1", 2972 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1",
3153 "status_code": 1 2973 "status_code": 1
3154 } 2974 }
3155 ] 2975 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698