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

Unified Diff: scripts/slave/recipes/v8.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
Index: scripts/slave/recipes/v8.py
diff --git a/scripts/slave/recipes/v8.py b/scripts/slave/recipes/v8.py
index 02de1508cf7b3bb6f5f61aa17c62c4c9ba33e6f9..c575a9af866ddb187b2e18137751cad047d43e65 100644
--- a/scripts/slave/recipes/v8.py
+++ b/scripts/slave/recipes/v8.py
@@ -193,18 +193,6 @@ def GenTests(api):
yield (
api.v8.test(
'client.v8',
- 'V8 Linux - memcheck',
- 'no_errors',
- ) +
- api.v8.stderr(
- 'Simple Leak Check',
- 'no leaks are possible',
- )
- )
-
- yield (
- api.v8.test(
- 'client.v8',
'V8 Fuzzer',
'fuzz_archive',
) +

Powered by Google App Engine
This is Rietveld 408576698