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

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

Issue 2838153003: Fix darkened pixels when rendering using GPU (Closed)
Patch Set: Removing unneeded layout-test Created 3 years, 8 months 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 | « content/test/data/gpu/pixel_canvas2d_untagged.html ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | 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 73ab14d8283b8f893393c3945da3d18abdfe6840..01e8a1fcb548b4dfdf59791aea72d4b7e4d820fa 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -50,5 +50,8 @@ class PixelExpectations(GpuTestExpectations):
self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker',
['win10', ('intel', 0x1912)], bug=690663)
+ # TODO(zakerinasab): check / generate reference images.
+ self.Fail('Pixel_Canvas2DUntagged', bug=713632)
+
# TODO(jbauman): Fix this.
self.Fail('Pixel_DirectComposition_Video_MP4', ['win', 'intel'], bug=704389)
« no previous file with comments | « content/test/data/gpu/pixel_canvas2d_untagged.html ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698