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 97375eb47c3ced35058892e09fef558a436237f5..bc7247ee7c9a45dab7e85c611e9fed8fcff4f077 100644 |
--- a/content/test/gpu/gpu_tests/gpu_process_expectations.py |
+++ b/content/test/gpu/gpu_tests/gpu_process_expectations.py |
@@ -39,3 +39,6 @@ class GpuProcessExpectations(GpuTestExpectations): |
self.Skip('GpuProcess.skip_gpu_process', |
['android', 'nvidia'], bug=610023) |
+ # There are currently no blacklist entries disabling all GPU |
+ # functionality on Mac OS. |
+ self.Fail('GpuProcess.no_gpu_process', ['mac'], bug=579255) |