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

Unified Diff: scripts/slave/recipes/v8.py

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix Created 4 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/v8.py
diff --git a/scripts/slave/recipes/v8.py b/scripts/slave/recipes/v8.py
index d1abbc0eac80f95d6cdfac73c08a5303caaf0b24..55c223d67db907b70c3555c9b58eae21aa2afa0e 100644
--- a/scripts/slave/recipes/v8.py
+++ b/scripts/slave/recipes/v8.py
@@ -232,6 +232,16 @@ def GenTests(api):
yield (
api.v8.test(
'client.v8',
+ 'V8 Linux64',
+ 'one_failure_build_env_not_supported',
+ ) +
+ api.override_step_data('Check', api.v8.one_failure()) +
+ api.properties(parent_build_environment=None)
+ )
+
+ yield (
+ api.v8.test(
+ 'client.v8',
'V8 Fuzzer',
'fuzz_archive',
) +
« no previous file with comments | « scripts/slave/recipe_modules/v8/test_api.py ('k') | scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698