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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/test_failure.json

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 21 "@@@STEP_LOG_END@json.output@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
29 "[BUILDER_CACHE]/ios",
30 "511"
31 ],
32 "name": "makedirs checkout path",
33 "~followup_annotations": [
34 "@@@STEP_LOG_LINE@python.inline@@@@",
35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
43 "@@@STEP_LOG_END@python.inline@@@"
44 ]
45 },
46 {
47 "cmd": [
48 "python",
49 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 51 "--master",
30 "chromium.fake", 52 "chromium.fake",
31 "--builder", 53 "--builder",
32 "ios", 54 "ios",
33 "--slave", 55 "--slave",
34 "fake-vm", 56 "fake-vm",
35 "--spec", 57 "--spec",
36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']", 58 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']",
37 "--root", 59 "--root",
38 "src", 60 "src",
39 "--revision_mapping_file", 61 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 62 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 63 "--git-cache-dir",
42 "[GIT_CACHE]", 64 "[GIT_CACHE]",
43 "--patch_url", 65 "--patch_url",
44 "patch url", 66 "patch url",
45 "--output_json", 67 "--output_json",
46 "/path/to/tmp/json", 68 "/path/to/tmp/json",
47 "--revision", 69 "--revision",
48 "src@HEAD", 70 "src@HEAD",
71 "--force",
49 "--output_manifest" 72 "--output_manifest"
50 ], 73 ],
74 "cwd": "[BUILDER_CACHE]/ios",
51 "env": { 75 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 77 },
54 "name": "bot_update", 78 "name": "bot_update",
55 "~followup_annotations": [ 79 "~followup_annotations": [
80 "@@@STEP_TEXT@Some step text@@@",
56 "@@@STEP_LOG_LINE@json.output@{@@@", 81 "@@@STEP_LOG_LINE@json.output@{@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 82 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ }, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
89 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
90 "@@@STEP_LOG_LINE@json.output@ }@@@",
91 "@@@STEP_LOG_LINE@json.output@ }, @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
95 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
97 "@@@STEP_LOG_LINE@json.output@ }, @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
59 "@@@STEP_LOG_LINE@json.output@}@@@", 100 "@@@STEP_LOG_LINE@json.output@}@@@",
60 "@@@STEP_LOG_END@json.output@@@" 101 "@@@STEP_LOG_END@json.output@@@",
102 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
61 ] 104 ]
62 }, 105 },
63 { 106 {
64 "cmd": [ 107 "cmd": [
65 "python", 108 "python",
66 "-u", 109 "-u",
67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", 111 "[BUILDER_CACHE]/ios/src/webrtc/build/ios/chromium.fake/ios.json",
69 "/path/to/tmp/json" 112 "/path/to/tmp/json"
70 ], 113 ],
71 "name": "read build config", 114 "name": "read build config",
72 "~followup_annotations": [ 115 "~followup_annotations": [
73 "@@@STEP_LOG_LINE@json.output@{@@@", 116 "@@@STEP_LOG_LINE@json.output@{@@@",
74 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 118 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 119 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
77 "@@@STEP_LOG_LINE@json.output@ }, @@@", 120 "@@@STEP_LOG_LINE@json.output@ }, @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", 121 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "@@@STEP_LOG_END@json.output@@@" 160 "@@@STEP_LOG_END@json.output@@@"
118 ] 161 ]
119 }, 162 },
120 { 163 {
121 "cmd": [ 164 "cmd": [
122 "python", 165 "python",
123 "-u", 166 "-u",
124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 167 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
125 "runhooks" 168 "runhooks"
126 ], 169 ],
127 "cwd": "[SLAVE_BUILD]/src", 170 "cwd": "[BUILDER_CACHE]/ios/src",
128 "env": { 171 "env": {
129 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 172 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
130 "GYP_GENERATORS": "xcode", 173 "GYP_GENERATORS": "xcode",
131 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", 174 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2",
132 "LANDMINES_VERBOSE": "1", 175 "LANDMINES_VERBOSE": "1",
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 176 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
134 }, 177 },
135 "name": "gclient runhooks", 178 "name": "gclient runhooks",
136 "~followup_annotations": [ 179 "~followup_annotations": [
137 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 180 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
138 ] 181 ]
139 }, 182 },
140 { 183 {
141 "cmd": [ 184 "cmd": [
142 "xcodebuild", 185 "xcodebuild",
143 "-configuration", 186 "-configuration",
144 "Debug", 187 "Debug",
145 "-project", 188 "-project",
146 "[SLAVE_BUILD]/src/build/all.xcodeproj", 189 "[BUILDER_CACHE]/ios/src/build/all.xcodeproj",
147 "-sdk", 190 "-sdk",
148 "iphonesimulator8.0" 191 "iphonesimulator8.0"
149 ], 192 ],
150 "cwd": "[SLAVE_BUILD]/src/xcodebuild", 193 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild",
151 "name": "compile" 194 "name": "compile"
152 }, 195 },
153 { 196 {
154 "cmd": [ 197 "cmd": [
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
156 "--app", 199 "--app",
157 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", 200 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app ",
158 "--json_file", 201 "--json_file",
159 "/path/to/tmp/json", 202 "/path/to/tmp/json",
160 "--iossim", 203 "--iossim",
161 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 204 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim",
162 "--platform", 205 "--platform",
163 "fake device", 206 "fake device",
164 "--version", 207 "--version",
165 "8.0" 208 "8.0"
166 ], 209 ],
167 "name": "fake tests 1 (fake device iOS 8.0)", 210 "name": "fake tests 1 (fake device iOS 8.0)",
168 "~followup_annotations": [ 211 "~followup_annotations": [
169 "step returned non-zero exit code: 1", 212 "step returned non-zero exit code: 1",
170 "@@@STEP_LOG_LINE@json.output@{@@@", 213 "@@@STEP_LOG_LINE@json.output@{@@@",
171 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 214 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
(...skipping 11 matching lines...) Expand all
183 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 226 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
184 "@@@STEP_LOG_END@fake log@@@", 227 "@@@STEP_LOG_END@fake log@@@",
185 "@@@STEP_LINK@fake URL text@fake URL@@@", 228 "@@@STEP_LINK@fake URL text@fake URL@@@",
186 "@@@STEP_FAILURE@@@" 229 "@@@STEP_FAILURE@@@"
187 ] 230 ]
188 }, 231 },
189 { 232 {
190 "cmd": [ 233 "cmd": [
191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 234 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
192 "--app", 235 "--app",
193 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", 236 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app ",
194 "--json_file", 237 "--json_file",
195 "/path/to/tmp/json", 238 "/path/to/tmp/json",
196 "--iossim", 239 "--iossim",
197 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 240 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim",
198 "--platform", 241 "--platform",
199 "fake device", 242 "fake device",
200 "--version", 243 "--version",
201 "7.1" 244 "7.1"
202 ], 245 ],
203 "name": "fake tests 2 (fake device iOS 7.1)", 246 "name": "fake tests 2 (fake device iOS 7.1)",
204 "~followup_annotations": [ 247 "~followup_annotations": [
205 "@@@STEP_LOG_LINE@json.output@{@@@", 248 "@@@STEP_LOG_LINE@json.output@{@@@",
206 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
207 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 250 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
(...skipping 12 matching lines...) Expand all
220 "@@@STEP_LINK@fake URL text@fake URL@@@" 263 "@@@STEP_LINK@fake URL text@fake URL@@@"
221 ] 264 ]
222 }, 265 },
223 { 266 {
224 "name": "$result", 267 "name": "$result",
225 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 268 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
226 "recipe_result": null, 269 "recipe_result": null,
227 "status_code": 1 270 "status_code": 1
228 } 271 }
229 ] 272 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/no_tests.json ('k') | scripts/slave/recipes/webrtc/ios.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698