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

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

Issue 2133693004: Roll WebGL 72e7ed9..4da7838 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll WebGL 72e7ed9..4da7838 Created 4 years, 5 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 1d9bf6f8ded7d5d5e5b264d368c5f0b8d092b4a9..c110b674088cb6926cbcb107ffd35cf2da3ca65e 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -46,9 +46,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
- # Regression from https://github.com/KhronosGroup/WebGL/pull/1854.
- self.Fail('deqp/functional/gles3/fbodepthbuffer.html', bug=483282)
-
# Avoid a conflict with a Mac expectation by setting
self.Fail('conformance2/textures/misc/tex-input-validation.html',
['d3d9', 'd3d11', 'opengl'], bug=483282)
@@ -103,8 +100,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Windows 8 only.
- self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
- ['win8'], bug=483282)
self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
# Win / NVidia
@@ -502,6 +497,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
['linux'], bug=483282)
+ self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
+ ['linux'], bug=483282)
+
# Behavior difference between GL compatibility profile and ES3.
self.Fail('conformance2/rendering/draw-buffers.html',
['linux'], bug=617410)
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698