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

Unified Diff: scripts/slave/recipes/skia/skia.expected/failed_dm.json

Issue 1072483002: Pass --undefok to DM and nanobench for more graceful branch failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 8 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/skia/skia.expected/failed_dm.json
diff --git a/scripts/slave/recipes/skia/skia.expected/failed_dm.json b/scripts/slave/recipes/skia/skia.expected/failed_dm.json
index faa8ef077e96e886f4a58482560eb9385a0d8ee6..daf024aefa097a5cfece1d1db868bed468a90d8a 100644
--- a/scripts/slave/recipes/skia/skia.expected/failed_dm.json
+++ b/scripts/slave/recipes/skia/skia.expected/failed_dm.json
@@ -333,6 +333,7 @@
"cmd": [
"catchsegv",
"[SLAVE_BUILD]/skia/out/Debug/dm",
+ "--undefok",
"--verbose",
"--resourcePath",
"[SLAVE_BUILD]/skia/resources",
@@ -410,6 +411,7 @@
"cmd": [
"catchsegv",
"[SLAVE_BUILD]/skia/out/Debug/nanobench",
+ "--undefok",
"-i",
"[SLAVE_BUILD]/skia/resources",
"--skps",

Powered by Google App Engine
This is Rietveld 408576698