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

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

Issue 1918473002: Document WebGL2 CTS expectations findings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « 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/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 7ee1229411ff293c4b883946930b483ed75594dc..af402b45b052c2df922b8a1b8863e174eaf47dcd 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -95,6 +95,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['win'], bug=483282)
+ # Failing because ANGLE using a different interpretation of the spec for
+ # CopyTexImage2D so that for example a copy from RGBA8 to R8 fails.
Zhenyao Mo 2016/04/22 18:50:16 We should resolve this ambiguity in spec interpret
self.Fail('conformance2/textures/webgl_canvas/' +
'tex-2d-r8-red-unsigned_byte.html',
['win'], bug=483282)
@@ -371,6 +373,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# We want to mark this Flaky for all of Linux however we currently skip
# all the tests on Intel. Tag this with AMD and Nvidia to avoid an
# expectation conflict that would make this test run on Intel.
+ # Flaky because the virtual gl contexts implementation calls glUseProgram
+ # while a transform feedback is active.
Zhenyao Mo 2016/04/22 18:50:16 Ah, my current CL (adding transform_feedback_manag
self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
['linux', 'amd', 'nvidia'], bug=483282)
« 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