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

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

Issue 1361763002: Update WebGL 2 conformance test expectations for Linux AMD bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « content/test/gpu/gpu_tests/gpu_test_expectations.py ('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/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index b1cfefee8dc1fd3524ca37c33a4d54a022cf0d68..bb980d7e7e8ac5118c7f4545723ce0bfe7b8c479 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -651,16 +651,36 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['mac'], bug=483282)
# Linux only.
- self.Skip('deqp/data/gles3/shaders/arrays.html',
- ['linux', 'amd'], bug=483282)
- self.Skip('deqp/data/gles3/shaders/qualification_order.html',
- ['linux', 'amd'], bug=483282)
- self.Skip('deqp/functional/gles3/shaderswitch.html',
- ['linux', 'nvidia'], bug=483282)
-
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
['linux'], bug=483282)
self.Fail('conformance2/rendering/draw-buffers.html',
['linux'], bug=483282)
self.Fail('conformance2/samplers/samplers.html',
['linux'], bug=483282)
+ # Linux NVIDIA only.
+ self.Skip('deqp/functional/gles3/shaderswitch.html',
+ ['linux', 'nvidia'], bug=483282)
+ # Linux AMD only.
+ # It looks like AMD shader compiler rejects many valid ES3 semantics.
+ self.Skip('deqp/data/gles3/shaders/arrays.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/data/gles3/shaders/constant_expressions.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/data/gles3/shaders/constants.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/data/gles3/shaders/conversions.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/data/gles3/shaders/functions.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/data/gles3/shaders/linkage.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/data/gles3/shaders/preprocessor.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/data/gles3/shaders/qualification_order.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/framework/opengl/simplereference/referencecontext.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/functional/gles3//attriblocation.html',
+ ['linux', 'amd'], bug=483282)
+ self.Skip('deqp/functional/gles3/booleanstatequery.html',
+ ['linux', 'amd'], bug=483282)
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_test_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698