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

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

Issue 1407643003: Fix WebGL 2.0 expectations and skip a test with an assertion failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/gpu/gpu_tests/test_expectations_unittest.py ('k') | 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/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index 371afa2deb2ae9d874bd218a479515c7180bfae0..ae0ab0f8bdea60748db68dda94db033bb49e30d2 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -147,6 +147,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
'-with-video-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=483282)
+ # Windows Debug. Causing assertions in the GPU process which raise
+ # a dialog box, so have to skip them rather than mark them as
+ # failing.
+ self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' +
+ '-with-canvas-rgba8-rgba-unsigned_byte.html',
+ ['win', 'debug'], bug=542901)
# Mac only.
self.Skip('deqp/data/gles3/shaders/qualification_order.html',
« no previous file with comments | « content/test/gpu/gpu_tests/test_expectations_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698