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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json

Issue 1354973003: crashpad: set up for wow64 testing (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove unnecessary |slavebuilddir|s Created 5 years, 3 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git '}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git '}]"
10 ], 10 ],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "cmd": [ 51 "cmd": [
52 "ninja", 52 "ninja",
53 "-C", 53 "-C",
54 "[SLAVE_BUILD]/crashpad/out/Release" 54 "[SLAVE_BUILD]/crashpad/out/Release"
55 ], 55 ],
56 "cwd": "[SLAVE_BUILD]", 56 "cwd": "[SLAVE_BUILD]",
57 "name": "compile with ninja" 57 "name": "compile with ninja"
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "ninja",
62 "-C",
63 "[SLAVE_BUILD]/crashpad/out/Release_x64"
64 ],
65 "cwd": "[SLAVE_BUILD]",
66 "name": "compile with ninja (2)"
67 },
68 {
69 "cmd": [
61 "python", 70 "python",
62 "-u", 71 "-u",
63 "[SLAVE_BUILD]/crashpad/build/run_tests.py", 72 "[SLAVE_BUILD]/crashpad/build/run_tests.py",
64 "Release" 73 "Release_x64"
65 ], 74 ],
66 "cwd": "[SLAVE_BUILD]", 75 "cwd": "[SLAVE_BUILD]",
67 "name": "run tests" 76 "name": "run tests"
68 } 77 }
69 ] 78 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698