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

Unified Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg.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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg.json
diff --git a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_dbg.json b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg.json
similarity index 89%
rename from scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_dbg.json
rename to scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg.json
index de7496c519f941b051d7cc615b6b375972fa9b38..f741eab0e4cd9790e5d1f04190565c836e1bf4d3 100644
--- a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_dbg.json
+++ b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg.json
@@ -58,10 +58,19 @@
},
{
"cmd": [
+ "ninja",
+ "-C",
+ "[SLAVE_BUILD]/crashpad/out/Debug_x64"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "compile with ninja (2)"
+ },
+ {
+ "cmd": [
"python",
"-u",
"[SLAVE_BUILD]/crashpad/build/run_tests.py",
- "Debug"
+ "Debug_x64"
],
"cwd": "[SLAVE_BUILD]",
"name": "run tests"

Powered by Google App Engine
This is Rietveld 408576698