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

Side by Side Diff: scripts/slave/recipes/chromium.expected/fail.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 2 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 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_deps': {'src/third_ party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': Non e}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', ' nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn:// svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git '}]" 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_deps': {'src/third_ party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': Non e}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', ' nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn:// svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git '}]"
10 ], 10 ],
11 "name": "gclient setup", 11 "name": "gclient setup",
12 "seed_steps": [ 12 "seed_steps": [
13 "gclient setup", 13 "gclient setup",
14 "gclient sync", 14 "gclient sync",
15 "gclient recurse (git config user.name)", 15 "gclient recurse (git config user.name)",
16 "gclient recurse (git config user.email)", 16 "gclient recurse (git config user.email)",
17 "gclient runhooks", 17 "gclient runhooks",
18 "compile" 18 "compile"
19 ] 19 ]
20 }, 20 },
21 { 21 {
22 "cmd": [ 22 "cmd": [
23 "python", 23 "python",
24 "-u", 24 "-u",
25 "[DEPOT_TOOLS_ROOT]/gclient.py", 25 "[DEPOT_TOOLS]/gclient.py",
26 "sync", 26 "sync",
27 "--verbose", 27 "--verbose",
28 "--with_branch_heads", 28 "--with_branch_heads",
29 "--nohooks", 29 "--nohooks",
30 "-j8", 30 "-j8",
31 "--reset", 31 "--reset",
32 "--delete_unversioned_trees", 32 "--delete_unversioned_trees",
33 "--force", 33 "--force",
34 "--upstream", 34 "--upstream",
35 "--no-nag-max", 35 "--no-nag-max",
(...skipping 30 matching lines...) Expand all
66 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@", 66 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
67 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@", 67 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
68 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
69 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@\"932d037f462c12db1f3210d e8ea1b2964f363f47\"@@@" 69 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@\"932d037f462c12db1f3210d e8ea1b2964f363f47\"@@@"
70 ] 70 ]
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "[DEPOT_TOOLS_ROOT]/gclient.py", 76 "[DEPOT_TOOLS]/gclient.py",
77 "recurse", 77 "recurse",
78 "git", 78 "git",
79 "config", 79 "config",
80 "user.name", 80 "user.name",
81 "local_bot" 81 "local_bot"
82 ], 82 ],
83 "name": "gclient recurse (git config user.name)" 83 "name": "gclient recurse (git config user.name)"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "[DEPOT_TOOLS_ROOT]/gclient.py", 89 "[DEPOT_TOOLS]/gclient.py",
90 "recurse", 90 "recurse",
91 "git", 91 "git",
92 "config", 92 "config",
93 "user.email", 93 "user.email",
94 "local_bot@example.com" 94 "local_bot@example.com"
95 ], 95 ],
96 "name": "gclient recurse (git config user.email)" 96 "name": "gclient recurse (git config user.email)"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "[DEPOT_TOOLS_ROOT]/gclient.py", 102 "[DEPOT_TOOLS]/gclient.py",
103 "runhooks" 103 "runhooks"
104 ], 104 ],
105 "env": { 105 "env": {
106 "GYP_DEFINES": "component=static_library", 106 "GYP_DEFINES": "component=static_library",
107 "GYP_GENERATORS": "ninja" 107 "GYP_GENERATORS": "ninja"
108 }, 108 },
109 "name": "gclient runhooks" 109 "name": "gclient runhooks"
110 }, 110 },
111 { 111 {
112 "abort_on_failure": true, 112 "abort_on_failure": true,
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "[BUILD_ROOT]/scripts/slave/compile.py", 116 "[BUILD]/scripts/slave/compile.py",
117 "--target", 117 "--target",
118 "Release", 118 "Release",
119 "--build-dir", 119 "--build-dir",
120 "[SLAVE_BUILD_ROOT]/src/out", 120 "[SLAVE_BUILD]/src/out",
121 "--src-dir", 121 "--src-dir",
122 "[SLAVE_BUILD_ROOT]/src", 122 "[SLAVE_BUILD]/src",
123 "--build-tool", 123 "--build-tool",
124 "ninja", 124 "ninja",
125 "--compiler", 125 "--compiler",
126 "goma", 126 "goma",
127 "--", 127 "--",
128 "All", 128 "All",
129 "chromium_builder_tests" 129 "chromium_builder_tests"
130 ], 130 ],
131 "name": "compile", 131 "name": "compile",
132 "~followup_annotations": [ 132 "~followup_annotations": [
133 "step returned non-zero exit code: 1", 133 "step returned non-zero exit code: 1",
134 "@@@STEP_FAILURE@@@" 134 "@@@STEP_FAILURE@@@"
135 ] 135 ]
136 } 136 }
137 ] 137 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/basic_win_64.json ('k') | scripts/slave/recipes/gatekeeper.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698