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

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

Issue 2295383002: Add use_sysroot=false to Linux PDFium bots. (Closed)
Patch Set: fix android Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/linux_xfa_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "tryserver.client.pdfium", 8 "tryserver.client.pdfium",
9 "--builder", 9 "--builder",
10 "linux_xfa_asan", 10 "linux_xfa_asan",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "name": "gclient runhooks" 66 "name": "gclient runhooks"
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "[DEPOT_TOOLS]/gn.py", 72 "[DEPOT_TOOLS]/gn.py",
73 "--root=[SLAVE_BUILD]/pdfium", 73 "--root=[SLAVE_BUILD]/pdfium",
74 "gen", 74 "gen",
75 "//out/Debug", 75 "//out/Debug",
76 "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab le_xfa=true pdf_use_skia=false pdf_is_standalone=true is_asan=true" 76 "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab le_xfa=true pdf_use_skia=false pdf_is_standalone=true use_sysroot=false is_asan= true"
77 ], 77 ],
78 "cwd": "[SLAVE_BUILD]/pdfium", 78 "cwd": "[SLAVE_BUILD]/pdfium",
79 "name": "gn gen" 79 "name": "gn gen"
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "ninja", 83 "ninja",
84 "-C", 84 "-C",
85 "[SLAVE_BUILD]/pdfium/out/Debug" 85 "[SLAVE_BUILD]/pdfium/out/Debug"
86 ], 86 ],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" 147 "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
148 }, 148 },
149 "name": "corpus tests" 149 "name": "corpus tests"
150 }, 150 },
151 { 151 {
152 "name": "$result", 152 "name": "$result",
153 "recipe_result": null, 153 "recipe_result": null,
154 "status_code": 0 154 "status_code": 0
155 } 155 }
156 ] 156 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/linux_xfa_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698