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

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

Issue 2238483003: Revert "ios: fix path to the test app" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: + webrtc expectations 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/infrastructure_failure.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 "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)@@@",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "-sdk", 190 "-sdk",
191 "iphonesimulator8.0" 191 "iphonesimulator8.0"
192 ], 192 ],
193 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild", 193 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild",
194 "name": "compile" 194 "name": "compile"
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
199 "--app", 199 "--app",
200 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app ", 200 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app",
201 "--json_file", 201 "--json_file",
202 "/path/to/tmp/json", 202 "/path/to/tmp/json",
203 "--iossim", 203 "--iossim",
204 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", 204 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
205 "--platform", 205 "--platform",
206 "fake device", 206 "fake device",
207 "--version", 207 "--version",
208 "8.0" 208 "8.0"
209 ], 209 ],
210 "name": "fake tests 1 (fake device iOS 8.0)", 210 "name": "fake tests 1 (fake device iOS 8.0)",
211 "~followup_annotations": [ 211 "~followup_annotations": [
212 "step returned non-zero exit code: 1", 212 "step returned non-zero exit code: 1",
213 "@@@STEP_LOG_LINE@json.output@{@@@", 213 "@@@STEP_LOG_LINE@json.output@{@@@",
214 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 214 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
(...skipping 11 matching lines...) Expand all
226 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 226 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
227 "@@@STEP_LOG_END@fake log@@@", 227 "@@@STEP_LOG_END@fake log@@@",
228 "@@@STEP_LINK@fake URL text@fake URL@@@", 228 "@@@STEP_LINK@fake URL text@fake URL@@@",
229 "@@@STEP_FAILURE@@@" 229 "@@@STEP_FAILURE@@@"
230 ] 230 ]
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 234 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
235 "--app", 235 "--app",
236 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app ", 236 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app",
237 "--json_file", 237 "--json_file",
238 "/path/to/tmp/json", 238 "/path/to/tmp/json",
239 "--iossim", 239 "--iossim",
240 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", 240 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
241 "--platform", 241 "--platform",
242 "fake device", 242 "fake device",
243 "--version", 243 "--version",
244 "7.1" 244 "7.1"
245 ], 245 ],
246 "name": "fake tests 2 (fake device iOS 7.1)", 246 "name": "fake tests 2 (fake device iOS 7.1)",
247 "~followup_annotations": [ 247 "~followup_annotations": [
248 "@@@STEP_LOG_LINE@json.output@{@@@", 248 "@@@STEP_LOG_LINE@json.output@{@@@",
249 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
250 "@@@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
263 "@@@STEP_LINK@fake URL text@fake URL@@@" 263 "@@@STEP_LINK@fake URL text@fake URL@@@"
264 ] 264 ]
265 }, 265 },
266 { 266 {
267 "name": "$result", 267 "name": "$result",
268 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 268 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
269 "recipe_result": null, 269 "recipe_result": null,
270 "status_code": 1 270 "status_code": 1
271 } 271 }
272 ] 272 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/infrastructure_failure.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698