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', |
) + |