Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: content/test/gpu/gpu_tests/pixel_expectations.py

Issue 2570863002: Disable CSS3DBlueBox pixel test. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/pixel_expectations.py
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
index 06f768eea5288e696ae6c6ea699ae1b2e9116758..ead9bf9108e1e77254b48602930f14f31bad1140 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -28,7 +28,11 @@ class PixelExpectations(GpuTestExpectations):
['android'], bug=521588)
# TODO(ccameron) fix these on Mac Retina
- self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
+ # self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
+
+ # TODO(jvanverth) remove once rebaselines are complete
+ # restore Mac-only fail above when removed
+ self.Fail('Pixel_CSS3DBlueBox', bug=673752)
# TODO(vmiura) check / generate reference images for Android devices
self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698