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

Unified Diff: scripts/slave/recipes/skia/skia.expected/Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug.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/Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug.json
diff --git a/scripts/slave/recipes/skia/skia.expected/Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug.json b/scripts/slave/recipes/skia/skia.expected/Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug.json
index 5ab79abfd7f6932d36bc41c4299804c8db02641d..27c7495c2c49cbcfb7c09d91c6c9bbadbd7e697b 100644
--- a/scripts/slave/recipes/skia/skia.expected/Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug.json
+++ b/scripts/slave/recipes/skia/skia.expected/Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug.json
@@ -374,6 +374,7 @@
{
"cmd": [
"[SLAVE_BUILD]\\skia\\out\\Debug_x64\\dm",
+ "--undefok",
"--verbose",
"--resourcePath",
"[SLAVE_BUILD]\\skia\\resources",
@@ -446,6 +447,7 @@
{
"cmd": [
"[SLAVE_BUILD]\\skia\\out\\Debug_x64\\nanobench",
+ "--undefok",
"-i",
"[SLAVE_BUILD]\\skia\\resources",
"--skps",

Powered by Google App Engine
This is Rietveld 408576698