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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 | Annotate | Revision Log
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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.c om/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 "[ROOT]/b/build/slave/cache_dir",
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 "[CWD]/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 "[CWD]/pdfium/out/Debug/pdfium_unittests"
76 ], 73 ],
77 "cwd": "[SLAVE_BUILD]/pdfium", 74 "cwd": "[CWD]/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 },
81 "name": "unittests" 78 "name": "unittests"
82 }, 79 },
83 { 80 {
84 "cmd": [ 81 "cmd": [
85 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_embeddertests" 82 "[CWD]/pdfium/out/Debug/pdfium_embeddertests"
86 ], 83 ],
87 "cwd": "[SLAVE_BUILD]/pdfium", 84 "cwd": "[CWD]/pdfium",
88 "env": { 85 "env": {
89 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" 86 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
90 }, 87 },
91 "name": "embeddertests" 88 "name": "embeddertests"
92 }, 89 },
93 { 90 {
94 "cmd": [ 91 "cmd": [
95 "python", 92 "python",
96 "-u", 93 "-u",
97 "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py", 94 "[CWD]/pdfium/testing/tools/run_javascript_tests.py",
98 "--build-dir", 95 "--build-dir",
99 "out/Debug" 96 "out/Debug"
100 ], 97 ],
101 "cwd": "[SLAVE_BUILD]/pdfium", 98 "cwd": "[CWD]/pdfium",
102 "env": { 99 "env": {
103 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" 100 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
104 }, 101 },
105 "name": "javascript tests" 102 "name": "javascript tests"
106 }, 103 },
107 { 104 {
108 "cmd": [ 105 "cmd": [
109 "python", 106 "python",
110 "-u", 107 "-u",
111 "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py", 108 "[CWD]/pdfium/testing/tools/run_pixel_tests.py",
112 "--build-dir", 109 "--build-dir",
113 "out/Debug" 110 "out/Debug"
114 ], 111 ],
115 "cwd": "[SLAVE_BUILD]/pdfium", 112 "cwd": "[CWD]/pdfium",
116 "env": { 113 "env": {
117 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" 114 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
118 }, 115 },
119 "name": "pixel tests" 116 "name": "pixel tests"
120 }, 117 },
121 { 118 {
122 "cmd": [ 119 "cmd": [
123 "python", 120 "python",
124 "-u", 121 "-u",
125 "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py", 122 "[CWD]/pdfium/testing/tools/run_corpus_tests.py",
126 "--build-dir", 123 "--build-dir",
127 "out/Debug" 124 "out/Debug"
128 ], 125 ],
129 "cwd": "[SLAVE_BUILD]/pdfium", 126 "cwd": "[CWD]/pdfium",
130 "env": { 127 "env": {
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