| 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 08010acf6ba786c00bd53461397619f44bbfb7c8..d9f4b410f083e20137a2a343b5a9b8a971adb222 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process_expectations.py
|
| @@ -13,6 +13,9 @@ class GpuProcessExpectations(GpuTestExpectations):
|
|
|
| self.Fail('GpuProcess.video', ['linux'], bug=257109)
|
|
|
| + # Chrome on Android doesn't support software fallback.
|
| + self.Skip('GpuProcess.no_gpu_process', ['android'], bug=643282)
|
| +
|
| # Nexus 5X
|
| # Skip this test because expecting it to fail will still run it.
|
| self.Skip('GpuProcess.skip_gpu_process',
|
|
|