| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 20a5d94aaa94d1b1ec6e9d51d6e75a78c9cec18e..37e5bd7459247b72005a3e98b2b8eda918d397da 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -444,6 +444,17 @@ def GenTests(api):
|
| props(mastername=mastername, buildername=buildername)
|
| )
|
|
|
| + # Regression test for http://crbug.com/453471#c16
|
| + yield (
|
| + api.test('clobber_analyze') +
|
| + props(buildername='linux_chromium_clobber_rel_ng') +
|
| + api.platform.name('linux') +
|
| + api.override_step_data(
|
| + 'analyze',
|
| + api.json.output({'status': 'Found dependency', 'targets': [],
|
| + 'build_targets': ['base_unittests', 'net_unittests']}))
|
| + )
|
| +
|
| yield (
|
| api.test('invalid_results') +
|
| props() +
|
|
|