| OLD | NEW |
| 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 "client.pdfium", | 8 "client.pdfium", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_asan", | 10 "linux_asan", |
| 11 "--slave", | 11 "--slave", |
| 12 "test_slave", | 12 "test_slave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.c
om/pdfium.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "pdfium", | 16 "pdfium", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "pdfium@HEAD", | 24 "pdfium@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
| 47 ] | 48 ] |
| 48 }, | 49 }, |
| 49 { | 50 { |
| 50 "cmd": [ | 51 "cmd": [ |
| 51 "python", | 52 "python", |
| 52 "-u", | 53 "-u", |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 54 "runhooks" | 55 "runhooks" |
| 55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
| 56 "env": { | 58 "env": { |
| 57 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0 asan=1", | 59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0 asan=1", |
| 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 59 }, | 61 }, |
| 60 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
| 61 }, | 63 }, |
| 62 { | 64 { |
| 63 "cmd": [ | 65 "cmd": [ |
| 64 "ninja", | 66 "ninja", |
| 65 "-C", | 67 "-C", |
| 66 "[CWD]/pdfium/out/Debug" | 68 "[SLAVE_BUILD]/pdfium/out/Debug" |
| 67 ], | 69 ], |
| 70 "cwd": "[SLAVE_BUILD]", |
| 68 "name": "compile with ninja" | 71 "name": "compile with ninja" |
| 69 }, | 72 }, |
| 70 { | 73 { |
| 71 "cmd": [ | 74 "cmd": [ |
| 72 "[CWD]/pdfium/out/Debug/pdfium_unittests" | 75 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests" |
| 73 ], | 76 ], |
| 74 "cwd": "[CWD]/pdfium", | 77 "cwd": "[SLAVE_BUILD]/pdfium", |
| 75 "env": { | 78 "env": { |
| 76 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 79 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" |
| 77 }, | 80 }, |
| 78 "name": "unittests" | 81 "name": "unittests" |
| 79 }, | 82 }, |
| 80 { | 83 { |
| 81 "cmd": [ | 84 "cmd": [ |
| 82 "[CWD]/pdfium/out/Debug/pdfium_embeddertests" | 85 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_embeddertests" |
| 83 ], | 86 ], |
| 84 "cwd": "[CWD]/pdfium", | 87 "cwd": "[SLAVE_BUILD]/pdfium", |
| 85 "env": { | 88 "env": { |
| 86 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 89 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" |
| 87 }, | 90 }, |
| 88 "name": "embeddertests" | 91 "name": "embeddertests" |
| 89 }, | 92 }, |
| 90 { | 93 { |
| 91 "cmd": [ | 94 "cmd": [ |
| 92 "python", | 95 "python", |
| 93 "-u", | 96 "-u", |
| 94 "[CWD]/pdfium/testing/tools/run_javascript_tests.py", | 97 "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py", |
| 95 "--build-dir", | 98 "--build-dir", |
| 96 "out/Debug" | 99 "out/Debug" |
| 97 ], | 100 ], |
| 98 "cwd": "[CWD]/pdfium", | 101 "cwd": "[SLAVE_BUILD]/pdfium", |
| 99 "env": { | 102 "env": { |
| 100 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 103 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" |
| 101 }, | 104 }, |
| 102 "name": "javascript tests" | 105 "name": "javascript tests" |
| 103 }, | 106 }, |
| 104 { | 107 { |
| 105 "cmd": [ | 108 "cmd": [ |
| 106 "python", | 109 "python", |
| 107 "-u", | 110 "-u", |
| 108 "[CWD]/pdfium/testing/tools/run_pixel_tests.py", | 111 "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py", |
| 109 "--build-dir", | 112 "--build-dir", |
| 110 "out/Debug" | 113 "out/Debug" |
| 111 ], | 114 ], |
| 112 "cwd": "[CWD]/pdfium", | 115 "cwd": "[SLAVE_BUILD]/pdfium", |
| 113 "env": { | 116 "env": { |
| 114 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 117 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" |
| 115 }, | 118 }, |
| 116 "name": "pixel tests" | 119 "name": "pixel tests" |
| 117 }, | 120 }, |
| 118 { | 121 { |
| 119 "cmd": [ | 122 "cmd": [ |
| 120 "python", | 123 "python", |
| 121 "-u", | 124 "-u", |
| 122 "[CWD]/pdfium/testing/tools/run_corpus_tests.py", | 125 "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py", |
| 123 "--build-dir", | 126 "--build-dir", |
| 124 "out/Debug" | 127 "out/Debug" |
| 125 ], | 128 ], |
| 126 "cwd": "[CWD]/pdfium", | 129 "cwd": "[SLAVE_BUILD]/pdfium", |
| 127 "env": { | 130 "env": { |
| 128 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 131 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" |
| 129 }, | 132 }, |
| 130 "name": "corpus tests" | 133 "name": "corpus tests" |
| 131 }, | 134 }, |
| 132 { | 135 { |
| 133 "name": "$result", | 136 "name": "$result", |
| 134 "recipe_result": null, | 137 "recipe_result": null, |
| 135 "status_code": 0 | 138 "status_code": 0 |
| 136 } | 139 } |
| 137 ] | 140 ] |
| OLD | NEW |