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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json

Issue 1556693002: Enable AndroidWebViewTest and ChromeSyncShellTest instrumentation tests for GN (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android GN", 10 "Android GN",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "[SLAVE_BUILD]/src", 220 "[SLAVE_BUILD]/src",
221 "--build-tool", 221 "--build-tool",
222 "ninja", 222 "ninja",
223 "--compiler", 223 "--compiler",
224 "goma", 224 "goma",
225 "--goma-jsonstatus", 225 "--goma-jsonstatus",
226 "/path/to/tmp/json", 226 "/path/to/tmp/json",
227 "--goma-dir", 227 "--goma-dir",
228 "[BUILD]/goma", 228 "[BUILD]/goma",
229 "--", 229 "--",
230 "android_webview_test_apk",
230 "base_junit_tests", 231 "base_junit_tests",
231 "breakpad_unittests_deps", 232 "breakpad_unittests_deps",
232 "chrome_junit_tests", 233 "chrome_junit_tests",
233 "chrome_public_test_apk", 234 "chrome_public_test_apk",
235 "chrome_sync_shell_test_apk",
234 "components_invalidation_impl_junit_tests", 236 "components_invalidation_impl_junit_tests",
235 "components_policy_junit_tests", 237 "components_policy_junit_tests",
236 "content_junit_tests", 238 "content_junit_tests",
237 "content_shell_test_apk", 239 "content_shell_test_apk",
238 "junit_unittests", 240 "junit_unittests",
239 "net_junit_tests", 241 "net_junit_tests",
240 "sandbox_linux_unittests_deps" 242 "sandbox_linux_unittests_deps"
241 ], 243 ],
242 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
243 "env": { 245 "env": {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "Android GN", 422 "Android GN",
421 "--blacklist-file", 423 "--blacklist-file",
422 "[SLAVE_BUILD]/src/out/bad_devices.json" 424 "[SLAVE_BUILD]/src/out/bad_devices.json"
423 ], 425 ],
424 "cwd": "[SLAVE_BUILD]", 426 "cwd": "[SLAVE_BUILD]",
425 "name": "spawn_device_monitor" 427 "name": "spawn_device_monitor"
426 }, 428 },
427 { 429 {
428 "cmd": [ 430 "cmd": [
429 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 431 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
432 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
433 "-v",
434 "--blacklist-file",
435 "[SLAVE_BUILD]/src/out/bad_devices.json",
436 "--release"
437 ],
438 "cwd": "[SLAVE_BUILD]",
439 "env": {
440 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
441 },
442 "name": "install AndroidWebView.apk"
443 },
444 {
445 "cmd": [
446 "python",
447 "-u",
448 "[SLAVE_BUILD]/src/build/android/test_runner.py",
449 "instrumentation",
450 "--test-apk",
451 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
452 "--blacklist-file",
453 "[SLAVE_BUILD]/src/out/bad_devices.json",
454 "--apk-under-test",
455 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
456 "--isolate-file-path",
457 "android_webview/android_webview_test_apk.isolate",
458 "--flakiness-dashboard-server",
459 "test-results.appspot.com",
460 "--verbose",
461 "--release",
462 "--json-results-file",
463 "/path/to/tmp/json"
464 ],
465 "cwd": "[SLAVE_BUILD]",
466 "name": "Instrumentation test AndroidWebViewTest",
467 "~followup_annotations": [
468 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
469 ]
470 },
471 {
472 "cmd": [
473 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
430 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 474 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
431 "-v", 475 "-v",
432 "--blacklist-file", 476 "--blacklist-file",
433 "[SLAVE_BUILD]/src/out/bad_devices.json", 477 "[SLAVE_BUILD]/src/out/bad_devices.json",
434 "--release" 478 "--release"
435 ], 479 ],
436 "cwd": "[SLAVE_BUILD]", 480 "cwd": "[SLAVE_BUILD]",
437 "env": { 481 "env": {
438 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
439 }, 483 },
(...skipping 26 matching lines...) Expand all
466 ], 510 ],
467 "cwd": "[SLAVE_BUILD]", 511 "cwd": "[SLAVE_BUILD]",
468 "name": "Instrumentation test ChromePublicTest", 512 "name": "Instrumentation test ChromePublicTest",
469 "~followup_annotations": [ 513 "~followup_annotations": [
470 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 514 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
471 ] 515 ]
472 }, 516 },
473 { 517 {
474 "cmd": [ 518 "cmd": [
475 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 519 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
520 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
521 "-v",
522 "--blacklist-file",
523 "[SLAVE_BUILD]/src/out/bad_devices.json",
524 "--release"
525 ],
526 "cwd": "[SLAVE_BUILD]",
527 "env": {
528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
529 },
530 "name": "install ChromeSyncShell.apk"
531 },
532 {
533 "cmd": [
534 "python",
535 "-u",
536 "[SLAVE_BUILD]/src/build/android/test_runner.py",
537 "instrumentation",
538 "--test-apk",
539 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
540 "--blacklist-file",
541 "[SLAVE_BUILD]/src/out/bad_devices.json",
542 "--apk-under-test",
543 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
544 "--flakiness-dashboard-server",
545 "test-results.appspot.com",
546 "--verbose",
547 "--release",
548 "--json-results-file",
549 "/path/to/tmp/json"
550 ],
551 "cwd": "[SLAVE_BUILD]",
552 "name": "Instrumentation test ChromeSyncShellTest",
553 "~followup_annotations": [
554 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
555 ]
556 },
557 {
558 "cmd": [
559 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
476 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 560 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
477 "-v", 561 "-v",
478 "--blacklist-file", 562 "--blacklist-file",
479 "[SLAVE_BUILD]/src/out/bad_devices.json", 563 "[SLAVE_BUILD]/src/out/bad_devices.json",
480 "--release" 564 "--release"
481 ], 565 ],
482 "cwd": "[SLAVE_BUILD]", 566 "cwd": "[SLAVE_BUILD]",
483 "env": { 567 "env": {
484 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 568 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
485 }, 569 },
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 890 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
807 "@@@STEP_LOG_END@python.inline@@@" 891 "@@@STEP_LOG_END@python.inline@@@"
808 ] 892 ]
809 }, 893 },
810 { 894 {
811 "name": "$result", 895 "name": "$result",
812 "recipe_result": null, 896 "recipe_result": null,
813 "status_code": 0 897 "status_code": 0
814 } 898 }
815 ] 899 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698