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

Unified Diff: scripts/slave/recipe_modules/v8/test_api.py

Issue 1583933006: V8 Buildbot: Let leak checker use the v8-side wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 11 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
« no previous file with comments | « scripts/slave/recipe_modules/v8/gclient_config.py ('k') | scripts/slave/recipe_modules/v8/testing.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/test_api.py
diff --git a/scripts/slave/recipe_modules/v8/test_api.py b/scripts/slave/recipe_modules/v8/test_api.py
index 59bc2c6dc4070944788e9fd540caa8ce192f93ca..bfe974fddf8e24455191e7e448c7bfd06fac6a8b 100644
--- a/scripts/slave/recipe_modules/v8/test_api.py
+++ b/scripts/slave/recipe_modules/v8/test_api.py
@@ -425,13 +425,6 @@ class V8TestApi(recipe_test_api.RecipeTestApi):
retcode=retcode,
)
- def stderr(self, step_name, output, retcode=0):
- return self.override_step_data(
- step_name,
- self.m.raw_io.stream_output(output, stream='stderr'),
- retcode=retcode,
- )
-
@recipe_test_api.mod_test_data
@staticmethod
def test_failures(has_failures):
« no previous file with comments | « scripts/slave/recipe_modules/v8/gclient_config.py ('k') | scripts/slave/recipe_modules/v8/testing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698