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

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

Issue 1906353002: Revert of V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 e0311299fe4ef7c95cd37456f5c728dffff5ecb9..d1abbc0eac80f95d6cdfac73c08a5303caaf0b24 100644
--- a/scripts/slave/recipes/v8.py
+++ b/scripts/slave/recipes/v8.py
@@ -232,16 +232,6 @@
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(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