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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.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
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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "-sdk", 238 "-sdk",
239 "iphonesimulator8.0" 239 "iphonesimulator8.0"
240 ], 240 ],
241 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild", 241 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild",
242 "name": "compile" 242 "name": "compile"
243 }, 243 },
244 { 244 {
245 "cmd": [ 245 "cmd": [
246 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 246 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
247 "--app", 247 "--app",
248 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app ", 248 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app",
249 "--json_file", 249 "--json_file",
250 "/path/to/tmp/json", 250 "/path/to/tmp/json",
251 "--iossim", 251 "--iossim",
252 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", 252 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
253 "--platform", 253 "--platform",
254 "fake device", 254 "fake device",
255 "--version", 255 "--version",
256 "8.0" 256 "8.0"
257 ], 257 ],
258 "name": "fake tests 1 (fake device iOS 8.0)", 258 "name": "fake tests 1 (fake device iOS 8.0)",
259 "~followup_annotations": [ 259 "~followup_annotations": [
260 "step returned non-zero exit code: 1", 260 "step returned non-zero exit code: 1",
261 "@@@STEP_LOG_LINE@json.output@{@@@", 261 "@@@STEP_LOG_LINE@json.output@{@@@",
262 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 262 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
(...skipping 11 matching lines...) Expand all
274 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 274 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
275 "@@@STEP_LOG_END@fake log@@@", 275 "@@@STEP_LOG_END@fake log@@@",
276 "@@@STEP_LINK@fake URL text@fake URL@@@", 276 "@@@STEP_LINK@fake URL text@fake URL@@@",
277 "@@@STEP_FAILURE@@@" 277 "@@@STEP_FAILURE@@@"
278 ] 278 ]
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 282 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
283 "--app", 283 "--app",
284 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app ", 284 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app",
285 "--json_file", 285 "--json_file",
286 "/path/to/tmp/json", 286 "/path/to/tmp/json",
287 "--iossim", 287 "--iossim",
288 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", 288 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
289 "--platform", 289 "--platform",
290 "fake device", 290 "fake device",
291 "--version", 291 "--version",
292 "7.1" 292 "7.1"
293 ], 293 ],
294 "name": "fake tests 2 (fake device iOS 7.1)", 294 "name": "fake tests 2 (fake device iOS 7.1)",
295 "~followup_annotations": [ 295 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@json.output@{@@@", 296 "@@@STEP_LOG_LINE@json.output@{@@@",
297 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 297 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
298 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 298 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
(...skipping 12 matching lines...) Expand all
311 "@@@STEP_LINK@fake URL text@fake URL@@@" 311 "@@@STEP_LINK@fake URL text@fake URL@@@"
312 ] 312 ]
313 }, 313 },
314 { 314 {
315 "name": "$result", 315 "name": "$result",
316 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 316 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
317 "recipe_result": null, 317 "recipe_result": null,
318 "status_code": 1 318 "status_code": 1
319 } 319 }
320 ] 320 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698