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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_tester.json

Issue 1896003003: Revert of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "--blacklist-file", 414 "--blacklist-file",
415 "[SLAVE_BUILD]/src/out/bad_devices.json" 415 "[SLAVE_BUILD]/src/out/bad_devices.json"
416 ], 416 ],
417 "cwd": "[SLAVE_BUILD]", 417 "cwd": "[SLAVE_BUILD]",
418 "name": "spawn_device_monitor" 418 "name": "spawn_device_monitor"
419 }, 419 },
420 { 420 {
421 "cmd": [ 421 "cmd": [
422 "python", 422 "python",
423 "-u", 423 "-u",
424 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_unittests", 424 "[SLAVE_BUILD]/src/build/android/test_runner.py",
425 "gtest",
426 "-s",
427 "cronet_unittests",
425 "--blacklist-file", 428 "--blacklist-file",
426 "[SLAVE_BUILD]/src/out/bad_devices.json", 429 "[SLAVE_BUILD]/src/out/bad_devices.json",
427 "--verbose", 430 "--verbose",
428 "-t", 431 "-t",
429 "180" 432 "180"
430 ], 433 ],
431 "cwd": "[SLAVE_BUILD]", 434 "cwd": "[SLAVE_BUILD]",
432 "env": { 435 "env": {
436 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
433 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 437 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
434 }, 438 },
435 "name": "cronet_unittests" 439 "name": "cronet_unittests"
436 }, 440 },
437 { 441 {
438 "cmd": [ 442 "cmd": [
439 "python", 443 "python",
440 "-u", 444 "-u",
441 "[SLAVE_BUILD]/src/out/Debug/bin/run_net_unittests", 445 "[SLAVE_BUILD]/src/build/android/test_runner.py",
446 "gtest",
447 "-s",
448 "net_unittests",
442 "--blacklist-file", 449 "--blacklist-file",
443 "[SLAVE_BUILD]/src/out/bad_devices.json", 450 "[SLAVE_BUILD]/src/out/bad_devices.json",
444 "--verbose", 451 "--verbose",
445 "-t", 452 "-t",
446 "180" 453 "180"
447 ], 454 ],
448 "cwd": "[SLAVE_BUILD]", 455 "cwd": "[SLAVE_BUILD]",
449 "env": { 456 "env": {
457 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
450 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 458 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
451 }, 459 },
452 "name": "net_unittests" 460 "name": "net_unittests"
453 }, 461 },
454 { 462 {
455 "cmd": [ 463 "cmd": [
456 "python", 464 "python",
457 "-u", 465 "-u",
458 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", 466 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk",
459 "--blacklist-file", 467 "--blacklist-file",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 582 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
575 "@@@STEP_LOG_END@python.inline@@@" 583 "@@@STEP_LOG_END@python.inline@@@"
576 ] 584 ]
577 }, 585 },
578 { 586 {
579 "name": "$result", 587 "name": "$result",
580 "recipe_result": null, 588 "recipe_result": null,
581 "status_code": 0 589 "status_code": 0
582 } 590 }
583 ] 591 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698