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

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

Issue 2293853003: Roll WebGL 12b543b..5888a9f (Closed)
Patch Set: update webgl2 expectations Created 4 years, 4 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 | « DEPS ('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 64191c7fcece85641b1a43593ca230e0dbf0ca16..839e822e1cf697f0ed3b1f47731aaf40e03af02d 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -40,12 +40,15 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# All platforms.
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
+ self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
# All platforms with AMD GPU.
self.Fail('deqp/functional/gles3/multisample.html',
['amd'], bug=617290)
# Windows only.
+ self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
+ ['win'], bug=638470)
# This should be fixed in the latest driver.
self.Fail('deqp/functional/gles3/fboinvalidate/sub.html',
@@ -61,6 +64,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Win / NVidia
self.Flaky('deqp/functional/gles3/fbomultisample*',
['win', 'nvidia'], bug=631317)
+ self.Fail('deqp/functional/gles3/negativefragmentapi.html',
Zhenyao Mo 2016/08/31 16:02:37 Did we change this test? It's surprising this is f
+ ['win', 'nvidia'], bug=483282)
# Win / AMD
@@ -192,6 +197,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
['mac'], bug=618464)
+ self.Fail('conformance2/rendering/rgb-format-support.html',
+ ['mac'], bug=483282)
+
+ self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
+ ['mac'], bug=638470)
# This is due to "centroid out" / "in" mismatch.
self.Fail('deqp/data/gles3/shaders/qualification_order.html',
['mac'], bug=483282)
@@ -511,6 +521,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Linux NVIDIA only.
# La la la la la la la la la la ...
+ self.Fail('conformance2/misc/getextension-while-pbo-bound-stability.html',
+ ['linux', 'nvidia'], bug=483282)
# Linux NVIDIA with ANGLE only
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698