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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/local_test.json

Issue 1882103002: 🏨 Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: revert removing timeouts (premature) 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "--blacklist-file", 442 "--blacklist-file",
443 "[SLAVE_BUILD]/src/out/bad_devices.json" 443 "[SLAVE_BUILD]/src/out/bad_devices.json"
444 ], 444 ],
445 "cwd": "[SLAVE_BUILD]", 445 "cwd": "[SLAVE_BUILD]",
446 "name": "spawn_device_monitor" 446 "name": "spawn_device_monitor"
447 }, 447 },
448 { 448 {
449 "cmd": [ 449 "cmd": [
450 "python", 450 "python",
451 "-u", 451 "-u",
452 "[SLAVE_BUILD]/src/build/android/test_runner.py", 452 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_unittests",
453 "gtest",
454 "-s",
455 "cronet_unittests",
456 "--blacklist-file", 453 "--blacklist-file",
457 "[SLAVE_BUILD]/src/out/bad_devices.json", 454 "[SLAVE_BUILD]/src/out/bad_devices.json",
458 "--verbose", 455 "--verbose",
459 "-t", 456 "-t",
460 "180" 457 "180"
461 ], 458 ],
462 "cwd": "[SLAVE_BUILD]", 459 "cwd": "[SLAVE_BUILD]",
463 "env": { 460 "env": {
464 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
465 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 461 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
466 }, 462 },
467 "name": "cronet_unittests" 463 "name": "cronet_unittests"
468 }, 464 },
469 { 465 {
470 "cmd": [ 466 "cmd": [
471 "python", 467 "python",
472 "-u", 468 "-u",
473 "[SLAVE_BUILD]/src/build/android/test_runner.py", 469 "[SLAVE_BUILD]/src/out/Debug/bin/run_net_unittests",
474 "gtest",
475 "-s",
476 "net_unittests",
477 "--blacklist-file", 470 "--blacklist-file",
478 "[SLAVE_BUILD]/src/out/bad_devices.json", 471 "[SLAVE_BUILD]/src/out/bad_devices.json",
479 "--verbose", 472 "--verbose",
480 "-t", 473 "-t",
481 "180" 474 "180"
482 ], 475 ],
483 "cwd": "[SLAVE_BUILD]", 476 "cwd": "[SLAVE_BUILD]",
484 "env": { 477 "env": {
485 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
486 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 478 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
487 }, 479 },
488 "name": "net_unittests" 480 "name": "net_unittests"
489 }, 481 },
490 { 482 {
491 "cmd": [ 483 "cmd": [
492 "python", 484 "python",
493 "-u", 485 "-u",
494 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", 486 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk",
495 "--blacklist-file", 487 "--blacklist-file",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 602 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
611 "@@@STEP_LOG_END@python.inline@@@" 603 "@@@STEP_LOG_END@python.inline@@@"
612 ] 604 ]
613 }, 605 },
614 { 606 {
615 "name": "$result", 607 "name": "$result",
616 "recipe_result": null, 608 "recipe_result": null,
617 "status_code": 0 609 "status_code": 0
618 } 610 }
619 ] 611 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698