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

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

Powered by Google App Engine
This is Rietveld 408576698