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

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

Issue 2607073002: Fold the GPU rasterization tests into the pixel tests step. (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
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 757260a1d3372c036989a7d38859ca100f25bbf8..ff3fb67bbd8d9e224c59e5c79abeefcf8ec9b1e0 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -12,6 +12,10 @@ class PixelExpectations(GpuTestExpectations):
# self.Fail('Pixel_Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
+ # Seems to be flaky on the new AMD R7 240 drivers.
+ self.Flaky('Pixel_GpuRasterization_BlueBox',
+ ['win', ('amd', 0x6613)], bug=653538)
+
# Software compositing is not supported on Android; so we skip these tests
# that disables gpu compositing on Android platforms.
self.Skip('Pixel_OffscreenCanvasUnaccelerated2D', ['android'])
« no previous file with comments | « content/test/gpu/gpu_tests/memory_test_expectations.py ('k') | content/test/gpu/gpu_tests/pixel_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698