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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/linux_xfa_asan.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "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_xfa_asan", 10 "linux_xfa_asan",
11 "--slave", 11 "--slave",
12 "test_slave", 12 "test_slave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/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 "[GIT_CACHE]", 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]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
48 ] 47 ]
49 }, 48 },
50 { 49 {
51 "cmd": [ 50 "cmd": [
52 "python", 51 "python",
53 "-u", 52 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
55 "runhooks" 54 "runhooks"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": { 56 "env": {
59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 asan=1", 57 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 asan=1",
60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 59 },
62 "name": "gclient runhooks" 60 "name": "gclient runhooks"
63 }, 61 },
64 { 62 {
65 "cmd": [ 63 "cmd": [
66 "ninja", 64 "ninja",
67 "-C", 65 "-C",
68 "[SLAVE_BUILD]/pdfium/out/Debug" 66 "[SLAVE_BUILD]/pdfium/out/Debug"
69 ], 67 ],
70 "cwd": "[SLAVE_BUILD]",
71 "name": "compile with ninja" 68 "name": "compile with ninja"
72 }, 69 },
73 { 70 {
74 "cmd": [ 71 "cmd": [
75 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests" 72 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests"
76 ], 73 ],
77 "cwd": "[SLAVE_BUILD]/pdfium", 74 "cwd": "[SLAVE_BUILD]/pdfium",
78 "env": { 75 "env": {
79 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" 76 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
80 }, 77 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" 128 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
132 }, 129 },
133 "name": "corpus tests" 130 "name": "corpus tests"
134 }, 131 },
135 { 132 {
136 "name": "$result", 133 "name": "$result",
137 "recipe_result": null, 134 "recipe_result": null,
138 "status_code": 0 135 "status_code": 0
139 } 136 }
140 ] 137 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/linux_xfa.json ('k') | scripts/slave/recipes/pdfium.expected/linux_xfa_rel.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698