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

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

Issue 1902983002: 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "--blacklist-file", 422 "--blacklist-file",
423 "[SLAVE_BUILD]/src/out/bad_devices.json" 423 "[SLAVE_BUILD]/src/out/bad_devices.json"
424 ], 424 ],
425 "cwd": "[SLAVE_BUILD]", 425 "cwd": "[SLAVE_BUILD]",
426 "name": "spawn_device_monitor" 426 "name": "spawn_device_monitor"
427 }, 427 },
428 { 428 {
429 "cmd": [ 429 "cmd": [
430 "python", 430 "python",
431 "-u", 431 "-u",
432 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_unittests", 432 "[SLAVE_BUILD]/src/build/android/test_runner.py",
433 "gtest",
434 "-s",
435 "cronet_unittests",
433 "--blacklist-file", 436 "--blacklist-file",
434 "[SLAVE_BUILD]/src/out/bad_devices.json", 437 "[SLAVE_BUILD]/src/out/bad_devices.json",
435 "--verbose", 438 "--verbose",
436 "-t", 439 "-t",
437 "180" 440 "180"
438 ], 441 ],
439 "cwd": "[SLAVE_BUILD]", 442 "cwd": "[SLAVE_BUILD]",
440 "env": { 443 "env": {
444 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
441 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 445 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
442 }, 446 },
443 "name": "cronet_unittests" 447 "name": "cronet_unittests"
444 }, 448 },
445 { 449 {
446 "cmd": [ 450 "cmd": [
447 "python", 451 "python",
448 "-u", 452 "-u",
449 "[SLAVE_BUILD]/src/out/Debug/bin/run_net_unittests", 453 "[SLAVE_BUILD]/src/build/android/test_runner.py",
454 "gtest",
455 "-s",
456 "net_unittests",
450 "--blacklist-file", 457 "--blacklist-file",
451 "[SLAVE_BUILD]/src/out/bad_devices.json", 458 "[SLAVE_BUILD]/src/out/bad_devices.json",
452 "--verbose", 459 "--verbose",
453 "-t", 460 "-t",
454 "180" 461 "180"
455 ], 462 ],
456 "cwd": "[SLAVE_BUILD]", 463 "cwd": "[SLAVE_BUILD]",
457 "env": { 464 "env": {
465 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
458 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 466 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
459 }, 467 },
460 "name": "net_unittests" 468 "name": "net_unittests"
461 }, 469 },
462 { 470 {
463 "cmd": [ 471 "cmd": [
464 "python", 472 "python",
465 "-u", 473 "-u",
466 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk", 474 "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_sample_test_apk",
467 "--blacklist-file", 475 "--blacklist-file",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 592 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
585 "@@@STEP_LOG_END@python.inline@@@" 593 "@@@STEP_LOG_END@python.inline@@@"
586 ] 594 ]
587 }, 595 },
588 { 596 {
589 "name": "$result", 597 "name": "$result",
590 "recipe_result": null, 598 "recipe_result": null,
591 "status_code": 0 599 "status_code": 0
592 } 600 }
593 ] 601 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698