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

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

Issue 2059053002: update webgl 2 expectations against builtin precision test cases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update expectation Created 4 years, 6 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 e8b069f7dbc28a8b643e47d1c96e53e495604948..53d75af190676dc8df76bb9be4cf9a1b20734b5d 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -40,7 +40,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=1)
# All platforms.
- self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282)
+ self.Skip('deqp/functional/gles3/builtinprecision/atan2.html', bug=619403)
+ self.Skip('deqp/functional/gles3/builtinprecision/tanh.html', bug=619403)
self.Skip('deqp/functional/gles3/fbocolorbuffer/*.html', bug=618408)
self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282)
self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282)
@@ -64,9 +65,24 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['d3d9', 'd3d11', 'opengl'], bug=483282)
# All platforms with AMD GPU.
+ self.Fail('deqp/functional/gles3/builtinprecision/reflect.html',
+ ['amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/min.html',
+ ['amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/max.html',
+ ['amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/clamp.html',
+ ['amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/dot.html',
+ ['amd'], bug=619403)
+
self.Fail('deqp/functional/gles3/multisample.html',
['amd'], bug=617290)
+ # All platforms with NVIDIA GPU.
+ self.Fail('deqp/functional/gles3/builtinprecision/log.html',
+ ['nvidia'], bug=619403)
+
# Windows only.
self.Fail('deqp/functional/gles3/texturespecification/' +
'basic_copyteximage2d.html',
@@ -136,6 +152,13 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'debug'], bug=542901)
# Win / NVidia
+ self.Fail('deqp/functional/gles3/builtinprecision/smoothstep.html',
+ ['win', 'nvidia'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/reflect.html',
+ ['win', 'nvidia'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/matrixcompmult.html',
+ ['win', 'nvidia'], bug=619403)
+
self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
['win', 'nvidia'], bug=614573)
@@ -146,6 +169,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
+ self.Fail('deqp/functional/gles3/builtinprecision/smoothstep.html',
+ ['win', 'amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/matrixcompmult.html',
+ ['win', 'amd'], bug=619403)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texstorage2d_format_depth_stencil.html',
['win', ('amd', 0x6779)], bug=614178)
@@ -324,6 +351,15 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=483282)
# Mac AMD
+ self.Fail('deqp/functional/gles3/builtinprecision/acosh.html',
+ ['mac', 'amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/abs.html',
+ ['mac', 'amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/ceil.html',
+ ['mac', 'amd'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/fract.html',
+ ['mac', 'amd'], bug=619403)
+
self.Fail('deqp/functional/gles3/clipping.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/primitiverestart.html',
@@ -353,6 +389,19 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['mac', 'intel', 'no_angle'], bug=483282)
+ self.Fail('deqp/functional/gles3/builtinprecision/sin.html',
+ ['mac', 'intel'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/cos.html',
+ ['mac', 'intel'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/acos.html',
+ ['mac', 'intel'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/atan.html',
+ ['mac', 'intel'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/fract.html',
+ ['mac', 'intel'], bug=619403)
+ self.Fail('deqp/functional/gles3/builtinprecision/mix.html',
+ ['mac', 'intel'], bug=619403)
+
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['mac', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/shaderderivate.html',
« 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