| Index: scripts/slave/recipe_modules/chromium_tests/steps.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| index 3e55c4186348c49ea67187f583439ecf8c3f3cc8..dfeb836b787cb90e67cc31bf04902b08d77724f7 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| @@ -358,6 +358,13 @@ class LocalGTestTest(Test):
|
| ['failures:', r.failures]
|
| ])
|
|
|
| + api.test_results.upload(
|
| + api.json.input(r.raw),
|
| + test_type=self.name,
|
| + chrome_revision=api.bot_update.last_returned_properties.get(
|
| + 'got_revision_cp', 'x@{#0}'),
|
| + test_results_server='test-results.appspot.com')
|
| +
|
| return step_result
|
|
|
| def has_valid_results(self, api, suffix):
|
|
|