| Index: content/test/gpu/gpu_tests/gpu_process_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_process_expectations.py b/content/test/gpu/gpu_tests/gpu_process_expectations.py
|
| index eca14cb3ec4ba2de150ca98d9da0fde2221dd8e7..97375eb47c3ced35058892e09fef558a436237f5 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process_expectations.py
|
| @@ -13,40 +13,29 @@ class GpuProcessExpectations(GpuTestExpectations):
|
|
|
| self.Fail('GpuProcess.video', ['linux'], bug=257109)
|
|
|
| - # Nexus 5X
|
| + # Android
|
| self.Fail('GpuProcess.no_gpu_process',
|
| - ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| - # Skip this test because expecting it to fail will still run it.
|
| - self.Skip('GpuProcess.skip_gpu_process',
|
| - ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + ['android'], bug=611930)
|
| self.Fail('GpuProcess.identify_active_gpu1',
|
| - ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + ['android'], bug=611930)
|
| self.Fail('GpuProcess.identify_active_gpu2',
|
| - ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + ['android'], bug=611930)
|
| self.Fail('GpuProcess.identify_active_gpu3',
|
| - ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + ['android'], bug=611930)
|
| self.Fail('GpuProcess.identify_active_gpu4',
|
| - ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + ['android'], bug=611930)
|
| self.Fail('GpuProcess.readback_webgl_gpu_process',
|
| - ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
| + ['android'], bug=611930)
|
| self.Fail('GpuProcess.driver_bug_workarounds_upon_gl_renderer',
|
| + ['android'], bug=611930)
|
| +
|
| + # Nexus 5X
|
| + # Skip this test because expecting it to fail will still run it.
|
| + self.Skip('GpuProcess.skip_gpu_process',
|
| ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
|
|
|
| # Nexus 9
|
| - self.Fail('GpuProcess.no_gpu_process',
|
| - ['android', 'nvidia'], bug=610023)
|
| # Skip this test because expecting it to fail will still run it.
|
| self.Skip('GpuProcess.skip_gpu_process',
|
| ['android', 'nvidia'], bug=610023)
|
| - self.Fail('GpuProcess.identify_active_gpu1',
|
| - ['android', 'nvidia'], bug=610023)
|
| - self.Fail('GpuProcess.identify_active_gpu2',
|
| - ['android', 'nvidia'], bug=610023)
|
| - self.Fail('GpuProcess.identify_active_gpu3',
|
| - ['android', 'nvidia'], bug=610023)
|
| - self.Fail('GpuProcess.identify_active_gpu4',
|
| - ['android', 'nvidia'], bug=610023)
|
| - self.Fail('GpuProcess.readback_webgl_gpu_process',
|
| - ['android', 'nvidia'], bug=610023)
|
| - self.Fail('GpuProcess.driver_bug_workarounds_upon_gl_renderer',
|
| - ['android', 'nvidia'], bug=610023)
|
| +
|
|
|