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

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

Issue 1918463002: Roll WebGL 51b33d0..165311e (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 | « 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 39c2d96e17269e852f8d664e96b8f36e31b1f409..432551bc1311dcfe32bb3b49b9cfe49bc2c5e1b8 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -60,7 +60,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('deqp/functional/gles3/shaderstatequery.html', bug=483282)
self.Skip('deqp/functional/gles3/shadertexturefunction*.html', bug=483282)
self.Skip('deqp/functional/gles3/sync.html', bug=483282)
- self.Skip('deqp/functional/gles3/texturefiltering*.html', bug=483282)
self.Skip('deqp/functional/gles3/textureformat.html', bug=483282)
self.Skip('deqp/functional/gles3/textureshadow.html', bug=483282)
self.Skip('deqp/functional/gles3/texturespecification*.html', bug=483282)
@@ -311,12 +310,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'tex-2d-rgba8-rgba-unsigned_byte.html',
['win', 'debug'], bug=542901)
- # Win / AMD flakiness seen on the FYI waterfall.
+ # Win / AMD
# It's unfortunate that this suppression needs to be so broad, but
# basically any test that uses readPixels is potentially flaky, and
# it's infeasible to suppress individual failures one by one.
self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
+ self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html',
+ ['win', ('amd', 0x6779)], bug=606021)
# Win / Intel
self.Fail('conformance2/buffers/uniform-buffers.html',
@@ -325,6 +326,13 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'intel'], bug=483282)
# Mac only.
+ self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*',
+ ['mac'], bug=606074)
+ self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_*',
+ ['mac'], bug=606074)
+ self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*',
+ ['mac'], bug=606074)
+
self.Fail('deqp/data/gles3/shaders/qualification_order.html',
['mac'], bug=483282)
self.Fail('deqp/data/gles3/shaders/scoping.html',
@@ -376,6 +384,17 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Mac Intel
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['mac', 'intel'], bug=483282)
+ self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
+ ['mac', 'intel'], bug=606074)
+ self.Fail('deqp/functional/gles3/texturefiltering/' +
+ '2d_array_combinations_01.html',
+ ['mac', 'intel'], bug=606074)
+ self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html',
+ ['mac', 'intel'], bug=606074)
+ self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_07.html',
+ ['mac', 'intel'], bug=606074)
+ self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_08.html',
+ ['mac', 'intel'], bug=606074)
# Linux only.
self.Fail('deqp/data/gles3/shaders/functions.html',
@@ -399,6 +418,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'nvidia'], bug=483282)
self.Flaky('deqp/functional/gles3/shaderswitch.html',
['linux', 'nvidia'], bug=605646)
+ self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html',
+ ['linux', 'nvidia'], bug=606021)
self.Fail('deqp/functional/gles3/vertexarrays.html',
['linux', 'nvidia', 'debug'], bug=483282)
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698