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