| Index: scripts/slave/recipes/gpu/download_and_test.py
|
| diff --git a/scripts/slave/recipes/gpu/download_and_test.py b/scripts/slave/recipes/gpu/download_and_test.py
|
| index 048cb314741db6f2b17e9c99b93940648ab1bff2..929aa2f65e444f25793212c74b20316ddecdb73a 100644
|
| --- a/scripts/slave/recipes/gpu/download_and_test.py
|
| +++ b/scripts/slave/recipes/gpu/download_and_test.py
|
| @@ -85,9 +85,8 @@ def GenTests(api):
|
| api.platform.name('linux') +
|
| api.step_data('content_gl_tests', retcode=1) +
|
| api.step_data('maps_pixel_test',
|
| - api.test_utils.canned_isolated_script_output(
|
| - passing=False, is_win=False, swarming=False,
|
| - isolated_script_passing=False))
|
| + api.test_utils.canned_telemetry_gpu_output(
|
| + passing=False, is_win=False, swarming=False))
|
| )
|
|
|
| yield (
|
| @@ -95,8 +94,9 @@ def GenTests(api):
|
| props('linux', 'Release') +
|
| api.platform.name('linux') +
|
| api.step_data('maps_pixel_test',
|
| - api.test_utils.canned_isolated_script_output(
|
| - passing=False, is_win=False, swarming=False),
|
| + api.test_utils.canned_telemetry_gpu_output(
|
| + passing=False, is_win=False, swarming=False,
|
| + empty_per_page_values=True),
|
| retcode=255)
|
| )
|
|
|
|
|