| Index: scripts/slave/recipe_modules/chromium_android/example.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
|
| index fc4c43f05ce921de86538a8c637f7a9ee1291471..f03d00769ddfd68b606f0fddb3e0b74a9c39883a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.py
|
| @@ -396,6 +396,19 @@ def GenTests(api):
|
| 'Invalid CTS output here...',
|
| stream='stdout')))
|
|
|
| + yield (api.test('webview_cts_invalid_platform') +
|
| + properties_for('webview_cts') +
|
| + api.override_step_data('Fetch CTS filename data',
|
| + api.raw_io.output(
|
| + '''
|
| + {
|
| + "arm_63": {
|
| + "L": "cts_arm63_L.zip"
|
| + }
|
| + }
|
| + '''),
|
| + stream='stdout'))
|
| +
|
| yield (api.test('device_file_format_mismatch') +
|
| properties_for('tester') +
|
| api.override_step_data('fix_device_file_format.read_device_file',
|
|
|