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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/missing_SVG_VERSION_device.json

Issue 2243143002: Add --serial mode to dm, runs unit tests serially (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use --solo 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 "image", 991 "image",
992 "_", 992 "_",
993 ".RW2", 993 ".RW2",
994 "_", 994 "_",
995 "image", 995 "image",
996 "_", 996 "_",
997 ".PEF", 997 ".PEF",
998 "_", 998 "_",
999 "image", 999 "image",
1000 "_", 1000 "_",
1001 ".SRW" 1001 ".SRW",
1002 "--solo",
1003 "ColorSpaceCRBug"
1002 ], 1004 ],
1003 "env": { 1005 "env": {
1004 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 1006 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
1005 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 1007 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
1006 "BUILDTYPE": "Debug", 1008 "BUILDTYPE": "Debug",
1007 "CHROME_HEADLESS": "1", 1009 "CHROME_HEADLESS": "1",
1008 "SKIA_ANDROID_VERBOSE_SETUP": "1", 1010 "SKIA_ANDROID_VERBOSE_SETUP": "1",
1009 "SKIA_OUT": "[SLAVE_BUILD]/out" 1011 "SKIA_OUT": "[SLAVE_BUILD]/out"
1010 }, 1012 },
1011 "name": "dm" 1013 "name": "dm"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 "SKIA_OUT": "[SLAVE_BUILD]/out" 1106 "SKIA_OUT": "[SLAVE_BUILD]/out"
1105 }, 1107 },
1106 "name": "kill-server" 1108 "name": "kill-server"
1107 }, 1109 },
1108 { 1110 {
1109 "name": "$result", 1111 "name": "$result",
1110 "recipe_result": null, 1112 "recipe_result": null,
1111 "status_code": 0 1113 "status_code": 0
1112 } 1114 }
1113 ] 1115 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/missing_SK_IMAGE_VERSION_device.json ('k') | resources/invalid_images/crbug636268.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698